Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmc-us3.h165 static uint_t mc_debug = 0; variable
168 #define DPRINTF(flag, args) if (mc_debug & flag) _PRINTF args;
H A Dmc-us3i.h178 #define DPRINTF(flag, args) if (mc_debug & flag) _PRINTF args;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c117 static uint_t mc_debug = 0; variable