Home
last modified time | relevance | path

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

/external/syslinux/com32/modules/
Dmeminfo.c32 static const char *const e820_types[] = { variable
85 if (type < sizeof(e820_types) / sizeof(e820_types[0])) in dump_e820()
86 printf(" %s", e820_types[type]); in dump_e820()
/external/syslinux/com32/gpllib/
Dmemory.c28 const char *const e820_types[] = { variable
46 if (real_type < sizeof(e820_types) / sizeof(e820_types[0])) in get_type()
47 strlcpy(type_ptr, e820_types[real_type], type_ptr_sz); in get_type()
/external/syslinux/com32/gplinclude/
Dmemory.h40 const char *const e820_types[5]; variable