Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dpanic.c184 int nopanicdebug = 0; /* reboot instead of call debugger? */ variable
356 !nopanicdebug && !panic_forced) { in panicsys()
388 } else if (((boothowto & RB_DEBUG) || obpdebug) && !nopanicdebug) { in panicsys()
/illumos-gate/usr/src/uts/common/sys/
H A Dpanic.h142 extern int nopanicdebug;
/illumos-gate/usr/src/uts/intel/ml/
H A Dexception.S495 movl $1, nopanicdebug
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c238 nopanicdebug = 1; in xen_psm_nmi_intr()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c867 nopanicdebug = 1; in apic_nmi_intr()
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c651 nopanicdebug = 1; /* do not perform debug_enter() prior to dump */ in sync_handler()