OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btinfo_efimemmap
(Results
1 - 2
of
2
) 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
Completed in 12 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025