Home
last modified time | relevance | path

Searched refs:sbd_debug (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h630 #define PR_ALL if (sbd_debug) printf
631 #define PR_STATE if (sbd_debug & SBD_DBG_STATE) printf
632 #define PR_QR if (sbd_debug & SBD_DBG_QR) prom_printf
633 #define PR_CPU if (sbd_debug & SBD_DBG_CPU) printf
634 #define PR_MEM if (sbd_debug & SBD_DBG_MEM) printf
635 #define PR_IO if (sbd_debug & SBD_DBG_IO) printf
636 #define PR_HW if (sbd_debug & SBD_DBG_HW) printf
637 #define PR_BYP if (sbd_debug & SBD_DBG_BYP) prom_printf
641 extern uint_t sbd_debug;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c102 uint_t sbd_debug = (uint_t)0x0; variable