Searched refs:cpec (Results 1 – 1 of 1) sorted by relevance
31 unsigned int cpec = error_code & CP_EC; in cp_err_string() local33 if (cpec >= ARRAY_SIZE(cp_err)) in cp_err_string()34 cpec = 0; in cp_err_string()35 return cp_err[cpec]; in cp_err_string()
Completed in 2 milliseconds