Searched refs:sbdp_debug (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h53 extern uint_t sbdp_debug;
55 #define SBDP_DBG_ALL if (sbdp_debug) prom_printf
56 #define SBDP_DBG_STATE if (sbdp_debug & SBDPDBG_STATE) prom_printf
57 #define SBDP_DBG_QR if (sbdp_debug & SBDPDBG_QR) prom_printf
58 #define SBDP_DBG_CPU if (sbdp_debug & SBDPDBG_CPU) prom_printf
59 #define SBDP_DBG_MEM if (sbdp_debug & SBDPDBG_MEM) prom_printf
60 #define SBDP_DBG_IO if (sbdp_debug & SBDPDBG_IO) prom_printf
61 #define SBDP_DBG_MBOX if (sbdp_debug & SBDPDBG_MBOX) prom_printf
62 #define SBDP_DBG_ERR if (sbdp_debug & SBDPDBG_ERR) prom_printf
63 #define SBDP_DBG_MISC if (sbdp_debug
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c65 uint_t sbdp_debug = 0x0; variable

Completed in 106 milliseconds