Home
last modified time | relevance | path

Searched refs:nopanicdebug (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dpanic.c181 int nopanicdebug = 0; /* reboot instead of call debugger? */ variable
350 !nopanicdebug && !panic_forced) { in panicsys()
395 } else if (((boothowto & RB_DEBUG) || obpdebug) && !nopanicdebug) { in panicsys()
/titanic_44/usr/src/uts/common/sys/
H A Dpanic.h140 extern int nopanicdebug;
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dexception.s863 movl $1, nopanicdebug
915 movl $1, nopanicdebug
/titanic_44/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c814 nopanicdebug = 1; in apic_nmi_intr()
/titanic_44/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c238 nopanicdebug = 1; in xen_psm_nmi_intr()
/titanic_44/usr/src/uts/sun4/os/
H A Dstartup.c655 nopanicdebug = 1; /* do not perform debug_enter() prior to dump */ in sync_handler()