Home
last modified time | relevance | path

Searched refs:nvlist_unpack_header (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/contrib/libnv/
HDnvlist_impl.h43 const unsigned char *nvlist_unpack_header(nvlist_t *nvl,
HDnvlist.c1065 nvlist_unpack_header(nvlist_t *nvl, const unsigned char *ptr, size_t nfds, in nvlist_unpack_header() function
1125 ptr = nvlist_unpack_header(nvl, ptr, nfds, &isbe, &left); in nvlist_xunpack()
1184 ptr = nvlist_unpack_header(nvl, ptr, nfds, in nvlist_xunpack()
1211 ptr = nvlist_unpack_header(tmpnvl, ptr, nfds, &isbe, in nvlist_xunpack()
HDnvpair.c792 ptr = nvlist_unpack_header(value, ptr, nfds, NULL, leftp); in nvpair_unpack_nvlist()
/NextBSD/lib/libxpc/
HDnvlist_impl.h46 const unsigned char *nvlist_unpack_header(nvlist_t *nvl,
HDsubr_nvlist.c883 nvlist_unpack_header(nvlist_t *nvl, const unsigned char *ptr, size_t nfds, in nvlist_unpack_header() function
939 ptr = nvlist_unpack_header(nvl, ptr, nfds, &isbe, &left); in nvlist_xunpack()
HDsubr_nvpair.c632 ptr = nvlist_unpack_header(value, ptr, nfds, NULL, leftp); in nvpair_unpack_nvlist()
/NextBSD/sys/cddl/compat/opensolaris/sys/
HDnvpair.h149 #define nvlist_unpack_header illumos_nvlist_unpack_header macro