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

/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h382 * The following are bit values of idn_debug, currently
412 #define PR_ALL if (idn_debug) printf
413 #define PR_XDC if (idn_debug & IDNDBG_XDC) printf
414 #define PR_XF if (idn_debug & IDNDBG_XF) printf
415 #define PR_REGS if (idn_debug & IDNDBG_REGS) printf
416 #define PR_SMR if (idn_debug & IDNDBG_SMR) printf
417 #define PR_PROTO if (idn_debug & IDNDBG_PROTO) printf
418 #define PR_STR if (idn_debug & IDNDBG_STR) printf
419 #define PR_DRV if (idn_debug & IDNDBG_DRV) printf
420 #define PR_DATA if (idn_debug
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_xf.c95 if (idn_debug & IDNDBG_XF) { \
1009 * Special debug case since idn_debug
1013 if ((idn_debug | o_idn_debug) & IDNDBG_REGS)
1210 o_idn_debug = idn_debug;
1211 idn_debug = 0;
1224 idn_debug = o_idn_debug;
H A Didn_dlpi.c2160 if (idn_debug)
H A Didn.c84 int idn_debug; variable
180 { 0, 0, 0, "idn_debug", &idn_debug },

Completed in 129 milliseconds