Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.h50 #define TOPO_DBG_MOD 0x0002 /* enable module debug messages */ macro
H A Dtopo_subr.c103 { "module", "module debug messages enabled", TOPO_DBG_MOD },
H A Dtopo_mod.c764 if (mod->tm_debug == 0 || !(thp->th_debug & TOPO_DBG_MOD)) in topo_mod_dprintf()