Searched refs:nvlist_xalloc (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | nvpair.h | 161 int nvlist_xalloc(nvlist_t **, uint_t, nv_alloc_t *);
|
| /f-stack/freebsd/contrib/openzfs/module/nvpair/ |
| H A D | nvpair.c | 587 return (nvlist_xalloc(nvlp, nvflag, nvlist_nv_alloc(kmflag))); in nvlist_alloc() 591 nvlist_xalloc(nvlist_t **nvlp, uint_t nvflag, nv_alloc_t *nva) in nvlist_xalloc() function 930 if ((err = nvlist_xalloc(&ret, nvl->nvl_nvflag, nva)) != 0) in nvlist_xdup() 2729 if ((err = nvlist_xalloc(&nvl, 0, nva)) != 0) in nvlist_xunpack() 3639 EXPORT_SYMBOL(nvlist_xalloc);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | fm.c | 874 if (nvlist_xalloc(&nvl, NV_UNIQUE_NAME, nvhdl) != 0) { in fm_nvlist_create()
|
| /f-stack/freebsd/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.abi | 197 …<elf-symbol name='nvlist_xalloc' type='func-type' binding='global-binding' visibility='default-vis… 2356 …nvlist_xalloc' mangled-name='nvlist_xalloc' filepath='../../module/nvpair/nvpair.c' line='591' col…
|