Home
last modified time | relevance | path

Searched refs:trap_type (Results 1 – 25 of 40) sorted by relevance

12

/netbsd/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]); in trap()
/netbsd/sys/arch/m68k/m68k/
H A Ddb_interface.c135 extern char *trap_type[];
149 printf("%s", trap_type[type]); in kdbprinttrap()
/netbsd/sys/arch/hppa/hppa/
H A Ddb_interface.c57 extern const char *trap_type[];
79 db_printf("%s", trap_type[type]); in kdbprinttrap()
/netbsd/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]);
305 panic(trap_type[type]); in trap()
612 printf("%s", trap_type[type]); in _nodb_trap()
/netbsd/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]);
312 panic(trap_type[type]); in trap()
627 printf("%s", trap_type[type]); in _nodb_trap()
/netbsd/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]; in trap()
/netbsd/games/rogue/
H A Dtrap.c82 for (i = 0; ((i < MAX_TRAPS) && (traps[i].trap_type != NO_TRAP)); i++) { in trap_at()
84 return(traps[i].trap_type); in trap_at()
164 traps[i].trap_type = get_rand(0, (TRAPS - 1)); in add_traps()
/netbsd/sys/arch/mac68k/mac68k/
H A Dtrap.c90 const char *trap_type[] = { variable
106 int trap_types = sizeof trap_type / sizeof trap_type[0];
298 panic(trap_type[type]); in trap()
/netbsd/sys/arch/luna68k/luna68k/
H A Dtrap.c86 const char *trap_type[] = { variable
102 int trap_types = sizeof trap_type / sizeof trap_type[0];
284 panic(trap_type[type]); in trap()
/netbsd/sys/arch/news68k/news68k/
H A Dtrap.c88 const char *trap_type[] = { variable
104 const int trap_types = sizeof trap_type / sizeof trap_type[0];
307 panic(trap_type[type]); in trap()
/netbsd/sys/arch/mvme68k/mvme68k/
H A Dtrap.c95 const char *trap_type[] = { variable
111 int trap_types = sizeof trap_type / sizeof trap_type[0];
339 panic(trap_type[type]); in trap()
/netbsd/sys/arch/x68k/x68k/
H A Dtrap.c97 const char *trap_type[] = { variable
113 int trap_types = sizeof trap_type / sizeof trap_type[0];
318 panic(trap_type[type]); in trap()
/netbsd/sys/arch/cesfic/cesfic/
H A Dtrap.c100 const char *trap_type[] = { variable
116 int trap_types = sizeof trap_type / sizeof trap_type[0];
319 panic(trap_type[type]); in trap()
/netbsd/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]); in panictrap()
/netbsd/sys/arch/next68k/next68k/
H A Dtrap.c104 const char *trap_type[] = { variable
120 int trap_types = sizeof trap_type / sizeof trap_type[0];
326 panic(trap_type[type]); in trap()
/netbsd/sys/arch/hp300/hp300/
H A Dtrap.c96 const char *trap_type[] = { variable
112 const int trap_types = sizeof trap_type / sizeof trap_type[0];
315 panic(trap_type[type]); in trap()
/netbsd/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]); in trap_print()
323 printf("kgdb: ignored %s\n", trap_type[type]); in trap()
H A Ddb_interface.c71 extern const char *const trap_type[];
197 db_printf("%s", trap_type[type]); in kdbprinttrap()
/netbsd/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]); in trap_print()
355 printf("kgdb: ignored %s\n", trap_type[type]); in trap()
H A Ddb_interface.c72 extern const char *const trap_type[];
198 db_printf("%s", trap_type[type]); in kdbprinttrap()
/netbsd/sys/arch/amiga/amiga/
H A Dtrap.c141 const char *trap_type[] = { variable
157 int trap_types = sizeof trap_type / sizeof trap_type[0];
240 panic(trap_type[type]); in panictrap()
/netbsd/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] : in trap()
490 type < N_TRAP_TYPES ? trap_type[type] : in trap()
598 panic("%s", type < N_TRAP_TYPES ? trap_type[type] : T); in trap()
629 pc, type, type < N_TRAP_TYPES ? trap_type[type] : T); in trap()
647 type, type < N_TRAP_TYPES ? trap_type[type] : T); in trap()
/netbsd/sys/arch/sparc/include/
H A Dtrap.h137 extern const char *trap_type[];
/netbsd/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); in trap()
/netbsd/sys/arch/arc/arc/
H A Dminidebug.c142 extern char *trap_type[];
383 printf("\n-- %s --\n# ",trap_type[cause]); in mdb()

12