Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sparc64/sparc64/
Dtrap.c109 const char *const trap_msg[] = { variable
219 CTASSERT(nitems(trap_msg) == T_MAX);
268 trap_msg[tf->tf_type & ~T_KERNEL], in trap()
316 trap_msg[tf->tf_type]); in trap()
417 panic("trap: %s (kernel)", trap_msg[tf->tf_type]); in trap()
Ddb_trace.c159 db_printf("-- %s", trap_msg[type & ~T_KERNEL]); in db_print_trap()
/freebsd-12-stable/sys/amd64/amd64/
Dtrap.c122 static const char *const trap_msg[] = { variable
870 type < nitems(trap_msg) ? trap_msg[type] : UNKNOWN,
921 panic("%s", type < nitems(trap_msg) ? trap_msg[type] :
/freebsd-12-stable/sys/sparc64/include/
Dtrap.h96 extern const char *const trap_msg[];
/freebsd-12-stable/sys/i386/i386/
Dtrap.c166 trap_msg(int trapno) in trap_msg() function
901 printf("\n\nFatal trap %d: %s while in %s mode\n", type, trap_msg(type),
967 if (trap_msg(type) != NULL)
968 panic("%s", trap_msg(type));