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

  /src/sys/arch/i386/stand/efiboot/
efimemory.c 33 static const char *efi_memory_type[] = { variable in typeref:typename:const char * []
398 if (md->Type >= __arraycount(efi_memory_type))
402 md->Type >= __arraycount(efi_memory_type) ?
403 efimemstr : efi_memory_type[md->Type],
  /src/sys/stand/efiboot/
boot.c 65 static const char *efi_memory_type[] = { variable in typeref:typename:const char * []
362 if (md->Type < __arraycount(efi_memory_type))
363 mem_type = efi_memory_type[md->Type];

Completed in 12 milliseconds