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 733 #if defined(DEBUG) && !defined(PANICBUTTON)
734 #define PANICBUTTON
737 #ifdef PANICBUTTON
738 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable in typeref:typename:int
  /src/sys/arch/amiga/amiga/
machdep.c 1121 #if defined(DEBUG) && !defined(PANICBUTTON)
1122 #define PANICBUTTON
1125 #ifdef PANICBUTTON
1126 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable in typeref:typename:int
1146 #ifdef PANICBUTTON
1158 if (panicbutton) {
  /src/sys/arch/x68k/x68k/
machdep.c 940 #if (defined(DDB) || defined(DEBUG)) && !defined(PANICBUTTON)
941 #define PANICBUTTON
944 #ifdef PANICBUTTON
945 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable in typeref:typename:int
968 #ifdef PANICBUTTON
983 if (panicbutton) {
994 #endif /* PANICBUTTON */

Completed in 14 milliseconds