Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/nvpair/
H A Dnvpair_alloc_fixed.c70 nva->nva_arg = nvb; in nv_fixed_init()
78 nvbuf_t *nvb = nva->nva_arg; in nv_fixed_alloc()
99 nvbuf_t *nvb = nva->nva_arg; in nv_fixed_reset()
H A Dnvpair.c165 nva->nva_arg = NULL; in nv_alloc_init()
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dnvpair_alloc_system.c37 return (kmem_alloc(size, (int)(uintptr_t)nva->nva_arg)); in nv_alloc_sys()
H A Dlibnvpair.abi1999 <var-decl name='nva_arg' type-id='eaa32e2f' visibility='default'/>
/freebsd/sys/contrib/openzfs/include/sys/
H A Dnvpair.h128 void *nva_arg; member