Home
last modified time | relevance | path

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

/openbmc/linux/fs/pstore/
H A Dplatform.c44 static const char * const pstore_type_names[] = { variable
120 BUILD_BUG_ON(ARRAY_SIZE(pstore_type_names) != PSTORE_TYPE_MAX); in pstore_type_to_name()
125 return pstore_type_names[type]; in pstore_type_to_name()
134 if (!strcmp(pstore_type_names[i], name)) in pstore_name_to_type()