Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dtrap.c120 static const char *const trap_msg[] = { variable
864 type < nitems(trap_msg) ? trap_msg[type] : UNKNOWN,
915 panic("%s", type < nitems(trap_msg) ? trap_msg[type] :
/f-stack/freebsd/i386/i386/
H A Dtrap.c165 trap_msg(int trapno) in trap_msg() function
893 printf("\n\nFatal trap %d: %s while in %s mode\n", type, trap_msg(type),
957 if (trap_msg(type) != NULL)
958 panic("%s", trap_msg(type));