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

/netbsd-6-1-5-RELEASE/sys/arch/cobalt/cobalt/
H A Dmachdep.c146 const char *bi_msg; local
197 bi_msg = "missing bootinfo structure";
200 bi_msg = "invalid bootinfo structure";
203 bi_msg = NULL;
205 bi_msg = "invalid bootinfo (standalone boot?)";
258 if (bi_msg != NULL)
259 printf("%s: magic=%#x bip=%p\n", bi_msg, bim, bip);
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/mipsco/
H A Dmachdep.c188 const char *bi_msg; local
203 bi_msg = "invalid bootinfo structure.\n";
205 bi_msg = NULL;
207 bi_msg = "invalid bootinfo (standalone boot?)\n";
235 if (bi_msg != NULL)
236 printf(bi_msg);
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/mmeye/
H A Dmachdep.c247 const char *bi_msg; local
259 bi_msg = "missing bootinfo structure";
262 bi_msg = "invalid bootinfo structure";
265 bi_msg = NULL;
267 bi_msg = "invalid bootinfo (standalone boot?)";
297 if (bi_msg != NULL)
298 printf("%s: magic=%#x\n", bi_msg, bim);

Completed in 116 milliseconds