Searched refs:trap_msg (Results 1 – 5 of 5) sorted by relevance
109 const char *const trap_msg[] = { variable219 CTASSERT(nitems(trap_msg) == T_MAX);268 trap_msg[tf->tf_type & ~T_KERNEL], in trap()316 trap_msg[tf->tf_type]); in trap()417 panic("trap: %s (kernel)", trap_msg[tf->tf_type]); in trap()
159 db_printf("-- %s", trap_msg[type & ~T_KERNEL]); in db_print_trap()
122 static const char *const trap_msg[] = { variable870 type < nitems(trap_msg) ? trap_msg[type] : UNKNOWN,921 panic("%s", type < nitems(trap_msg) ? trap_msg[type] :
96 extern const char *const trap_msg[];
166 trap_msg(int trapno) in trap_msg() function901 printf("\n\nFatal trap %d: %s while in %s mode\n", type, trap_msg(type),967 if (trap_msg(type) != NULL)968 panic("%s", trap_msg(type));