Lines Matching refs:strerror
78 const char *strerror = NULL; in trap_c() local
126 strerror = KERN_NOTICE EXC_0x03(KERN_NOTICE); in trap_c()
155 strerror = KERN_NOTICE EXC_0x04(KERN_NOTICE); in trap_c()
172 strerror = KERN_NOTICE EXC_0x11(KERN_NOTICE); in trap_c()
224 strerror = KERN_NOTICE EXC_0x21(KERN_NOTICE); in trap_c()
231 strerror = KERN_NOTICE EXC_0x22(KERN_NOTICE); in trap_c()
238 strerror = KERN_NOTICE EXC_0x23(KERN_NOTICE); in trap_c()
245 strerror = KERN_NOTICE EXC_0x24(KERN_NOTICE); in trap_c()
252 strerror = KERN_NOTICE EXC_0x25(KERN_NOTICE); in trap_c()
260 strerror = KERN_NOTICE EXC_0x26(KERN_NOTICE); in trap_c()
268 strerror = KERN_NOTICE "NULL pointer access\n"; in trap_c()
271 strerror = KERN_NOTICE EXC_0x27(KERN_NOTICE); in trap_c()
290 strerror = KERN_NOTICE "BF535: VEC_ISTRU_VL\n"; in trap_c()
300 strerror = KERN_NOTICE EXC_0x2A(KERN_NOTICE); in trap_c()
307 strerror = KERN_NOTICE EXC_0x2B(KERN_NOTICE); in trap_c()
314 strerror = KERN_NOTICE EXC_0x2C(KERN_NOTICE); in trap_c()
322 strerror = KERN_NOTICE "Jump to NULL address\n"; in trap_c()
325 strerror = KERN_NOTICE EXC_0x2D(KERN_NOTICE); in trap_c()
332 strerror = KERN_NOTICE EXC_0x2E(KERN_NOTICE); in trap_c()
360 strerror = KERN_NOTICE HWC_x2(KERN_NOTICE); in trap_c()
396 strerror = KERN_NOTICE HWC_x3(KERN_NOTICE); in trap_c()
400 strerror = KERN_NOTICE HWC_x12(KERN_NOTICE); in trap_c()
436 if (strerror) in trap_c()
437 verbose_printk(strerror); in trap_c()