Home
last modified time | relevance | path

Searched refs:trap_msg (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/sys/sparc64/sparc64/
Dtrap.c108 const char *const trap_msg[] = { variable
218 CTASSERT(sizeof(trap_msg) / sizeof(*trap_msg) == T_MAX);
267 trap_msg[tf->tf_type & ~T_KERNEL], in trap()
309 trap_msg[tf->tf_type]); in trap()
410 panic("trap: %s (kernel)", trap_msg[tf->tf_type]); in trap()
Ddb_trace.c157 db_printf("-- %s", trap_msg[type & ~T_KERNEL]); in db_print_trap()
/freebsd-10-stable/sys/sparc64/include/
Dtrap.h94 extern const char *const trap_msg[];
/freebsd-10-stable/sys/i386/i386/
Dtrap.c122 static char *trap_msg[] = { variable
794 trap_msg[type]); in trap()
998 msg = trap_msg[type];
1066 panic("%s", trap_msg[type]);
/freebsd-10-stable/sys/amd64/amd64/
Dtrap.c113 static char *trap_msg[] = { variable
843 msg = trap_msg[type];
902 panic("%s", trap_msg[type]);