Searched refs:pstore_type_names (Results 1 – 1 of 1) sorted by relevance
51 static const char * const pstore_type_names[] = { variable116 BUILD_BUG_ON(ARRAY_SIZE(pstore_type_names) != PSTORE_TYPE_MAX); in pstore_type_to_name()121 return pstore_type_names[type]; in pstore_type_to_name()130 if (!strcmp(pstore_type_names[i], name)) in pstore_name_to_type()