Searched refs:nvlist_xalloc (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/cddl/osnet/sys/sys/ |
H A D | nvnamespace.h | 168 #define nvlist_xalloc opensolaris_nvlist_xalloc macro
|
/netbsd/external/cddl/osnet/dist/common/nvpair/ |
H A D | nvpair.c | 271 return (nvlist_xalloc(nvlp, nvflag, in nvlist_alloc() 274 return (nvlist_xalloc(nvlp, nvflag, nv_alloc_nosleep)); in nvlist_alloc() 279 nvlist_xalloc(nvlist_t **nvlp, uint_t nvflag, nv_alloc_t *nva) in nvlist_xalloc() function 622 if ((err = nvlist_xalloc(&ret, nvl->nvl_nvflag, nva)) != 0) in nvlist_xdup() 2426 if ((err = nvlist_xalloc(&nvl, 0, nva)) != 0) in nvlist_xunpack()
|
/netbsd/external/cddl/osnet/dist/uts/common/sys/ |
H A D | nvpair.h | 165 int nvlist_xalloc(nvlist_t **, uint_t, nv_alloc_t *);
|
/netbsd/external/cddl/osnet/dist/uts/common/os/ |
H A D | fm.c | 642 if (nvlist_xalloc(&nvl, NV_UNIQUE_NAME, nvhdl) != 0) { in fm_nvlist_create()
|