Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/common/nvpair/
H A Dnvpair_alloc_fixed.c76 nva->nva_arg = nvb; in nv_fixed_init()
84 nvbuf_t *nvb = nva->nva_arg; in nv_fixed_alloc()
105 nvbuf_t *nvb = nva->nva_arg; in nv_fixed_reset()
H A Dnvpair.c153 nva->nva_arg = NULL; in nv_alloc_init()
/netbsd/external/cddl/osnet/dist/uts/common/os/
H A Dnvpair_alloc_system.c34 return (kmem_alloc(size, (int)(uintptr_t)nva->nva_arg)); in nv_alloc_sys()
/netbsd/external/cddl/osnet/dist/uts/common/sys/
H A Dnvpair.h132 void *nva_arg; member