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 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/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/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) {

Completed in 50 milliseconds