Home
last modified time | relevance | path

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

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