Home
last modified time | relevance | path

Searched refs:bi_msg (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/cobalt/cobalt/
H A Dmachdep.c156 const char *bi_msg; in mach_init() local
208 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()
/netbsd-src/sys/arch/mipsco/mipsco/
H A Dmachdep.c166 const char *bi_msg; in mach_init() local
180 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()
/netbsd-src/sys/arch/mmeye/mmeye/
H A Dmachdep.c246 const char *bi_msg; in initSH3() local
258 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()