HomeSort by: relevance | last modified time | path
    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/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) {
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);
multiboot2.c 629 struct btinfo_efimemmap *bie;
636 bie = (struct btinfo_efimemmap *)bootinfo_init(BTINFO_EFIMEMMAP,
  /src/sys/arch/x86/acpi/
acpi_machdep.c 494 if (lookup_bootinfo(BTINFO_EFIMEMMAP) != NULL)

Completed in 160 milliseconds