Home
last modified time | relevance | path

Searched refs:nva_arg (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair_alloc_fixed.c69 nva->nva_arg = nvb; in nv_fixed_init()
77 nvbuf_t *nvb = nva->nva_arg; in nv_fixed_alloc()
98 nvbuf_t *nvb = nva->nva_arg; in nv_fixed_reset()
H A Dnvpair.c163 nva->nva_arg = NULL; in nv_alloc_init()
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dnvpair_alloc_system.c36 return (kmem_alloc(size, (int)(uintptr_t)nva->nva_arg)); in nv_alloc_sys()
H A Dlibnvpair.abi1658 …<var-decl name='nva_arg' type-id='type-id-53' visibility='default' filepath='../../include/sys/nvp…
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dnvpair.h127 void *nva_arg; member