HomeSort by: relevance | last modified time | path
    Searched defs:MapKey (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
efiboot.c 113 UINTN NoEntries, MapKey, DescriptorSize;
125 desc = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize,
127 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey);
130 desc = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize,
132 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey);
efimemory.c 91 efi_memory_get_map(UINTN *NoEntries, UINTN *MapKey, UINTN *DescriptorSize,
98 desc = LibMemoryMap(NoEntries, MapKey, DescriptorSize,
201 UINTN i, NoEntries, MapKey, DescriptorSize;
211 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize,
237 UINTN i, NoEntries, MapKey, DescriptorSize, MappingSize;
241 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize,
272 UINTN i, NoEntries, MapKey, DescriptorSize, MappingSize;
280 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize,
334 UINTN i, n, NoEntries, MapKey, DescriptorSize, MappingSize;
345 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize
    [all...]

Completed in 27 milliseconds