Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firmware/efi/
Dcper.c129 static const char * const proc_op_strs[] = { variable
162 proc->operation < ARRAY_SIZE(proc_op_strs) ? in cper_print_proc_generic()
163 proc_op_strs[proc->operation] : "unknown"); in cper_print_proc_generic()