Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/amd64/
H A Dtrap.c119 static const char *const trap_msg[] = { variable
280 trap_msg[type]); in trap()
890 type < nitems(trap_msg) ? trap_msg[type] : UNKNOWN, in trap_fatal()
952 panic("%s", type < nitems(trap_msg) ? trap_msg[type] : in trap_fatal()
/freebsd-14.2/sys/i386/i386/
H A Dtrap.c162 trap_msg(int trapno) in trap_msg() function
914 printf("\n\nFatal trap %d: %s while in %s mode\n", type, trap_msg(type), in trap_fatal()
978 if (trap_msg(type) != NULL) in trap_fatal()
979 panic("%s", trap_msg(type)); in trap_fatal()