Home
last modified time | relevance | path

Searched refs:nv_alloc_ops_t (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/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.c151 nv_alloc_init(nv_alloc_t *nva, const nv_alloc_ops_t *nvo, /* args */ ...) in nv_alloc_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dnvpair.h128 typedef struct nv_alloc_ops nv_alloc_ops_t; typedef
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 */ ...);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h224 extern nv_alloc_ops_t fmd_module_nva_ops_sleep;
225 extern nv_alloc_ops_t fmd_module_nva_ops_nosleep;
H A Dfmd_nv.c44 const nv_alloc_ops_t fmd_nv_alloc_ops = {
H A Dfmd.c68 extern const nv_alloc_ops_t fmd_nv_alloc_ops; /* see fmd_nv.c */
H A Dfmd_api.c2314 nv_alloc_ops_t fmd_module_nva_ops_sleep = {
2322 nv_alloc_ops_t fmd_module_nva_ops_nosleep = {
/illumos-gate/usr/src/lib/libnvpair/
H A Dnvpair_alloc_system.c44 const nv_alloc_ops_t system_ops_def = {
/illumos-gate/usr/src/uts/common/os/
H A Dnvpair_alloc_system.c43 static const nv_alloc_ops_t system_ops = {
H A Dfm.c557 const nv_alloc_ops_t fm_mem_alloc_ops = {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h104 nv_alloc_ops_t ta_nvops;
H A Dtopo_module.c49 extern nv_alloc_ops_t topo_nv_alloc_ops;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c106 const nv_alloc_ops_t Eft_nv_alloc_ops = {