Home
last modified time | relevance | path

Searched refs:prom_debug (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dprom_debug.h40 extern int prom_debug;
42 #define HERE if (prom_debug) \
45 #define PRM_DEBUG(q) if (prom_debug) { \
50 #define PRM_INFO(l) if (prom_debug) \
54 #define PRM_INFO1(str, a) if (prom_debug) \
58 #define PRM_INFO2(str, a, b) if (prom_debug) \
62 #define STUB(n) if (prom_debug) \
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dprom_debug.h33 extern int prom_debug;
40 if (prom_debug) { \
50 if (prom_debug) { \
60 if (prom_debug) { \
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_xboot.h51 extern uint_t prom_debug;
53 #define DBG_MSG(s) do { if (prom_debug) \
58 #define DBG(x) do { if (prom_debug) { \
H A Ddboot_elfload.c144 if (prom_debug) in dboot_elfload64()
157 if (prom_debug) in dboot_elfload64()
173 if (prom_debug) { in dboot_elfload64()
H A Ddboot_startkern.c230 uint_t prom_debug = 0; variable
269 if (prom_debug) in sort_physinstall()
287 if (prom_debug) { in sort_physinstall()
915 if (prom_debug) in build_pcimemlists()
932 if (prom_debug) in build_pcimemlists()
951 if (prom_debug) { in build_pcimemlists()
1306 if (prom_debug) { in check_images()
1324 if (prom_debug) { in check_images()
1350 if (prom_debug) { in process_module()
1570 if (prom_debug) in dboot_process_mmap()
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c555 int prom_debug; variable
756 ++prom_debug; in startup_init()
796 if (prom_debug) in avail_filter()
834 if (change && prom_debug) in avail_filter()
853 if (prom_debug) in avail_filter()
1000 if (prom_debug) in startup_memlist()
1018 if (prom_debug) in startup_memlist()
1221 if (prom_debug) in startup_memlist()
1230 if (prom_debug) in startup_memlist()
1250 if (prom_debug) in startup_memlist()
[all …]
H A Dbiosdisk.c44 extern int prom_debug;
320 if (prom_debug) in is_eltorito()
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c132 int prom_debug = 0; variable