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.c155 if (prom_debug) in dboot_elfload64()
168 if (prom_debug) in dboot_elfload64()
188 if (prom_debug) in dboot_elfload64()
H A Ddboot_startkern.c231 uint_t prom_debug = 0; variable
270 if (prom_debug) in sort_physinstall()
288 if (prom_debug) { in sort_physinstall()
857 if (prom_debug) in build_pcimemlists()
876 if (prom_debug) { in build_pcimemlists()
1231 if (prom_debug) { in check_images()
1249 if (prom_debug) { in check_images()
1275 if (prom_debug) { in process_module()
1491 if (prom_debug) in dboot_process_mmap()
2267 if (bootloader != NULL && prom_debug) { in startup_kernel()
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c596 int prom_debug; variable
797 ++prom_debug; in startup_init()
837 if (prom_debug) in avail_filter()
875 if (change && prom_debug) in avail_filter()
894 if (prom_debug) in avail_filter()
1046 if (prom_debug) in startup_memlist()
1064 if (prom_debug) in startup_memlist()
1267 if (prom_debug) in startup_memlist()
1276 if (prom_debug) in startup_memlist()
1296 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