Searched refs:sbd_debug (Results 1 – 2 of 2) sorted by relevance
630 #define PR_ALL if (sbd_debug) printf631 #define PR_STATE if (sbd_debug & SBD_DBG_STATE) printf632 #define PR_QR if (sbd_debug & SBD_DBG_QR) prom_printf633 #define PR_CPU if (sbd_debug & SBD_DBG_CPU) printf634 #define PR_MEM if (sbd_debug & SBD_DBG_MEM) printf635 #define PR_IO if (sbd_debug & SBD_DBG_IO) printf636 #define PR_HW if (sbd_debug & SBD_DBG_HW) printf637 #define PR_BYP if (sbd_debug & SBD_DBG_BYP) prom_printf641 extern uint_t sbd_debug;
98 uint_t sbd_debug = (uint_t)0x0; variable