OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PANICBUTTON
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/arch/x68k/x68k/
machdep.c
571
#if (defined(DDB) || defined(DEBUG)) && !defined(
PANICBUTTON
)
572
#define
PANICBUTTON
575
#ifdef
PANICBUTTON
576
int
panicbutton
= 1; /* non-zero if panic buttons are enabled */
variable
599
#ifdef
PANICBUTTON
614
if (
panicbutton
) {
625
#endif /*
PANICBUTTON
*/
/src/sys/arch/atari/atari/
machdep.c
703
#if defined(DEBUG) && !defined(
PANICBUTTON
)
704
#define
PANICBUTTON
707
#ifdef
PANICBUTTON
708
int
panicbutton
= 1; /* non-zero if panic buttons are enabled */
variable
/src/sys/arch/amiga/amiga/
machdep.c
971
#if defined(DEBUG) && !defined(
PANICBUTTON
)
972
#define
PANICBUTTON
975
#ifdef
PANICBUTTON
976
int
panicbutton
= 1; /* non-zero if panic buttons are enabled */
variable
996
#ifdef
PANICBUTTON
1008
if (
panicbutton
) {
/src/sys/arch/luna68k/conf/
files.luna68k
8
defflag
PANICBUTTON
/src/sys/arch/cesfic/cesfic/
machdep.c
487
#ifdef
PANICBUTTON
491
int
panicbutton
= 1; /* non-zero if panic buttons are enabled */
variable
504
#endif /*
PANICBUTTON
*/
/src/sys/arch/luna68k/luna68k/
machdep.c
498
* panic'ing on ABORT with the kernel option "
PANICBUTTON
".
526
#ifdef
PANICBUTTON
530
#endif /*
PANICBUTTON
*/
/src/sys/arch/mvme68k/mvme68k/
machdep.c
624
* panic'ing on ABORT with the kernel option "
PANICBUTTON
".
647
#ifdef
PANICBUTTON
651
#endif /*
PANICBUTTON
*/
/src/sys/arch/hp300/hp300/
machdep.c
732
#if defined(
PANICBUTTON
) && !defined(DDB)
736
int
panicbutton
= 1; /* non-zero if panic buttons are enabled */
variable
751
#endif /*
PANICBUTTON
& !DDB */
/src/sys/arch/atari/conf/
files.atari
14
defflag
PANICBUTTON
Completed in 27 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026