Searched refs:kbm_debug (Results 1 – 1 of 1) sorted by relevance
77 static uint_t kbm_debug = 0; variable78 #define DBG_MSG(s) { if (kbm_debug) bop_printf(NULL, "%s", s); }79 #define DBG(x) { if (kbm_debug) \730 if (strstr((char *)xbootp->bi_cmdline, "prom_debug") || kbm_debug) { in boot_prop_finish()1735 kbm_debug = 1; in _start()1813 if (strstr((char *)xbootp->bi_cmdline, "prom_debug") || kbm_debug) { in _start()