Home
last modified time | relevance | path

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

/src/stand/efi/include/
H A Defilib.h130 const char *efi_memory_type(EFI_MEMORY_TYPE);
/src/stand/efi/libefi/
H A Denv.c492 efi_memory_type(EFI_MEMORY_TYPE type) in efi_memory_type() function
549 printf("\t%23s pages: %u", efi_memory_type(ti[i].Type),
/src/stand/efi/loader/
H A Dmain.c1643 efi_memory_type(p->Type), (uintmax_t)p->PhysicalStart, in command_memmap()