Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sfxge/common/
H A Defx_bootcfg.c490 __in_bcount_opt(value_length) in efx_dhcp_write_tag()
492 __in size_t value_length) in efx_dhcp_write_tag() argument
496 hdrp->length = (uint8_t)value_length; in efx_dhcp_write_tag()
512 __in size_t value_length) in efx_dhcp_add_tag() argument
528 if (value_length > DHCP_MAX_VALUE) { in efx_dhcp_add_tag()
652 __in size_t value_length) in efx_dhcp_update_tag() argument
665 if (value_length > DHCP_MAX_VALUE) { in efx_dhcp_update_tag()
677 if (old_length < value_length) { in efx_dhcp_update_tag()
705 value_length - old_length); in efx_dhcp_update_tag()
719 if (old_length != value_length) { in efx_dhcp_update_tag()
[all …]
H A Def10_nvram.c1058 uint32_t value_length; in ef10_nvram_buffer_get_item() local
1070 value_length = tlv_length(&cursor); in ef10_nvram_buffer_get_item()
1071 if (value_max_size < value_length) { in ef10_nvram_buffer_get_item()
1075 memcpy(valuep, tlv_value(&cursor), value_length); in ef10_nvram_buffer_get_item()
1078 *lengthp = value_length; in ef10_nvram_buffer_get_item()
H A Defx.h1799 __in_bcount_opt(value_length) uint8_t *valuep,
1800 __in size_t value_length);
1808 __in_bcount_opt(value_length) uint8_t *valuep,
1809 __in size_t value_length);
/freebsd-13.1/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-13.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c209 size_t value_length);
1595 size_t attr_length, l, line_length, value_length; in pax_header() local
1671 value_length = attr + line_length - 1 - value; in pax_header()
1674 err2 = pax_attribute(a, tar, entry, key, value, value_length); in pax_header()
1797 const char *name, const char *value, size_t value_length) in pax_attribute_schily_xattr() argument
1804 archive_entry_xattr_add_entry(entry, name, value, value_length); in pax_attribute_schily_xattr()
1811 const char *value, size_t value_length) in pax_attribute_rht_security_selinux() argument
1814 value, value_length); in pax_attribute_rht_security_selinux()
1880 struct archive_entry *entry, const char *key, const char *value, size_t value_length) in pax_attribute() argument
1996 value_length); in pax_attribute()
[all …]
/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_ioctl.h308 uint32_t value_length; /*<< Input: size of the user space buffer */ member
H A Docs_ioctl.c575 if (ocs_textbuf_alloc(ocs, &textbuf, req->value_length)) { in ocs_ioctl()
589 req->value_length = ocs_textbuf_get_written(&textbuf); in ocs_ioctl()
/freebsd-13.1/contrib/expat/lib/
H A Dexpat.h360 const XML_Char *value, int value_length, const XML_Char *base,
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dxml.c404 int value_length, in expat_entity_declaration() argument
/freebsd-13.1/contrib/expat/xmlwf/
H A Dxmlwf.c731 const XML_Char *value, int value_length, const XML_Char *base, in metaEntityDecl() argument
744 characterData(data, value, value_length); in metaEntityDecl()
/freebsd-13.1/contrib/apr-util/xml/
H A Dapr_xml.c374 int value_length, const XML_Char *base, in entity_declaration() argument
/freebsd-13.1/contrib/expat/tests/
H A Druntests.c234 int value_length, const XML_Char *base, in dummy_entity_decl_handler() argument
241 UNUSED_P(value_length); in dummy_entity_decl_handler()
449 int value_length, const XML_Char *base, in param_entity_match_handler() argument
466 if (value_length != (int)xcstrlen(entity_value_to_match) in param_entity_match_handler()
467 || xcstrncmp(value, entity_value_to_match, value_length)) { in param_entity_match_handler()
6250 int value_length, const XML_Char *base, in accumulate_entity_decl() argument
6262 CharData_AppendXMLChars(storage, value, value_length); in accumulate_entity_decl()
/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-anchor.c1537 const XML_Char *ATTR_UNUSED(value), int ATTR_UNUSED(value_length), in xml_entitydeclhandler() argument