Home
last modified time | relevance | path

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

123

/titanic_41/usr/src/stand/sys/
H A Dbootdebug.h53 #define dprintf if (boothowto & RB_DEBUG) printf
54 #define DBFLAGS (RB_DEBUG | RB_VERBOSE)
/titanic_41/usr/src/uts/common/krtld/
H A Dkobj_kdi.c151 if (boothowto & RB_DEBUG) in kobj_kdi_mod_notify()
156 if (boothowto & RB_DEBUG) in kobj_kdi_mod_notify()
/titanic_41/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()
/titanic_41/usr/src/uts/intel/ia32/promif/
H A Dprom_enter.c50 if (boothowto & RB_DEBUG) in prom_enter_mon()
H A Dprom_exit.c57 if (boothowto & RB_DEBUG) in prom_exit_to_mon()
H A Dprom_panic.c51 if (boothowto & RB_DEBUG) in prom_panic()
/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/
H A Dreboot.h53 #define RB_DEBUG 0x00000040 /* being run under debugger */ macro
/titanic_41/usr/src/ucblib/libucb/port/sys/
H A Dreboot.c59 #define RB_DEBUG 0x040 /* being run under debugger */ macro
/titanic_41/usr/src/uts/common/os/
H A Dpanic.c349 if (((boothowto & RB_DEBUG) || obpdebug) && in panicsys()
395 } else if (((boothowto & RB_DEBUG) || obpdebug) && !nopanicdebug) { in panicsys()
/titanic_41/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 Dpathname.c56 #define dprintf if (boothowto & RB_DEBUG) printf
H A Drpc.c58 #define dprintf if (boothowto & RB_DEBUG) printf
65 if (boothowto & RB_DEBUG) { in rpc_disperr()
H A Dgetdents.c59 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dgetdents3.c59 #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 Dlookup.c66 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dgetdents4.c59 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dnfs4ops.c49 #define dprintf if (boothowto & RB_DEBUG) printf
281 if (!(boothowto & RB_DEBUG)) in nfs4_error()
H A Dauth_unix.c75 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dbootparams.c71 #define dprintf if (boothowto & RB_DEBUG) printf
/titanic_41/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()
/titanic_41/usr/src/uts/sun4/os/
H A Dcpu_states.c250 if (boothowto & RB_DEBUG) in debug_enter()
H A Dprom_subr.c351 if ((boothowto & RB_DEBUG) && prom_exit_enter_debugger) in kern_postprom()

123