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

  /src/sys/arch/cesfic/cesfic/
machdep.c 518 #ifdef PANICBUTTON
522 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable
535 #endif /* PANICBUTTON */
  /src/sys/arch/atari/atari/
machdep.c 734 #if defined(DEBUG) && !defined(PANICBUTTON)
735 #define PANICBUTTON
738 #ifdef PANICBUTTON
739 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable
  /src/sys/arch/amiga/amiga/
machdep.c 1122 #if defined(DEBUG) && !defined(PANICBUTTON)
1123 #define PANICBUTTON
1126 #ifdef PANICBUTTON
1127 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable
1147 #ifdef PANICBUTTON
1159 if (panicbutton) {
  /src/sys/arch/x68k/x68k/
machdep.c 918 #if (defined(DDB) || defined(DEBUG)) && !defined(PANICBUTTON)
919 #define PANICBUTTON
922 #ifdef PANICBUTTON
923 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable
946 #ifdef PANICBUTTON
961 if (panicbutton) {
972 #endif /* PANICBUTTON */
  /src/sys/arch/hp300/hp300/
machdep.c 973 #if defined(PANICBUTTON) && !defined(DDB)
977 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable
992 #endif /* PANICBUTTON & !DDB */

Completed in 22 milliseconds