Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c57 static UINTN efi_map_size; /* size of efi memory map */ variable
725 efi_map_size = size; /* Record the calculated size. */ in efimemmap_size()
1217 while (map_size <= efi_map_size && i > 0) { in multiboot2_exec()