Searched refs:nvlist_xalloc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/nvpair/ |
H A D | nvpair.c | 592 return (nvlist_xalloc(nvlp, nvflag, nvlist_nv_alloc(kmflag))); in nvlist_alloc() 596 nvlist_xalloc(nvlist_t **nvlp, uint_t nvflag, nv_alloc_t *nva) in nvlist_xalloc() function 935 if ((err = nvlist_xalloc(&ret, nvl->nvl_nvflag, nva)) != 0) in nvlist_xdup() 2758 if ((err = nvlist_xalloc(&nvl, 0, nva)) != 0) in nvlist_xunpack() 3931 EXPORT_SYMBOL(nvlist_xalloc);
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | nvpair.h | 163 _SYS_NVPAIR_H int nvlist_xalloc(nvlist_t **, uint_t, nv_alloc_t *);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | fm.c | 568 if (nvlist_xalloc(&nvl, NV_UNIQUE_NAME, nvhdl) != 0) { in fm_nvlist_create()
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.abi | 201 …<elf-symbol name='nvlist_xalloc' type='func-type' binding='global-binding' visibility='default-vis… 2922 …-decl name='nvlist_xalloc' mangled-name='nvlist_xalloc' visibility='default' binding='global' size…
|