Home
last modified time | relevance | path

Searched refs:nv_fixed_ops (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_nvpair_alloc_fixed.c118 const nv_alloc_ops_t *nv_fixed_ops = &nv_fixed_ops_def; variable
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dnvpair.h142 extern const nv_alloc_ops_t *nv_fixed_ops;
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dfm.c586 if (bufsz == 0 || nv_alloc_init(nvhdl, nv_fixed_ops, buf, bufsz) != 0) { in fm_nva_xcreate()