HomeSort by: relevance | last modified time | path
    Searched refs:trap_type (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/arch/luna68k/stand/boot/
trap.c 80 const char *trap_type[] = { variable
96 #define TRAP_TYPES (sizeof trap_type / sizeof trap_type[0])
111 panic(trap_type[type]);
  /src/sys/arch/hppa/hppa/
db_interface.c 57 extern const char *trap_type[];
79 db_printf("%s", trap_type[type]);
trap.c 130 const char *trap_type[] = { variable
161 int trap_types = __arraycount(trap_type);
651 tts = trap_type[trapnum];
  /src/sys/arch/amd64/stand/prekern/
prekern.c 80 static char *trap_type[] = { variable
103 static int trap_types = __arraycount(trap_type);
115 buf = trap_type[trapno];
  /src/sys/arch/sparc/include/
trap.h 137 extern const char *trap_type[];
  /src/games/rogue/
trap.c 82 for (i = 0; ((i < MAX_TRAPS) && (traps[i].trap_type != NO_TRAP)); i++) {
84 return(traps[i].trap_type);
164 traps[i].trap_type = get_rand(0, (TRAPS - 1));
rogue.h 333 short trap_type; member in struct:tr
level.c 379 traps[i].trap_type = NO_TRAP;
  /src/sys/arch/amd64/amd64/
trap.c 127 const char * const trap_type[] = { variable
150 int trap_types = __arraycount(trap_type);
197 printf("fatal %s", trap_type[type]);
322 printf("kgdb: ignored %s\n", trap_type[type]);
db_interface.c 71 extern const char *const trap_type[];
197 db_printf("%s", trap_type[type]);
  /src/sys/arch/i386/i386/
trap.c 137 const char * const trap_type[] = { variable
160 int trap_types = __arraycount(trap_type);
232 printf("fatal %s", trap_type[type]);
354 printf("kgdb: ignored %s\n", trap_type[type]);
db_interface.c 72 extern const char *const trap_type[];
198 db_printf("%s", trap_type[type]);
  /src/sys/arch/sparc64/sparc64/
trap.c 184 const char *trap_type[] = { variable
360 #define N_TRAP_TYPES (sizeof trap_type / sizeof *trap_type)
475 type < N_TRAP_TYPES ? trap_type[type] :
490 type < N_TRAP_TYPES ? trap_type[type] :
597 panic("%s", type < N_TRAP_TYPES ? trap_type[type] : T);
628 pc, type, type < N_TRAP_TYPES ? trap_type[type] : T);
646 type, type < N_TRAP_TYPES ? trap_type[type] : T);
db_interface.c 102 extern char *trap_type[];
302 printf("kernel trap %x: %s\n", type, trap_type[type & 0x1ff]);
  /src/sys/arch/sparc/sparc/
trap.c 129 const char *trap_type[] = { variable
209 #define N_TRAP_TYPES (sizeof trap_type / sizeof *trap_type)
304 panic("%s", type < N_TRAP_TYPES ? trap_type[type] : T);
db_interface.c 249 printf("kernel: %s trap\n", trap_type[type & 0xff]);
  /src/sys/arch/arc/arc/
minidebug.c 142 extern char *trap_type[];
383 printf("\n-- %s --\n# ",trap_type[cause]);
  /src/sys/arch/alpha/alpha/
db_interface.c 84 extern char *trap_type[];
  /src/sys/arch/m68k/m68k/
trap_subr.s 382 | Kernel-mode breakpoint or trace trap. (%d0=trap_type)

Completed in 33 milliseconds