Searched refs:cif_debug (Results 1 – 2 of 2) sorted by relevance
124 extern uint_t cif_debug;129 #define CIF_DBG_ALL if (cif_debug) prom_printf130 #define CIF_DBG_NODE if (cif_debug & CIF_DBG_FLAG_NODE) prom_printf131 #define CIF_DBG_REBOOT if (cif_debug & CIF_DBG_FLAG_REBOOT) prom_printf
66 uint_t cif_debug; variable