OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btinfo_efimemmap
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/i386/stand/efiboot/
efiboot.c
44
struct
btinfo_efimemmap
*
btinfo_efimemmap
= NULL;
variable in typeref:struct:btinfo_efimemmap *
139
allocsz = sizeof(struct
btinfo_efimemmap
) - 1
141
btinfo_efimemmap
= alloc(allocsz);
142
btinfo_efimemmap
->num = NoEntries;
143
btinfo_efimemmap
->version = DescriptorVersion;
144
btinfo_efimemmap
->size = DescriptorSize;
145
memcpy(
btinfo_efimemmap
->memmap, desc, NoEntries * DescriptorSize);
146
BI_ADD(
btinfo_efimemmap
,
BTINFO_EFIMEMMAP
, allocsz)
[
all
...]
/src/sys/arch/x86/include/
bootinfo.h
45
#define
BTINFO_EFIMEMMAP
15
245
struct
btinfo_efimemmap
{
struct
/src/sys/arch/i386/stand/lib/
exec_multiboot2.c
61
extern struct
btinfo_efimemmap
*
btinfo_efimemmap
;
1109
if (
btinfo_efimemmap
== NULL)
1112
memmap_len =
btinfo_efimemmap
->num *
btinfo_efimemmap
->size;
1118
mbt->descr_size =
btinfo_efimemmap
->size;
1119
mbt->descr_vers =
btinfo_efimemmap
->version;
1120
memcpy(mbt + 1,
btinfo_efimemmap
->memmap, memmap_len);
/src/sys/arch/x86/x86/
efi_machdep.c
512
struct
btinfo_efimemmap
*efimm;
524
efimm = lookup_bootinfo(
BTINFO_EFIMEMMAP
);
602
struct
btinfo_efimemmap
*efimm;
629
if ((efimm = lookup_bootinfo(
BTINFO_EFIMEMMAP
)) == NULL) {
multiboot2.c
629
struct
btinfo_efimemmap
*bie;
636
bie = (struct
btinfo_efimemmap
*)bootinfo_init(
BTINFO_EFIMEMMAP
,
x86_machdep.c
698
lookup_bootinfo(
BTINFO_EFIMEMMAP
) != NULL ? "UEFI" : "BIOS",
916
struct
btinfo_efimemmap
*biem;
930
biem = lookup_bootinfo(
BTINFO_EFIMEMMAP
);
940
biem = lookup_bootinfo(
BTINFO_EFIMEMMAP
);
Completed in 14 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025