Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c274 mhp->mh_nelems = 0; in topo_modhash_create()
290 assert(mhp->mh_nelems == 0); in topo_modhash_destroy()
333 mhp->mh_nelems++; in topo_modhash_load()
368 assert(mhp->mh_nelems != 0); in topo_modhash_unload()
370 mhp->mh_nelems--; in topo_modhash_unload()
409 --mhp->mh_nelems; in topo_modhash_unload_all()
H A Dtopo_module.h49 uint_t mh_nelems; /* number of modules in hash */ member
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h64 uint_t mh_nelems; /* number of modules in hash */ member
H A Dfmd_module.c1027 mhp->mh_nelems = 0; in fmd_modhash_create()
1238 mhp->mh_nelems++; in fmd_modhash_load()
1269 ASSERT(mhp->mh_nelems != 0); in fmd_modhash_unload()
1270 mhp->mh_nelems--; in fmd_modhash_unload()