Searched refs:nv_alloc_ops_t (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/lib/libnvpair/
H A Dnvpair_alloc_system.c46 const nv_alloc_ops_t system_ops_def = {
/netbsd-current/external/cddl/osnet/dist/uts/common/os/
H A Dnvpair_alloc_system.c44 static const nv_alloc_ops_t system_ops = {
H A Dfm.c573 const nv_alloc_ops_t fm_mem_alloc_ops = {
/netbsd-current/external/cddl/osnet/dist/common/nvpair/
H A Dnvpair_alloc_fixed.c110 const nv_alloc_ops_t nv_fixed_ops_def = {
118 const nv_alloc_ops_t *nv_fixed_ops = &nv_fixed_ops_def;
H A Dnvpair.c147 nv_alloc_init(nv_alloc_t *nva, const nv_alloc_ops_t *nvo, /* args */ ...)
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dnvpair.h128 typedef struct nv_alloc_ops nv_alloc_ops_t; typedef in typeref:struct:nv_alloc_ops
131 const nv_alloc_ops_t *nva_ops;
143 extern const nv_alloc_ops_t *nv_fixed_ops;
150 int nv_alloc_init(nv_alloc_t *, const nv_alloc_ops_t *, /* args */ ...);

Completed in 143 milliseconds