Searched refs:e820_types (Results 1 – 3 of 3) sorted by relevance
32 static const char *const e820_types[] = { variable85 if (type < sizeof(e820_types) / sizeof(e820_types[0])) in dump_e820()86 printf(" %s", e820_types[type]); in dump_e820()
28 const char *const e820_types[] = { variable46 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()
40 const char *const e820_types[5]; variable