Searched refs:trap_msg (Results 1 – 2 of 2) sorted by relevance
119 static const char *const trap_msg[] = { variable280 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()
162 trap_msg(int trapno) in trap_msg() function914 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()