OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 23 14:10:03 GMT 2025