Searched refs:trap_type (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dtrap.c80 const char *trap_type[] = { variable
96 #define TRAP_TYPES (sizeof trap_type / sizeof trap_type[0])
111 panic(trap_type[type]);
/netbsd-current/sys/arch/m68k/m68k/
H A Ddb_interface.c135 extern char *trap_type[];
149 printf("%s", trap_type[type]);
/netbsd-current/sys/arch/hppa/hppa/
H A Ddb_interface.c57 extern const char *trap_type[];
79 db_printf("%s", trap_type[type]);
/netbsd-current/sys/arch/amd64/stand/prekern/
H A Dprekern.c80 static char *trap_type[] = { variable
103 static int trap_types = __arraycount(trap_type);
115 buf = trap_type[trapno];
/netbsd-current/sys/arch/sparc/include/
H A Dtrap.h137 extern const char *trap_type[];
/netbsd-current/games/rogue/
H A Dtrap.c82 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));
/netbsd-current/sys/arch/sun3/sun3/
H A Dtrap.c151 const char *trap_type[] = { variable
171 u_int trap_types = sizeof(trap_type) / sizeof(trap_type[0]);
311 panic(trap_type[type]);
626 printf("%s", trap_type[type]);
/netbsd-current/sys/arch/sun2/sun2/
H A Dtrap.c142 const char *trap_type[] = { variable
162 u_int trap_types = sizeof(trap_type) / sizeof(trap_type[0]);
304 panic(trap_type[type]);
611 printf("%s", trap_type[type]);
/netbsd-current/sys/arch/amd64/amd64/
H A Dtrap.c127 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]);
H A Ddb_interface.c71 extern const char *const trap_type[];
197 db_printf("%s", trap_type[type]);
/netbsd-current/sys/arch/atari/atari/
H A Dtrap.c97 const char *trap_type[] = { variable
113 int trap_types = sizeof trap_type / sizeof trap_type[0];
292 panic(trap_type[type]);
/netbsd-current/sys/arch/next68k/next68k/
H A Dtrap.c102 const char *trap_type[] = { variable
118 int trap_types = sizeof trap_type / sizeof trap_type[0];
323 panic(trap_type[type]);
/netbsd-current/sys/arch/news68k/news68k/
H A Dtrap.c87 const char *trap_type[] = { variable
103 const int trap_types = sizeof trap_type / sizeof trap_type[0];
305 panic(trap_type[type]);
/netbsd-current/sys/arch/x68k/x68k/
H A Dtrap.c95 const char *trap_type[] = { variable
111 int trap_types = sizeof trap_type / sizeof trap_type[0];
315 panic(trap_type[type]);
/netbsd-current/sys/arch/hp300/hp300/
H A Dtrap.c94 const char *trap_type[] = { variable
110 const int trap_types = sizeof trap_type / sizeof trap_type[0];
312 panic(trap_type[type]);
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dtrap.c86 const char *trap_type[] = { variable
102 int trap_types = sizeof trap_type / sizeof trap_type[0];
283 panic(trap_type[type]);
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dtrap.c98 const char *trap_type[] = { variable
114 int trap_types = sizeof trap_type / sizeof trap_type[0];
316 panic(trap_type[type]);
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dtrap.c88 const char *trap_type[] = { variable
104 int trap_types = sizeof trap_type / sizeof trap_type[0];
295 panic(trap_type[type]);
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dtrap.c94 const char *trap_type[] = { variable
110 int trap_types = sizeof trap_type / sizeof trap_type[0];
337 panic(trap_type[type]);
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dtrap.c94 const char *trap_type[] = { variable
110 int trap_types = sizeof trap_type / sizeof trap_type[0];
337 panic(trap_type[type]);
/netbsd-current/sys/arch/i386/i386/
H A Dtrap.c137 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]);
H A Ddb_interface.c72 extern const char *const trap_type[];
198 db_printf("%s", trap_type[type]);
/netbsd-current/sys/arch/amiga/amiga/
H A Dtrap.c142 const char *trap_type[] = { variable
158 int trap_types = sizeof trap_type / sizeof trap_type[0];
241 panic(trap_type[type]);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dtrap.c184 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);
/netbsd-current/sys/arch/sparc/sparc/
H A Dtrap.c129 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);

Completed in 305 milliseconds

12