Searched refs:bi_msg (Results 1 – 3 of 3) sorted by relevance
156 const char *bi_msg; in mach_init() local208 bi_msg = "missing bootinfo structure"; in mach_init()211 bi_msg = "invalid bootinfo structure"; in mach_init()214 bi_msg = NULL; in mach_init()216 bi_msg = "invalid bootinfo (standalone boot?)"; in mach_init()268 if (bi_msg != NULL) in mach_init()269 printf("%s: magic=%#x bip=%p\n", bi_msg, bim, bip); in mach_init()
166 const char *bi_msg; in mach_init() local180 bi_msg = "invalid bootinfo structure.\n"; in mach_init()182 bi_msg = NULL; in mach_init()184 bi_msg = "invalid bootinfo (standalone boot?)\n"; in mach_init()211 if (bi_msg != NULL) in mach_init()212 printf(bi_msg); in mach_init()
246 const char *bi_msg; in initSH3() local258 bi_msg = "missing bootinfo structure"; in initSH3()261 bi_msg = "invalid bootinfo structure"; in initSH3()264 bi_msg = NULL; in initSH3()266 bi_msg = "invalid bootinfo (standalone boot?)"; in initSH3()297 if (bi_msg != NULL) in initSH3()298 printf("%s: magic=%#x\n", bi_msg, bim); in initSH3()