Searched defs:kbm_debug (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c80 static uint_t kbm_debug = 0; variable
81 #define DBG_MSG(s) { if (kbm_debug) bop_printf(NULL, "%s", s); }
82 #define DBG(x) { if (kbm_debug) \
743 if (strstr((char *)xbootp->bi_cmdline, "prom_debug") || kbm_debug) {
1781 if (strstr((char *)xbp->bi_cmdline, "kbm_debug"))
1782 kbm_debug = 1;
1860 if (strstr((char *)xbp->bi_cmdline, "prom_debug") || kbm_debug) {
2185 if (kbm_debug)
2356 if (kbm_debug)

Completed in 50 milliseconds