Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/i386/stand/efiboot/
H A Defimemory.c33 static const char *efi_memory_type[] = { variable
398 if (md->Type >= __arraycount(efi_memory_type)) in efi_memory_show_map()
402 md->Type >= __arraycount(efi_memory_type) ? in efi_memory_show_map()
403 efimemstr : efi_memory_type[md->Type], in efi_memory_show_map()
/netbsd-src/sys/stand/efiboot/
H A Dboot.c65 static const char *efi_memory_type[] = { variable
362 if (md->Type < __arraycount(efi_memory_type)) in command_mem()
363 mem_type = efi_memory_type[md->Type]; in command_mem()