Home
last modified time | relevance | path

Searched refs:GetMemoryMap (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Defimd.c93 BS->GetMemoryMap(&sz, NULL, &mapkey, &mmsz, &mmver); in ldr_bootinfo()
113 status = BS->GetMemoryMap(&sz, mm, &mapkey, &mmsz, &mmver); in ldr_bootinfo()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmemmap.c85 status = BS->GetMemoryMap(&size, efi_mmap, &key, &desc_size, NULL); in efi_getsmap()
87 status = BS->GetMemoryMap(&size, efi_mmap, &key, &desc_size, NULL); in efi_getsmap()
H A Dbootinfo.c287 BS->GetMemoryMap(&sz, NULL, &efi_mapkey, &mmsz, &mmver); in bi_load_efi_data()
308 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &mmsz, &mmver); in bi_load_efi_data()
H A Dmain.c1053 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap()
1059 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap()
/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c710 ret = BS->GetMemoryMap(&cur_size, mmap, NULL, &desc_size, NULL); in efimemmap_size()
1207 status = BS->GetMemoryMap(&map_size, in multiboot2_exec()
1218 status = BS->GetMemoryMap(&map_size, in multiboot2_exec()
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiSpec.h1880 EFI_GET_MEMORY_MAP GetMemoryMap; member
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h881 ACPI_EFI_GET_MEMORY_MAP GetMemoryMap; member