Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c63 mod->tm_refs++; in topo_mod_hold()
64 assert(mod->tm_refs != 0); in topo_mod_hold()
71 assert(mod->tm_refs != 0); in topo_mod_rele()
78 if (--mod->tm_refs == 0) in topo_mod_rele()
187 assert(mod->tm_refs == 0); in topo_mod_destroy()
398 mp->tm_refs = 0; in topo_modhash_unload_all()
H A Dtopo_module.h72 uint_t tm_refs; /* Module reference count */ member
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c209 mdb_printf("%-12s %-36u %-30s\n", "tm_refs", tm.tm_refs, in topo_module()