Searched refs:trap_msg (Results 1 – 2 of 2) sorted by relevance
120 static const char *const trap_msg[] = { variable864 type < nitems(trap_msg) ? trap_msg[type] : UNKNOWN,915 panic("%s", type < nitems(trap_msg) ? trap_msg[type] :
165 trap_msg(int trapno) in trap_msg() function893 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));