Searched refs:nvlist_xalloc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/common/nvpair/ |
| H A D | opensolaris_nvpair.c | 570 return (nvlist_xalloc(nvlp, nvflag, in nvlist_alloc() 573 return (nvlist_xalloc(nvlp, nvflag, nv_alloc_nosleep)); in nvlist_alloc() 578 nvlist_xalloc(nvlist_t **nvlp, uint_t nvflag, nv_alloc_t *nva) in nvlist_xalloc() function 922 if ((err = nvlist_xalloc(&ret, nvl->nvl_nvflag, nva)) != 0) in nvlist_xdup() 2725 if ((err = nvlist_xalloc(&nvl, 0, nva)) != 0) in nvlist_xunpack()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | nvpair.h | 164 int nvlist_xalloc(nvlist_t **, uint_t, nv_alloc_t *);
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/os/ |
| H A D | fm.c | 637 if (nvlist_xalloc(&nvl, NV_UNIQUE_NAME, nvhdl) != 0) { in fm_nvlist_create()
|