OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootinfo_msg
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/arc/arc/
machdep.c
135
static const char *
bootinfo_msg
= NULL;
variable in typeref:typename:const char *
194
bootinfo_msg
=
197
bootinfo_msg
= "bootinfo found.\n";
199
bootinfo_msg
= "no bootinfo found. (old bootblocks?)\n";
489
if (
bootinfo_msg
)
490
printf(
bootinfo_msg
);
/src/sys/arch/emips/emips/
machdep.c
143
const char *
bootinfo_msg
;
local in function:mach_init
160
bootinfo_msg
=
163
bootinfo_msg
= NULL;
165
bootinfo_msg
= "invalid bootinfo pointer (old bootblocks?)\n";
225
if (
bootinfo_msg
!= NULL)
226
printf(
bootinfo_msg
);
/src/sys/arch/pmax/pmax/
machdep.c
138
const char *
bootinfo_msg
;
local in function:mach_init
154
bootinfo_msg
=
157
bootinfo_msg
= NULL;
160
bootinfo_msg
= "invalid bootinfo pointer (old bootblocks?)\n";
230
if (
bootinfo_msg
!= NULL)
231
printf(
bootinfo_msg
);
233
__USE(
bootinfo_msg
);
/src/sys/arch/sgimips/sgimips/
machdep.c
226
static const char *
bootinfo_msg
= NULL;
variable in typeref:typename:const char *
306
bootinfo_msg
= "bootinfo found.\n";
311
bootinfo_msg
=
314
bootinfo_msg
= "no bootinfo found. (old bootblocks?)\n";
709
if (
bootinfo_msg
)
710
printf(
bootinfo_msg
);
/src/sys/arch/alpha/alpha/
machdep.c
308
const char *
bootinfo_msg
;
local in function:alpha_init
345
bootinfo_msg
= NULL;
382
bootinfo_msg
= "unknown bootinfo version";
386
bootinfo_msg
= "boot program did not pass bootinfo";
445
if (
bootinfo_msg
)
447
bootinfo_msg
, bim, bip, biv);
Completed in 15 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025