Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h82 #define TOPO_MOD_FINI 0x002 /* Module fini completed */ macro
H A Dtopo_mod.c175 assert(!(mod->tm_flags & TOPO_MOD_FINI || in topo_mod_register()
215 assert(!(mod->tm_flags & TOPO_MOD_FINI)); in topo_mod_unregister()
H A Dtopo_module.c130 mod->tm_flags = TOPO_MOD_FINI; in topo_mod_stop()
/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c217 if (TOPO_MOD_FINI & tm.tm_flags) { in topo_module()