OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btinfo_modulelist
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/sandpoint/include/
bootinfo.h
47
#define
BTINFO_MODULELIST
9
109
struct
btinfo_modulelist
{
struct
/src/sys/arch/sandpoint/stand/altboot/
main.c
83
struct
btinfo_modulelist
*
btinfo_modulelist
;
variable in typeref:struct:btinfo_modulelist *
378
btinfo_modulelist
= NULL;
380
if (
btinfo_modulelist
!= NULL &&
381
btinfo_modulelist
->num > 0)
382
bi_add(
btinfo_modulelist
,
BTINFO_MODULELIST
,
549
size += sizeof(struct
btinfo_modulelist
);
550
btinfo_modulelist
= alloc(size);
551
if (
btinfo_modulelist
== NULL)
[
all
...]
/src/sys/arch/i386/stand/lib/
exec.c
141
struct
btinfo_modulelist
*
btinfo_modulelist
;
variable in typeref:struct:btinfo_modulelist *
478
if (
btinfo_modulelist
) {
482
bim = (void *)(
btinfo_modulelist
+ 1);
483
for (i = 0; i <
btinfo_modulelist
->num; i++, bim++)
485
btinfo_modulelist
->endpa -= efi_loadaddr;
487
BI_ADD(
btinfo_modulelist
,
BTINFO_MODULELIST
,
689
len = sizeof(struct
btinfo_modulelist
);
711
btinfo_modulelist
= alloc(len)
[
all
...]
/src/sys/arch/x86/include/
bootinfo.h
41
#define
BTINFO_MODULELIST
11
195
struct
btinfo_modulelist
{
struct
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025