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

/freebsd-10.0-release/sys/sparc64/include/
H A Dtrap.h94 extern const char *const trap_msg[];
/freebsd-10.0-release/sys/sparc64/sparc64/
H A 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],
309 trap_msg[tf->tf_type]);
410 panic("trap: %s (kernel)", trap_msg[tf->tf_type]);
H A Ddb_trace.c157 db_printf("-- %s", trap_msg[type & ~T_KERNEL]);
/freebsd-10.0-release/sys/amd64/amd64/
H A Dtrap.c132 static char *trap_msg[] = { variable
821 msg = trap_msg[type];
882 panic("%s", trap_msg[type]);
/freebsd-10.0-release/sys/i386/i386/
H A Dtrap.c143 static char *trap_msg[] = { variable
789 trap_msg[type]);
982 msg = trap_msg[type];
1047 panic("%s", trap_msg[type]);

Completed in 194 milliseconds