Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/apei/
H A Deinj.c580 static const char * const einj_error_type_string[] = { variable
609 for (int pos = 0; pos < ARRAY_SIZE(einj_error_type_string); pos++) in available_error_type_show()
611 seq_puts(m, einj_error_type_string[pos]); in available_error_type_show()