Searched defs:nvlist_xalloc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/man/man3nvpair/
H A DMakefile94 nvlist_xalloc.3nvpair \
162 nvlist_xalloc.3nvpair := LINKSRC = nvlist_alloc.3nvpair
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c278 return (nvlist_xalloc(nvlp, nvflag,
281 return (nvlist_xalloc(nvlp, nvflag, nv_alloc_nosleep));
286 nvlist_xalloc(nvlist_t **nvlp, uint_t nvflag, nv_alloc_t *nva) function
629 if ((err = nvlist_xalloc(&ret, nvl->nvl_nvflag, nva)) != 0)
2448 if ((err = nvlist_xalloc(&nvl, 0, nva)) != 0)
/illumos-gate/usr/src/man/man9f/
H A DMakefile1075 nvlist_xalloc.9f \
1868 nvlist_xalloc.9f := LINKSRC = nvlist_alloc.9f

Completed in 99 milliseconds