Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/nvpair/
H A Dnvpair_alloc_fixed.c118 const nv_alloc_ops_t *nv_fixed_ops = &nv_fixed_ops_def; variable
/illumos-gate/usr/src/lib/libnvpair/
H A Dmapfile-vers143 nv_fixed_ops {
/illumos-gate/usr/src/uts/common/sys/
H A Dnvpair.h143 extern const nv_alloc_ops_t *nv_fixed_ops;
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c575 if (bufsz == 0 || nv_alloc_init(nvhdl, nv_fixed_ops, buf, bufsz) != 0) { in fm_nva_xcreate()