Searched refs:nvlist_xpack (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/cddl/osnet/sys/sys/ |
H A D | nvnamespace.h | 170 #define nvlist_xpack opensolaris_nvlist_xpack macro
|
/netbsd/external/cddl/osnet/dist/uts/common/sys/ |
H A D | nvpair.h | 166 int nvlist_xpack(nvlist_t *, char **, size_t *, int, nv_alloc_t *);
|
/netbsd/sys/external/bsd/libnv/dist/ |
H A D | nvlist.c | 899 nvlist_xpack(const nvlist_t *nvl, int64_t *fdidxp, size_t *sizep) in nvlist_xpack() function 1070 return (nvlist_xpack(nvl, NULL, sizep)); in nvlist_pack() 1298 data = nvlist_xpack(nvl, &fdidx, &datasize); in nvlist_send()
|
/netbsd/external/cddl/osnet/dist/common/nvpair/ |
H A D | nvpair.c | 2348 return (nvlist_xpack(nvl, bufp, buflen, encoding, in nvlist_pack() 2351 return (nvlist_xpack(nvl, bufp, buflen, encoding, nv_alloc_nosleep)); in nvlist_pack() 2356 nvlist_xpack(nvlist_t *nvl, char **bufp, size_t *buflen, int encoding, in nvlist_xpack() function
|