Symbol: value_len
crypto/heimdal/lib/hx509/ref/pkcs11.h
463
unsigned long value_len;
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
337
size_t alerts_offset, nalerts, value_offset, value_len, i;
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
358
value_len = k5_input_get_uint32_le(&alerts_in);
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
359
p = vector_base(value_offset, value_len, 1, msg_base, msg_len);
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
365
if (atype == ALERT_TYPE_PULSE && value_len >= ALERT_PULSE_LENGTH) {
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
366
k5_input_init(&pulse_in, p, value_len);
crypto/krb5/src/plugins/preauth/pkinit/pkcs11.h
461
unsigned long value_len;
crypto/openssh/mux.c
293
size_t value_len = 0;
crypto/openssh/mux.c
296
(r = sshbuf_get_string_direct(m, NULL, &value_len)) != 0) {
crypto/openssh/mux.c
301
name, value_len);
crypto/openssh/pkcs11.h
463
unsigned long value_len;
crypto/openssl/include/internal/qlog.h
110
const char *value, size_t value_len);
crypto/openssl/include/internal/qlog.h
115
const void *value, size_t value_len);
crypto/openssl/include/internal/qlog.h
119
#define QLOG_STR_LEN(name, value, value_len) \
crypto/openssl/include/internal/qlog.h
120
ossl_qlog_str_len(qlog_instance, (name), (value), (value_len))
crypto/openssl/include/internal/qlog.h
125
#define QLOG_BIN(name, value, value_len) \
crypto/openssl/include/internal/qlog.h
126
ossl_qlog_bin(qlog_instance, (name), (value), (value_len))
crypto/openssl/include/internal/quic_wire.h
444
size_t value_len);
crypto/openssl/ssl/quic/qlog.c
472
const char *value, size_t value_len)
crypto/openssl/ssl/quic/qlog.c
477
ossl_json_str_len(&qlog->json, value, value_len);
crypto/openssl/ssl/quic/qlog.c
505
const void *value, size_t value_len)
crypto/openssl/ssl/quic/qlog.c
510
ossl_json_str_hex(&qlog->json, value, value_len);
crypto/openssl/ssl/quic/quic_wire.c
394
size_t value_len)
crypto/openssl/ssl/quic/quic_wire.c
399
|| !WPACKET_quic_write_vlint(pkt, value_len))
crypto/openssl/ssl/quic/quic_wire.c
402
if (value_len == 0)
crypto/openssl/ssl/quic/quic_wire.c
404
else if (!WPACKET_allocate_bytes(pkt, value_len, (unsigned char **)&b))
crypto/openssl/ssl/quic/quic_wire.c
408
memcpy(b, value, value_len);
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
456
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
488
value_len = prop_limit;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
489
error = bhnd_nvram_prop_encode(prop, p, &value_len,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
504
if (SIZE_MAX - nbytes < value_len)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
507
nbytes += value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
645
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
651
&name_len, &value, &value_len);
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
686
error = bhnd_nvram_value_coerce(value, value_len,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
164
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
196
value_len = prop_limit;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
197
error = bhnd_nvram_prop_encode(prop, p, &value_len,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
212
if (SIZE_MAX - nbytes < value_len)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
215
nbytes += value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
275
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
281
&name_len, &value, &value_len);
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
365
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
398
value_len = prop_limit;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
399
error = bhnd_nvram_prop_encode(prop, p, &value_len,
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
403
BHND_NV_ASSERT(value_len > 0, ("string length missing "
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
406
*(p + (value_len - 1)) = '\n';
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
419
if (SIZE_MAX - nbytes < value_len)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
422
nbytes += value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
447
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
511
&name_len, &value, &value_len);
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
259
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
279
error = bhnd_nvram_prop_encode(prop, NULL, &value_len,
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
289
if (UINT8_MAX - env.hdr.size < value_len) {
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
295
env.hdr.size += value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
319
error = bhnd_nvram_prop_encode(prop, p, &value_len,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
256
const char **value, size_t *value_len);
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
1156
info->path.str.value_len = path_len;
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
1175
info->path.str.value_len = BHND_NVSTORE_ROOT_PATH_LEN;
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
727
info->path.str.value, info->path.str.value_len));
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
763
info->path.str.value_len));
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
215
size_t value_len; /**< device path length */
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
1012
const char **name, size_t *name_len, const char **value, size_t *value_len)
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
1035
if (value_len != NULL)
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
1036
*value_len = env_len - (p - env);
sys/dev/ocs_fc/ocs_hw.c
6835
ocs_hw_clp_resp_get_value(ocs_hw_t *hw, const char *keyword, char *value, uint32_t value_len, const char *resp, uint32_t resp_len)
sys/dev/ocs_fc/ocs_hw.c
6866
if ((end - start + 1) > value_len) {
sys/dev/ocs_fc/ocs_hw.c
6868
value_len, (end-start));
sys/dev/ocs_fc/ocs_hw.c
98
static int32_t ocs_hw_clp_resp_get_value(ocs_hw_t *hw, const char *keyword, char *value, uint32_t value_len, const char *resp, uint32_t resp_len);
sys/sys/mtio.h
267
int value_len;
tests/sys/fs/fusefs/allow_other.cc
288
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/allow_other.cc
293
(const void*)value, value_len);
tests/sys/fs/fusefs/default_permissions.cc
1419
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/default_permissions.cc
1428
value_len);
tests/sys/fs/fusefs/default_permissions.cc
1429
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
1438
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/default_permissions.cc
1445
value_len));
tests/sys/fs/fusefs/default_permissions.cc
1456
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/default_permissions.cc
1463
value_len));
tests/sys/fs/fusefs/default_permissions.cc
1474
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/default_permissions.cc
1483
value_len);
tests/sys/fs/fusefs/default_permissions.cc
1484
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/default_permissions.cc
756
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/default_permissions.cc
765
memcpy((void*)out.body.bytes, value, value_len);
tests/sys/fs/fusefs/default_permissions.cc
766
out.header.len = sizeof(out.header) + value_len;
tests/sys/fs/fusefs/default_permissions.cc
771
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
481
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/interrupt.cc
525
r = extattr_set_fd(fd1, ns, "foo", (const void*)value, value_len);
tests/sys/fs/fusefs/xattr.cc
310
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/xattr.cc
317
memcpy((void*)out.body.bytes, value, value_len);
tests/sys/fs/fusefs/xattr.cc
318
out.header.len = sizeof(out.header) + value_len;
tests/sys/fs/fusefs/xattr.cc
323
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/xattr.cc
335
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/xattr.cc
342
memcpy((void*)out.body.bytes, value, value_len);
tests/sys/fs/fusefs/xattr.cc
343
out.header.len = sizeof(out.header) + value_len;
tests/sys/fs/fusefs/xattr.cc
348
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/xattr.cc
785
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/xattr.cc
793
value_len);
tests/sys/fs/fusefs/xattr.cc
799
value_len);
tests/sys/fs/fusefs/xattr.cc
812
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/xattr.cc
820
value_len);
tests/sys/fs/fusefs/xattr.cc
832
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/xattr.cc
840
value_len);
tests/sys/fs/fusefs/xattr.cc
841
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/xattr.cc
851
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/xattr.cc
859
value_len);
tests/sys/fs/fusefs/xattr.cc
860
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/xattr.cc
872
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/xattr.cc
880
value_len);
tests/sys/fs/fusefs/xattr.cc
881
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/xattr.cc
891
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/xattr.cc
899
value_len);
tests/sys/fs/fusefs/xattr.cc
900
ASSERT_EQ(value_len, r) << strerror(errno);
tests/sys/fs/fusefs/xattr.cc
918
ssize_t value_len = strlen(value) + 1;
tests/sys/fs/fusefs/xattr.cc
925
value_len);
usr.bin/mt/mt.c
1076
param_set.value_len = entry->size;
usr.bin/mt/mt.c
1081
param_set.value_len = entry->size;
usr.bin/mt/mt.c
1095
param_set.value_len = param_len;
usr.bin/mt/mt.c
1293
params[i].value_len = sizeof(mt_protect_list[i].value);