HomeSort by: relevance | last modified time | path
    Searched defs:bi_msg (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/cobalt/cobalt/
machdep.c 156 const char *bi_msg; local in function:mach_init
208 bi_msg = "missing bootinfo structure";
211 bi_msg = "invalid bootinfo structure";
214 bi_msg = NULL;
216 bi_msg = "invalid bootinfo (standalone boot?)";
268 if (bi_msg != NULL)
269 printf("%s: magic=%#x bip=%p\n", bi_msg, bim, bip);
machdep.c 156 const char *bi_msg; local in function:mach_init
208 bi_msg = "missing bootinfo structure";
211 bi_msg = "invalid bootinfo structure";
214 bi_msg = NULL;
216 bi_msg = "invalid bootinfo (standalone boot?)";
268 if (bi_msg != NULL)
269 printf("%s: magic=%#x bip=%p\n", bi_msg, bim, bip);
  /src/sys/arch/mipsco/mipsco/
machdep.c 166 const char *bi_msg; local in function:mach_init
180 bi_msg = "invalid bootinfo structure.\n";
182 bi_msg = NULL;
184 bi_msg = "invalid bootinfo (standalone boot?)\n";
211 if (bi_msg != NULL)
212 printf(bi_msg);
machdep.c 166 const char *bi_msg; local in function:mach_init
180 bi_msg = "invalid bootinfo structure.\n";
182 bi_msg = NULL;
184 bi_msg = "invalid bootinfo (standalone boot?)\n";
211 if (bi_msg != NULL)
212 printf(bi_msg);
  /src/sys/arch/mmeye/mmeye/
machdep.c 246 const char *bi_msg; local in function:initSH3
258 bi_msg = "missing bootinfo structure";
261 bi_msg = "invalid bootinfo structure";
264 bi_msg = NULL;
266 bi_msg = "invalid bootinfo (standalone boot?)";
297 if (bi_msg != NULL)
298 printf("%s: magic=%#x\n", bi_msg, bim);
machdep.c 246 const char *bi_msg; local in function:initSH3
258 bi_msg = "missing bootinfo structure";
261 bi_msg = "invalid bootinfo structure";
264 bi_msg = NULL;
266 bi_msg = "invalid bootinfo (standalone boot?)";
297 if (bi_msg != NULL)
298 printf("%s: magic=%#x\n", bi_msg, bim);

Completed in 24 milliseconds