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
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/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/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
) {
/src/sys/arch/luna68k/conf/
files.luna68k
8
defflag
PANICBUTTON
/src/sys/arch/cesfic/cesfic/
machdep.c
359
#ifdef
PANICBUTTON
363
int
panicbutton
= 1; /* non-zero if panic buttons are enabled */
variable
376
#endif /*
PANICBUTTON
*/
/src/sys/arch/luna68k/luna68k/
machdep.c
356
* panic'ing on ABORT with the kernel option "
PANICBUTTON
".
384
#ifdef
PANICBUTTON
388
#endif /*
PANICBUTTON
*/
/src/sys/arch/mvme68k/mvme68k/
machdep.c
450
* panic'ing on ABORT with the kernel option "
PANICBUTTON
".
473
#ifdef
PANICBUTTON
477
#endif /*
PANICBUTTON
*/
/src/sys/arch/hp300/hp300/
machdep.c
515
#if defined(
PANICBUTTON
) && !defined(DDB)
519
int
panicbutton
= 1; /* non-zero if panic buttons are enabled */
variable
534
#endif /*
PANICBUTTON
& !DDB */
/src/sys/arch/atari/conf/
files.atari
14
defflag
PANICBUTTON
Completed in 136 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026