/illumos-gate/usr/src/stand/sys/ |
H A D | bootdebug.h | 53 #define dprintf if (boothowto & RB_DEBUG) printf 54 #define DBFLAGS (RB_DEBUG | RB_VERBOSE)
|
/illumos-gate/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 167 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) in find() 463 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) in boot_hsfs_mountroot() 534 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) { in boot_hsfs_mountroot() 594 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) in boot_hsfs_open() 603 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) in boot_hsfs_open() 678 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) in boot_hsfs_close() 880 if ((boothowto & RB_DEBUG) && in parse_susp() 901 if ((boothowto & RB_DEBUG) && in parse_susp() 917 if ((boothowto & RB_DEBUG) && in parse_susp()
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_kdi.c | 149 if (boothowto & RB_DEBUG) in kobj_kdi_mod_notify() 154 if (boothowto & RB_DEBUG) in kobj_kdi_mod_notify()
|
/illumos-gate/usr/src/uts/intel/promif/ |
H A D | prom_enter.c | 44 if (boothowto & RB_DEBUG) in prom_enter_mon()
|
H A D | prom_exit.c | 51 if (boothowto & RB_DEBUG) in prom_exit_to_mon()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | todmostek.c | 88 } else if (boothowto & RB_DEBUG) { in _init() 187 (boothowto & RB_DEBUG)) in todm_set_watchdog_timer()
|
H A D | pmc.c | 163 } else if (boothowto & RB_DEBUG) { in _init()
|
/illumos-gate/usr/src/uts/i86pc/promif/ |
H A D | prom_panic.c | 44 if (boothowto & RB_DEBUG) in prom_panic()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | panic.c | 355 if (((boothowto & RB_DEBUG) || obpdebug) && in panicsys() 388 } else if (((boothowto & RB_DEBUG) || obpdebug) && !nopanicdebug) { in panicsys()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | reboot.h | 53 #define RB_DEBUG 0x00000040 /* being run under debugger */ macro
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | reboot.c | 57 #define RB_DEBUG 0x040 /* being run under debugger */ macro
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | nfs2ops.c | 49 #define dprintf if (boothowto & RB_DEBUG) printf 245 if (!(boothowto & RB_DEBUG)) in nfs_error()
|
H A D | rpc.c | 56 #define dprintf if (boothowto & RB_DEBUG) printf 63 if (boothowto & RB_DEBUG) { in rpc_disperr()
|
H A D | pathname.c | 56 #define dprintf if (boothowto & RB_DEBUG) printf
|
H A D | nfs3ops.c | 49 #define dprintf if (boothowto & RB_DEBUG) printf 249 if (!(boothowto & RB_DEBUG)) in nfs3_error()
|
H A D | getdents.c | 57 #define dprintf if (boothowto & RB_DEBUG) printf
|
H A D | getdents3.c | 57 #define dprintf if (boothowto & RB_DEBUG) printf
|
H A D | lookup.c | 66 #define dprintf if (boothowto & RB_DEBUG) printf
|
H A D | getdents4.c | 59 #define dprintf if (boothowto & RB_DEBUG) printf
|
H A D | nfs4ops.c | 47 #define dprintf if (boothowto & RB_DEBUG) printf 280 if (!(boothowto & RB_DEBUG)) in nfs4_error()
|
H A D | auth_unix.c | 73 #define dprintf if (boothowto & RB_DEBUG) printf
|
H A D | bootparams.c | 69 #define dprintf if (boothowto & RB_DEBUG) printf
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/ |
H A D | kctl_main.c | 214 boothowto &= ~RB_DEBUG; in kctl_cleanup() 372 boothowto |= RB_DEBUG; in kctl_startup_activate()
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | cpu_states.c | 250 if (boothowto & RB_DEBUG) in debug_enter()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | machdep.c | 447 if (msg != NULL || (boothowto & RB_DEBUG)) in debug_enter() 453 if (boothowto & RB_DEBUG) in debug_enter()
|