Home
last modified time | relevance | path

Searched refs:value_length (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c1917 ext_size -= value_length - 1; in header_pax_extension()
2121 if (value_length > acl_limit) { in pax_attribute_SCHILY_acl()
2161 if (value_length > 128) { in pax_attribute_read_time()
2189 if (value_length > 64) { in pax_attribute_read_number()
2394 if (value_length < 16) { in pax_attribute()
2417 (int)value_length); in pax_attribute()
2639 *unconsumed += value_length; in pax_attribute()
2649 if (value_length < 64) { in pax_attribute()
2657 if (value_length == 6 in pax_attribute()
2673 (int)value_length); in pax_attribute()
[all …]
/freebsd-14.2/sys/dev/sfxge/common/
H A Defx_bootcfg.c488 __in_bcount_opt(value_length) in efx_dhcp_write_tag()
490 __in size_t value_length) in efx_dhcp_write_tag() argument
494 hdrp->length = (uint8_t)value_length; in efx_dhcp_write_tag()
510 __in size_t value_length) in efx_dhcp_add_tag() argument
526 if (value_length > DHCP_MAX_VALUE) { in efx_dhcp_add_tag()
650 __in size_t value_length) in efx_dhcp_update_tag() argument
663 if (value_length > DHCP_MAX_VALUE) { in efx_dhcp_update_tag()
675 if (old_length < value_length) { in efx_dhcp_update_tag()
703 value_length - old_length); in efx_dhcp_update_tag()
717 if (old_length != value_length) { in efx_dhcp_update_tag()
[all …]
H A Def10_nvram.c1056 uint32_t value_length; in ef10_nvram_buffer_get_item() local
1068 value_length = tlv_length(&cursor); in ef10_nvram_buffer_get_item()
1069 if (value_max_size < value_length) { in ef10_nvram_buffer_get_item()
1073 memcpy(valuep, tlv_value(&cursor), value_length); in ef10_nvram_buffer_get_item()
1076 *lengthp = value_length; in ef10_nvram_buffer_get_item()
H A Defx.h1797 __in_bcount_opt(value_length) uint8_t *valuep,
1798 __in size_t value_length);
1806 __in_bcount_opt(value_length) uint8_t *valuep,
1807 __in size_t value_length);
/freebsd-14.2/contrib/kyua/utils/
H A Dmemory.cpp124 std::size_t value_length = sizeof(value); in query_sysctl() local
125 if (::sysctlbyname(mib, &value, &value_length, NULL, 0) == -1) { in query_sysctl()
/freebsd-14.2/contrib/expat/tests/
H A Ddummy.c93 int value_length, const XML_Char *base, in dummy_entity_decl_handler() argument
100 UNUSED_P(value_length); in dummy_entity_decl_handler()
H A Ddummy.h86 const XML_Char *value, int value_length, const XML_Char *base,
H A Dhandlers.h530 const XML_Char *value, int value_length, const XML_Char *base,
573 const XML_Char *value, int value_length, const XML_Char *base,
H A Dhandlers.c1736 int value_length, const XML_Char *base, in param_entity_match_handler() argument
1753 if (value_length != (int)xcstrlen(entity_value_to_match) in param_entity_match_handler()
1754 || xcstrncmp(value, entity_value_to_match, value_length)) { in param_entity_match_handler()
1875 int value_length, const XML_Char *base, in accumulate_entity_decl() argument
1890 CharData_AppendXMLChars(storage, value, value_length); in accumulate_entity_decl()
/freebsd-14.2/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.cpp300 int value_length, const XML_Char *base, in EntityDeclHandler() argument
306 TouchString(value, value_length); in EntityDeclHandler()
/freebsd-14.2/sys/dev/ocs_fc/
H A Docs_ioctl.h306 uint32_t value_length; /*<< Input: size of the user space buffer */ member
H A Docs_ioctl.c589 if (ocs_textbuf_alloc(ocs, &textbuf, req->value_length)) { in ocs_ioctl()
603 req->value_length = ocs_textbuf_get_written(&textbuf); in ocs_ioctl()
/freebsd-14.2/contrib/expat/lib/
H A Dexpat.h365 const XML_Char *value, int value_length, const XML_Char *base,
/freebsd-14.2/contrib/expat/xmlwf/
H A Dxmlwf.c733 const XML_Char *value, int value_length, const XML_Char *base, in metaEntityDecl() argument
746 characterData(data, value, value_length); in metaEntityDecl()
/freebsd-14.2/contrib/unbound/smallapp/
H A Dunbound-anchor.c1543 const XML_Char *ATTR_UNUSED(value), int ATTR_UNUSED(value_length), in xml_entitydeclhandler() argument