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

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c178 uint_t prom_debug = 0; variable
217 if (prom_debug)
235 if (prom_debug) {
650 if (prom_debug)
668 if (prom_debug) {
866 if (prom_debug) {
884 if (prom_debug) {
907 if (prom_debug) {
1139 if (prom_debug)
1426 prom_debug
[all...]
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c60 #include <sys/prom_debug.h>
129 int prom_debug = 0; variable
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c628 int prom_debug; variable
630 #define PRM_DEBUG(q) if (prom_debug) \
632 #define PRM_POINT(q) if (prom_debug) \
814 * Check for prom_debug in boot environment
816 if (BOP_GETPROPLEN(bootops, "prom_debug") >= 0) {
817 ++prom_debug;
818 PRM_POINT("prom_debug found in boot enviroment");
857 if (prom_debug)
895 if (change && prom_debug)
914 if (prom_debug)
[all...]

Completed in 79 milliseconds