Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dapm_32.c460 static const lookup_t error_table[] = { variable
479 #define ERROR_COUNT ARRAY_SIZE(error_table)
495 if (error_table[i].key == err) in apm_error()
498 pr_notice("%s: %s\n", str, error_table[i].msg); in apm_error()