OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bi_path
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/sandpoint/sandpoint/
autoconf.c
55
static struct btinfo_bootpath *
bi_path
;
variable in typeref:struct:btinfo_bootpath *
94
bi_path
= lookup_bootinfo(BTINFO_BOOTPATH);
109
if (
bi_path
!= NULL)
110
booted_kernel =
bi_path
->bootpath;
/src/sys/arch/sgimips/sgimips/
machdep.c
300
struct btinfo_bootpath *
bi_path
;
local in function:mach_init
307
bi_path
= lookup_bootinfo(BTINFO_BOOTPATH);
308
if (
bi_path
!= NULL)
309
bootpath =
bi_path
->bootpath;
/src/sys/arch/evbarm/stand/boot2440/
main.c
107
struct btinfo_bootpath
bi_path
;
variable in typeref:struct:btinfo_bootpath
167
bi_path
.bootpath[0] = 0;
256
if (
bi_path
.bootpath[0] != 0)
257
bi_add(&
bi_path
, BTINFO_BOOTPATH, sizeof(
bi_path
));
/src/sys/arch/evbarm/mini2440/
mini2440_machdep.c
221
struct btinfo_bootpath *
bi_path
;
variable in typeref:struct:btinfo_bootpath *
497
bi_path
= lookup_bootinfo(BTINFO_BOOTPATH);
1078
if(
bi_path
!= NULL ) {
1079
booted_kernel =
bi_path
->bootpath;
1101
if(
bi_path
!= NULL ) {
1102
booted_kernel =
bi_path
->bootpath;
/src/sys/arch/sandpoint/stand/altboot/
main.c
80
struct btinfo_bootpath
bi_path
;
variable in typeref:struct:btinfo_bootpath
327
printf("\"%s\" not found\n",
bi_path
.bootpath);
330
printf("loading \"%s\" ",
bi_path
.bootpath);
365
bi_add(&
bi_path
, BTINFO_BOOTPATH, sizeof(
bi_path
));
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025