Home
last modified time | relevance | path

Searched refs:nvlist_xpack (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/man/man3nvpair/
H A DMakefile96 nvlist_xpack.3nvpair \
164 nvlist_xpack.3nvpair := LINKSRC = nvlist_alloc.3nvpair
/illumos-gate/usr/src/lib/libnvpair/
H A Dmapfile-vers169 nvlist_xpack;
/illumos-gate/usr/src/uts/common/sys/
H A Dnvpair.h166 int nvlist_xpack(nvlist_t *, char **, size_t *, int, nv_alloc_t *);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3nvpair.inc157 link path=usr/share/man/man3nvpair/nvlist_xpack.3nvpair \
H A Dsystem-kernel.man9f.inc1027 link path=usr/share/man/man9f/nvlist_xpack.9f target=nvlist_alloc.9f
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c2643 return (nvlist_xpack(nvl, bufp, buflen, encoding, in nvlist_pack()
2646 return (nvlist_xpack(nvl, bufp, buflen, encoding, nv_alloc_nosleep)); in nvlist_pack()
2651 nvlist_xpack(nvlist_t *nvl, char **bufp, size_t *buflen, int encoding, in nvlist_xpack() function
/illumos-gate/usr/src/man/man9f/
H A DMakefile1094 nvlist_xpack.9f \
1903 nvlist_xpack.9f := LINKSRC = nvlist_alloc.9f
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c525 if (nvlist_xpack(fp->ecurrent->nvp, in serialize_observation()