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

  /src/sys/arch/cesfic/cesfic/
machdep.c 524 #ifdef PANICBUTTON
528 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable in typeref:typename:int
541 #endif /* PANICBUTTON */
machdep.c 524 #ifdef PANICBUTTON
528 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable in typeref:typename:int
541 #endif /* PANICBUTTON */
machdep.c 524 #ifdef PANICBUTTON
528 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable in typeref:typename:int
541 #endif /* PANICBUTTON */
  /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
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
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) {
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) {
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/hp300/hp300/
machdep.c 947 #if defined(PANICBUTTON) && !defined(DDB)
951 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable in typeref:typename:int
966 #endif /* PANICBUTTON & !DDB */
machdep.c 947 #if defined(PANICBUTTON) && !defined(DDB)
951 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable in typeref:typename:int
966 #endif /* PANICBUTTON & !DDB */
machdep.c 947 #if defined(PANICBUTTON) && !defined(DDB)
951 int panicbutton = 1; /* non-zero if panic buttons are enabled */ variable in typeref:typename:int
966 #endif /* PANICBUTTON & !DDB */
  /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 */
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 */
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 40 milliseconds