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

  /src/sys/lib/libsa/
panic.c 39 static int paniced; local in function:panic
41 if (!paniced) {
42 paniced = 1;
panic.c 39 static int paniced; local in function:panic
41 if (!paniced) {
42 paniced = 1;
  /src/sys/arch/amiga/dev/
ite.c 358 static int paniced; local in function:itecnputc
365 if (panicstr && !paniced &&
368 paniced = 1;
ite.c 358 static int paniced; local in function:itecnputc
365 if (panicstr && !paniced &&
368 paniced = 1;
  /src/sys/arch/atari/dev/
ite.c 328 static int paniced; local in function:itecnputc
335 if (panicstr && !paniced &&
338 paniced = 1;
ite.c 328 static int paniced; local in function:itecnputc
335 if (panicstr && !paniced &&
338 paniced = 1;
  /src/sys/arch/x68k/dev/
ite.c 2883 static int paniced = 0; local in function:itecnputc
2893 if (panicstr && !paniced &&
2896 paniced = 1;
ite.c 2883 static int paniced = 0; local in function:itecnputc
2893 if (panicstr && !paniced &&
2896 paniced = 1;

Completed in 29 milliseconds