Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/nvpair/
H A Dnvpair_alloc_fixed.c120 const nv_alloc_ops_t *nv_fixed_ops = &nv_fixed_ops_def; variable
/titanic_41/usr/src/lib/libnvpair/
H A Dmapfile-vers138 nv_fixed_ops;
/titanic_41/usr/src/uts/common/sys/
H A Dnvpair.h142 extern const nv_alloc_ops_t *nv_fixed_ops;
/titanic_41/usr/src/uts/common/os/
H A Dfm.c574 if (bufsz == 0 || nv_alloc_init(nvhdl, nv_fixed_ops, buf, bufsz) != 0) { in fm_nva_xcreate()