Home
last modified time | relevance | path

Searched refs:RB_DEBUG (Results 1 – 25 of 58) sorted by relevance

123

/illumos-gate/usr/src/stand/sys/
H A Dbootdebug.h53 #define dprintf if (boothowto & RB_DEBUG) printf
54 #define DBFLAGS (RB_DEBUG | RB_VERBOSE)
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c167 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 Dkobj_kdi.c149 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 Dprom_enter.c44 if (boothowto & RB_DEBUG) in prom_enter_mon()
H A Dprom_exit.c51 if (boothowto & RB_DEBUG) in prom_exit_to_mon()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodmostek.c88 } else if (boothowto & RB_DEBUG) { in _init()
187 (boothowto & RB_DEBUG)) in todm_set_watchdog_timer()
H A Dpmc.c163 } else if (boothowto & RB_DEBUG) { in _init()
/illumos-gate/usr/src/uts/i86pc/promif/
H A Dprom_panic.c44 if (boothowto & RB_DEBUG) in prom_panic()
/illumos-gate/usr/src/uts/common/os/
H A Dpanic.c355 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 Dreboot.h53 #define RB_DEBUG 0x00000040 /* being run under debugger */ macro
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dreboot.c57 #define RB_DEBUG 0x040 /* being run under debugger */ macro
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c49 #define dprintf if (boothowto & RB_DEBUG) printf
245 if (!(boothowto & RB_DEBUG)) in nfs_error()
H A Drpc.c56 #define dprintf if (boothowto & RB_DEBUG) printf
63 if (boothowto & RB_DEBUG) { in rpc_disperr()
H A Dpathname.c56 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dnfs3ops.c49 #define dprintf if (boothowto & RB_DEBUG) printf
249 if (!(boothowto & RB_DEBUG)) in nfs3_error()
H A Dgetdents.c57 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dgetdents3.c57 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dlookup.c66 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dgetdents4.c59 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dnfs4ops.c47 #define dprintf if (boothowto & RB_DEBUG) printf
280 if (!(boothowto & RB_DEBUG)) in nfs4_error()
H A Dauth_unix.c73 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dbootparams.c69 #define dprintf if (boothowto & RB_DEBUG) printf
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_main.c214 boothowto &= ~RB_DEBUG; in kctl_cleanup()
372 boothowto |= RB_DEBUG; in kctl_startup_activate()
/illumos-gate/usr/src/uts/sun4/os/
H A Dcpu_states.c250 if (boothowto & RB_DEBUG) in debug_enter()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c447 if (msg != NULL || (boothowto & RB_DEBUG)) in debug_enter()
453 if (boothowto & RB_DEBUG) in debug_enter()

123