Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h79 #define TOPO_MOD_INIT 0x001 /* Module init completed */ macro
H A Dtopo_module.c127 if (mod->tm_flags & TOPO_MOD_INIT) { in topo_mod_stop()
154 mod->tm_flags |= TOPO_MOD_INIT; in topo_mod_start()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c214 if (TOPO_MOD_INIT & tm.tm_flags) { in topo_module()