HomeSort by: relevance | last modified time | path
    Searched refs:panicbutton (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/x68k/x68k/
machdep.c 395 #if (defined(DDB) || defined(DEBUG)) && !defined(PANICBUTTON)
396 #define PANICBUTTON
399 #ifdef PANICBUTTON
400 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable
423 #ifdef PANICBUTTON
438 if (panicbutton) {
449 #endif /* PANICBUTTON */
  /src/sys/arch/cesfic/cesfic/
machdep.c 359 #ifdef PANICBUTTON
363 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable
376 #endif /* PANICBUTTON */
  /src/sys/arch/amiga/amiga/
machdep.c 767 #if defined(DEBUG) && !defined(PANICBUTTON)
768 #define PANICBUTTON
771 #ifdef PANICBUTTON
772 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable
792 #ifdef PANICBUTTON
804 if (panicbutton) {
  /src/sys/arch/atari/atari/
machdep.c 552 #if defined(DEBUG) && !defined(PANICBUTTON)
553 #define PANICBUTTON
556 #ifdef PANICBUTTON
557 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable
  /src/sys/arch/hp300/hp300/
machdep.c 515 #if defined(PANICBUTTON) && !defined(DDB)
519 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable
534 #endif /* PANICBUTTON & !DDB */

Completed in 21 milliseconds