Searched refs:GetMemoryMap (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | EFI_BOOT_SERVICES.h | 170 EFI_GET_MEMORY_MAP GetMemoryMap; // EFI 1.0+ member
|
| /freebsd/stand/efi/loader/ |
| H A D | copy.c | 104 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in efi_verify_staging_size()
|
| H A D | bootinfo.c | 248 * FreePages) are made between GetMemoryMap and in bi_load_efi_data() 256 status = BS->GetMemoryMap(&sz, NULL, &efi_mapkey, &dsz, &mmver); in bi_load_efi_data() 258 printf("%s: GetMemoryMap error %lu\n", __func__, in bi_load_efi_data() 286 * GetMemoryMap and ExitBootServices. Any boot service call in bi_load_efi_data() 292 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &dsz, &mmver); in bi_load_efi_data() 295 printf("%s: GetMemoryMap error %lu\n", __func__, in bi_load_efi_data()
|
| H A D | main.c | 1676 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap() 1682 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver);
|
| /freebsd/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 1945 EFI_GET_MEMORY_MAP GetMemoryMap; member
|