Home
last modified time | relevance | path

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

/freebsd/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/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/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.h524 const XML_Char *value, int value_length, const XML_Char *base,
563 const XML_Char *value, int value_length, const XML_Char *base,
H A Dhandlers.c1734 int value_length, const XML_Char *base, in param_entity_match_handler() argument
1751 if (value_length != (int)xcstrlen(entity_value_to_match) in param_entity_match_handler()
1752 || xcstrncmp(value, entity_value_to_match, value_length)) { in param_entity_match_handler()
1864 int value_length, const XML_Char *base, in accumulate_entity_decl() argument
1879 CharData_AppendXMLChars(storage, value, value_length); in accumulate_entity_decl()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c208 size_t value_length);
1593 size_t attr_length, l, line_length, value_length; in pax_header() local
1669 value_length = attr + line_length - 1 - value; in pax_header()
1672 err2 = pax_attribute(a, tar, entry, key, value, value_length); in pax_header()
1795 const char *name, const char *value, size_t value_length) in pax_attribute_schily_xattr() argument
1802 archive_entry_xattr_add_entry(entry, name, value, value_length); in pax_attribute_schily_xattr()
1809 const char *value, size_t value_length) in pax_attribute_rht_security_selinux() argument
1812 value, value_length); in pax_attribute_rht_security_selinux()
1878 struct archive_entry *entry, const char *key, const char *value, size_t value_length) in pax_attribute() argument
1994 value_length); in pax_attribute()
[all …]
/freebsd/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/contrib/expat/lib/
H A Dexpat.h362 const XML_Char *value, int value_length, const XML_Char *base,
/freebsd/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/contrib/unbound/smallapp/
H A Dunbound-anchor.c1537 const XML_Char *ATTR_UNUSED(value), int ATTR_UNUSED(value_length), in xml_entitydeclhandler() argument