Searched refs:bootinfo_msg (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/pmax/pmax/
H A Dmachdep.c138 const char *bootinfo_msg; local
155 bootinfo_msg =
158 bootinfo_msg = NULL;
161 bootinfo_msg = "invalid bootinfo pointer (old bootblocks?)\n";
217 if (bootinfo_msg != NULL)
218 printf(bootinfo_msg);
/netbsd-6-1-5-RELEASE/sys/arch/emips/emips/
H A Dmachdep.c146 const char *bootinfo_msg; local
163 bootinfo_msg =
166 bootinfo_msg = NULL;
168 bootinfo_msg = "invalid bootinfo pointer (old bootblocks?)\n";
228 if (bootinfo_msg != NULL)
229 printf(bootinfo_msg);
/netbsd-6-1-5-RELEASE/sys/arch/arc/arc/
H A Dmachdep.c139 static const char *bootinfo_msg = NULL; variable
195 bootinfo_msg =
198 bootinfo_msg = "bootinfo found.\n";
200 bootinfo_msg = "no bootinfo found. (old bootblocks?)\n";
503 if (bootinfo_msg)
504 printf(bootinfo_msg);
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/sgimips/
H A Dmachdep.c234 static const char *bootinfo_msg = NULL; variable
305 bootinfo_msg = "bootinfo found.\n";
310 bootinfo_msg =
313 bootinfo_msg = "no bootinfo found. (old bootblocks?)\n";
699 if (bootinfo_msg)
700 printf(bootinfo_msg);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dmachdep.c239 const char *bootinfo_msg; local
274 bootinfo_msg = NULL;
311 bootinfo_msg = "unknown bootinfo version";
315 bootinfo_msg = "boot program did not pass bootinfo";
362 if (bootinfo_msg)
364 bootinfo_msg, bim, bip, biv);

Completed in 102 milliseconds