Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c66 mod->tm_refs++; in topo_mod_hold()
67 assert(mod->tm_refs != 0); in topo_mod_hold()
74 assert(mod->tm_refs != 0); in topo_mod_rele()
81 if (--mod->tm_refs == 0) in topo_mod_rele()
192 assert(mod->tm_refs == 0); in topo_mod_destroy()
403 mp->tm_refs = 0; in topo_modhash_unload_all()
H A Dtopo_module.h70 uint_t tm_refs; /* Module reference count */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c210 mdb_printf("%-12s %-36u %-30s\n", "tm_refs", tm.tm_refs, in topo_module()