HomeSort by: relevance | last modified time | path
    Searched defs:PANICBUTTON (Results 1 - 3 of 3) sorted by relevancy

  /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 */

Completed in 18 milliseconds