Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpromif_impl.h124 extern uint_t cif_debug;
129 #define CIF_DBG_ALL if (cif_debug) prom_printf
130 #define CIF_DBG_NODE if (cif_debug & CIF_DBG_FLAG_NODE) prom_printf
131 #define CIF_DBG_REBOOT if (cif_debug & CIF_DBG_FLAG_REBOOT) prom_printf
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c66 uint_t cif_debug; variable