Searched refs:GetMemoryMap (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/sys/arch/armv7/stand/efiboot/ |
| D | efiboot.c | 916 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal() 920 status = BS->GetMemoryMap(&siz, mm, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal()
|
| /openbsd/src/sys/arch/riscv64/stand/efiboot/ |
| D | efiboot.c | 917 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal() 921 status = BS->GetMemoryMap(&siz, mm, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal()
|
| /openbsd/src/sys/arch/amd64/stand/efiboot/ |
| D | efiboot.c | 348 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal() 352 status = BS->GetMemoryMap(&siz, mm0, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal()
|
| /openbsd/src/sys/arch/arm64/stand/efiboot/ |
| D | efiboot.c | 1039 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal() 1043 status = BS->GetMemoryMap(&siz, mm, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal()
|
| /openbsd/src/sys/stand/efi/include/ |
| D | efiapi.h | 742 EFI_GET_MEMORY_MAP GetMemoryMap; member
|