Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A DEFI_BOOT_SERVICES.h170 EFI_GET_MEMORY_MAP GetMemoryMap; // EFI 1.0+ member
/freebsd/stand/efi/loader/
H A Dcopy.c104 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in efi_verify_staging_size()
H A Dbootinfo.c248 * 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 Dmain.c1676 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 DUefiSpec.h1945 EFI_GET_MEMORY_MAP GetMemoryMap; member