Lines Matching defs:eccp
1776 ecc_type_to_info_t *eccp)
1781 strlen(reason) + strlen(eccp->ec_reason) < MAX_REASON_STRING) {
1782 (void) strcat(reason, eccp->ec_reason);
1785 opl_flt->flt_bit = eccp->ec_afsr_bit;
1786 opl_flt->flt_type = eccp->ec_flt_type;
1788 aflt->flt_payload = eccp->ec_err_payload;
1791 cpu_errorq_dispatch(eccp->ec_err_class, (void *)opl_flt,
1803 ecc_type_to_info_t *eccp;
1810 for (eccp = ecc_type_to_info; t_afsr_errs != 0 && eccp->ec_desc != NULL;
1811 eccp++) {
1812 if ((eccp->ec_afsr_bit & t_afsr_errs) != 0 &&
1813 (eccp->ec_flags & aflt->flt_status) != 0) {
1822 if (eccp->ec_flt_type == OPL_CPU_SYNC_UE) {
1828 * Need to advance eccp pointer by flt_eid_mod
1838 eccp += opl_flt->flt_eid_mod;
1840 cpu_queue_one_event(opl_flt, reason, eccp);
1841 t_afsr_errs &= ~eccp->ec_afsr_bit;