Home
last modified time | relevance | path

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

/src/sys/amd64/amd64/
H A Dtrap.c115 static const char *const trap_msg[] = { variable
154 return (type < nitems(trap_msg) ? trap_msg[type] : in traptype_to_msg()
277 trap_msg[frame->tf_trapno]); in trap_check_intr_user()
956 type < nitems(trap_msg) ? trap_msg[type] : UNKNOWN, in trap_diag()
/src/sys/i386/i386/
H A Dtrap.c160 trap_msg(int trapno) in trap_msg() function
896 printf("\n\nFatal trap %d: %s while in %s mode\n", type, trap_msg(type), in trap_fatal()
960 if (trap_msg(type) != NULL) in trap_fatal()
961 panic("%s", trap_msg(type)); in trap_fatal()