Searched refs:TOPO_MOD_REG (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_rtld.c52 if (mod->tm_flags & TOPO_MOD_REG) {
54 if (mod->tm_flags & TOPO_MOD_REG) {
98 if (err < 0 || !(mod->tm_flags & TOPO_MOD_REG)) {
H A Dtopo_module.h83 #define TOPO_MOD_REG 0x004 /* topo_modinfo_t registered */ macro
H A Dtopo_module.c123 if (mod->tm_flags & TOPO_MOD_REG)
150 if (!(mod->tm_flags & TOPO_MOD_REG)) {
H A Dtopo_mod.c187 mod->tm_flags & TOPO_MOD_REG));
212 mod->tm_flags |= TOPO_MOD_REG;
228 mod->tm_flags &= ~TOPO_MOD_REG;
256 assert(mod->tm_flags & TOPO_MOD_REG);

Completed in 28 milliseconds