OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:efi_memory_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/stand/efiboot/
boot.c
65
static const char *
efi_memory_type
[] = {
variable
362
if (md->Type < __arraycount(
efi_memory_type
))
363
mem_type =
efi_memory_type
[md->Type];
/src/sys/arch/i386/stand/efiboot/
efimemory.c
33
static const char *
efi_memory_type
[] = {
variable
398
if (md->Type >= __arraycount(
efi_memory_type
))
402
md->Type >= __arraycount(
efi_memory_type
) ?
403
efimemstr :
efi_memory_type
[md->Type],
Completed in 31 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026