Searched refs:GetMemoryMap (Results 1 – 7 of 7) sorted by relevance
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
| H A D | efimd.c | 91 BS->GetMemoryMap(&sz, NULL, &mapkey, &mmsz, &mmver); in ldr_bootinfo() 111 status = BS->GetMemoryMap(&sz, mm, &mapkey, &mmsz, &mmver); in ldr_bootinfo()
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/ |
| H A D | memmap.c | 84 status = BS->GetMemoryMap(&size, efi_mmap, &key, &desc_size, NULL); in efi_getsmap() 86 status = BS->GetMemoryMap(&size, efi_mmap, &key, &desc_size, NULL); in efi_getsmap()
|
| H A D | bootinfo.c | 286 BS->GetMemoryMap(&sz, NULL, &efi_mapkey, &mmsz, &mmver); in bi_load_efi_data() 307 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &mmsz, &mmver); in bi_load_efi_data()
|
| H A D | main.c | 517 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap() 523 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap()
|
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | multiboot2.c | 694 ret = BS->GetMemoryMap(&cur_size, mmap, NULL, &desc_size, NULL); in efimemmap_size() 1110 status = BS->GetMemoryMap(&size, in multiboot2_exec() 1117 status = BS->GetMemoryMap(&size, in multiboot2_exec()
|
| /titanic_53/usr/src/uts/intel/sys/acpi/platform/ |
| H A D | acefiex.h | 695 EFI_GET_MEMORY_MAP GetMemoryMap; member
|
| /titanic_53/usr/src/boot/sys/boot/efi/include/ |
| H A D | efiapi.h | 746 EFI_GET_MEMORY_MAP GetMemoryMap; member
|