| /freebsd/sys/contrib/openzfs/module/icp/include/ |
| H A D | generic_impl.c | 148 size_t val_len; in generic_impl_setname() local 152 val_len = strlen(val); in generic_impl_setname() 153 while ((val_len > 0) && !!isspace(val[val_len-1])) /* trim '\n' */ in generic_impl_setname() 154 val_len--; in generic_impl_setname() 160 if (val_len == strlen(name) && in generic_impl_setname() 161 strncmp(val, name, val_len) == 0) { in generic_impl_setname() 173 if (val_len == strlen(name) && in generic_impl_setname() 174 strncmp(val, name, val_len) == 0) { in generic_impl_setname()
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | v3_pci.c | 124 long val_len; in process_pci_value() local 136 unsigned char *tmp_data2 = OPENSSL_hexstr2buf(valp, &val_len); in process_pci_value() 144 (*policy)->length + val_len + 1); in process_pci_value() 148 tmp_data2, val_len); in process_pci_value() 149 (*policy)->length += val_len; in process_pci_value() 203 val_len = strlen(valp); in process_pci_value() 205 (*policy)->length + val_len + 1); in process_pci_value() 209 val->value + 5, val_len); in process_pci_value() 210 (*policy)->length += val_len; in process_pci_value()
|
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | save-flags.c | 215 unsigned int val_len; in save_flags_str2mask() local 234 val_len = strspn(str, name_chars); in save_flags_str2mask() 235 if (val_len == 0) in save_flags_str2mask() 237 val = find_save_flags_bnm(str, val_len); in save_flags_str2mask() 245 str += val_len; in save_flags_str2mask()
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_std_types_flow_action.c | 145 size_t val_len; in parse_esp_ip() local 162 val_len = min_t(size_t, len, sizeof(user_val.ipv4)); in parse_esp_ip() 164 val_len); in parse_esp_ip() 176 val_len = min_t(size_t, len, sizeof(user_val.ipv6)); in parse_esp_ip() 178 val_len); in parse_esp_ip() 190 val_len, out); in parse_esp_ip()
|
| /freebsd/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_mbox.c | 372 tag->val_len == 0) { in bcm2835_mbox_err() 373 tag->val_len = BCM2835_MBOX_TAG_VAL_LEN_RESPONSE | in bcm2835_mbox_err() 376 if ((tag->val_len & BCM2835_MBOX_TAG_VAL_LEN_RESPONSE) == 0) { in bcm2835_mbox_err() 381 tag->val_len &= ~BCM2835_MBOX_TAG_VAL_LEN_RESPONSE; in bcm2835_mbox_err() 459 msg.tag_hdr.val_len = sizeof(msg.body.req); in bcm2835_mbox_set_power_state() 481 msg.tag_hdr.val_len = sizeof(msg.body.req); in bcm2835_mbox_notify_xhci_reset() 501 msg.tag_hdr.val_len = sizeof(msg.body.req); in bcm2835_mbox_get_clock_rate() 521 msg.physical_w_h.tag_hdr.val_len = 0; in bcm2835_mbox_fb_get_w_h() 543 msg.bpp.tag_hdr.val_len = 0; in bcm2835_mbox_fb_get_bpp()
|
| H A D | bcm2835_mbox_prop.h | 49 uint32_t val_len; member 55 (tag_)->tag_hdr.val_len = sizeof((tag_)->body.req); \
|
| H A D | bcm2835_ft5406.c | 212 msg.tag_hdr.val_len = sizeof(msg.body); in ft5406ts_init()
|
| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher.c | 374 size_t i, val_len; in fletcher_4_impl_set() local 376 val_len = strlen(val); in fletcher_4_impl_set() 377 while ((val_len > 0) && !!isspace(val[val_len-1])) /* trim '\n' */ in fletcher_4_impl_set() 378 val_len--; in fletcher_4_impl_set() 384 if (val_len == strlen(name) && in fletcher_4_impl_set() 385 strncmp(val, name, val_len) == 0) { in fletcher_4_impl_set() 397 if (val_len == strlen(name) && in fletcher_4_impl_set() 398 strncmp(val, name, val_len) == 0) { in fletcher_4_impl_set()
|
| /freebsd/contrib/unbound/sldns/ |
| H A D | str2wire.c | 1320 size_t i, count, val_len; in sldns_str2wire_svcbparam_mandatory() local 1323 val_len = strlen(val); in sldns_str2wire_svcbparam_mandatory() 1343 svcparamkey = sldns_str2wire_svcparam_key_lookup(val, val_len); in sldns_str2wire_svcbparam_mandatory() 1364 val_len -= next_key - val + 1; in sldns_str2wire_svcbparam_mandatory() 1486 size_t val_len; in sldns_str2wire_svcbparam_alpn_value() local 1488 val_len = strlen(val); in sldns_str2wire_svcbparam_alpn_value() 1490 if (val_len > sizeof(unescaped_dst)) { in sldns_str2wire_svcbparam_alpn_value() 1493 while (val_len) { in sldns_str2wire_svcbparam_alpn_value() 1497 ? (size_t)(next_str - val) : val_len; in sldns_str2wire_svcbparam_alpn_value() 1511 val_len -= next_str - val + 1; in sldns_str2wire_svcbparam_alpn_value() [all …]
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | map_table.h | 11 unsigned short val_len; member
|
| H A D | normalize_table.h | 13 unsigned short val_len; member
|
| H A D | map.c | 71 for (j = 0; j < s->val_len; ++j) { in _wind_stringprep_map()
|
| H A D | normalize.c | 150 t->val_len, in compat_decomp()
|
| /freebsd/contrib/wpa/src/wps/ |
| H A D | wps_upnp.c | 821 size_t val_len; in upnp_wps_device_send_wlan_event() local 847 val = base64_encode(raw, raw_len, &val_len); in upnp_wps_device_send_wlan_event()
|
| /freebsd/sys/dev/axgbe/ |
| H A D | xgbe-phy-v2.c | 496 unsigned int val_len) in xgbe_phy_i2c_write() argument 506 i2c_op.len = val_len; in xgbe_phy_i2c_write() 517 unsigned int reg_len, void *val, unsigned int val_len) in xgbe_phy_i2c_read() argument 523 target, reg_len, val_len); in xgbe_phy_i2c_read() 545 i2c_op.len = val_len; in xgbe_phy_i2c_read()
|
| /freebsd/sys/dev/cxgbe/firmware/ |
| H A D | t4fw_interface.h | 3769 __u8 val_len; member
|