Searched refs:RB_DEBUG (Results 1 - 25 of 60) 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/uts/intel/ia32/promif/
H A Dprom_enter.c50 if (boothowto & RB_DEBUG)
H A Dprom_exit.c57 if (boothowto & RB_DEBUG)
H A Dprom_panic.c51 if (boothowto & RB_DEBUG)
/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.c59 #define RB_DEBUG 0x040 /* being run under debugger */ macro
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_kdi.c151 if (boothowto & RB_DEBUG)
156 if (boothowto & RB_DEBUG)
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpathname.c56 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dnfs2ops.c49 #define dprintf if (boothowto & RB_DEBUG) printf
245 if (!(boothowto & RB_DEBUG))
H A Dgetdents.c59 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dgetdents3.c59 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dgetdents4.c59 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dlookup.c66 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dnfs3ops.c49 #define dprintf if (boothowto & RB_DEBUG) printf
249 if (!(boothowto & RB_DEBUG))
H A Drpc.c58 #define dprintf if (boothowto & RB_DEBUG) printf
65 if (boothowto & RB_DEBUG) {
H A Dauth_unix.c75 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dbootparams.c71 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dnfs4ops.c49 #define dprintf if (boothowto & RB_DEBUG) printf
281 if (!(boothowto & RB_DEBUG))
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c167 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE))
463 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE))
534 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) {
594 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE))
603 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE))
678 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE))
880 if ((boothowto & RB_DEBUG) &&
901 if ((boothowto & RB_DEBUG) &&
917 if ((boothowto & RB_DEBUG) &&
/illumos-gate/usr/src/uts/common/os/
H A Dpanic.c349 if (((boothowto & RB_DEBUG) || obpdebug) &&
395 } else if (((boothowto & RB_DEBUG) || obpdebug) && !nopanicdebug) {
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodmostek.c88 } else if (boothowto & RB_DEBUG) {
187 (boothowto & RB_DEBUG))
H A Dpmc.c163 } else if (boothowto & RB_DEBUG) {
H A Dtodbq4802.c128 } else if (boothowto & RB_DEBUG) {
/illumos-gate/usr/src/uts/sun4/os/
H A Dcpu_states.c250 if (boothowto & RB_DEBUG)
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_main.c214 boothowto &= ~RB_DEBUG;
372 boothowto |= RB_DEBUG;

Completed in 100 milliseconds

123