Home
last modified time | relevance | path

Searched refs:TOPO_MOD_REG (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_rtld.c50 if (mod->tm_flags & TOPO_MOD_REG) { in rtld_fini()
52 if (mod->tm_flags & TOPO_MOD_REG) { in rtld_fini()
96 if (err < 0 || !(mod->tm_flags & TOPO_MOD_REG)) { in rtld_init()
H A Dtopo_module.h81 #define TOPO_MOD_REG 0x004 /* topo_modinfo_t registered */ macro
H A Dtopo_module.c129 if (mod->tm_flags & TOPO_MOD_REG) in topo_mod_stop()
156 if (!(mod->tm_flags & TOPO_MOD_REG)) { in topo_mod_start()
H A Dtopo_mod.c182 mod->tm_flags & TOPO_MOD_REG)); in topo_mod_register()
207 mod->tm_flags |= TOPO_MOD_REG; in topo_mod_register()
223 mod->tm_flags &= ~TOPO_MOD_REG; in topo_mod_unregister()
248 assert(mod->tm_flags & TOPO_MOD_REG); in topo_mod_enumerate()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c222 if (TOPO_MOD_REG & tm.tm_flags) { in topo_module()