Lines Matching refs:eccp

120     ecc_type_to_info_t *eccp, ch_diag_data_t *cdp);
4925 ecc_type_to_info_t *eccp, ch_diag_data_t *cdp) in cpu_queue_one_event() argument
4930 strlen(reason) + strlen(eccp->ec_reason) < MAX_REASON_STRING) { in cpu_queue_one_event()
4931 (void) strcat(reason, eccp->ec_reason); in cpu_queue_one_event()
4934 ch_flt->flt_bit = eccp->ec_afsr_bit; in cpu_queue_one_event()
4935 ch_flt->flt_type = eccp->ec_flt_type; in cpu_queue_one_event()
4950 aflt->flt_payload = eccp->ec_err_payload; in cpu_queue_one_event()
4952 if (aflt->flt_panic || (eccp->ec_afsr_bit & in cpu_queue_one_event()
4954 cpu_errorq_dispatch(eccp->ec_err_class, in cpu_queue_one_event()
4958 cpu_errorq_dispatch(eccp->ec_err_class, in cpu_queue_one_event()
4973 ecc_type_to_info_t *eccp; in cpu_queue_events() local
5020 for (eccp = ecc_type_to_info; eccp->ec_desc != NULL; eccp++) { in cpu_queue_events()
5021 if ((eccp->ec_afsr_bit & in cpu_queue_events()
5023 ((eccp->ec_flags & aflt->flt_status) != 0)) { in cpu_queue_events()
5024 cpu_queue_one_event(ch_flt, reason, eccp, cdp); in cpu_queue_events()
5026 t_afsr_errs &= ~eccp->ec_afsr_bit; in cpu_queue_events()
5048 for (eccp = ecc_type_to_info; t_afsr_errs != 0 && eccp->ec_desc != NULL; in cpu_queue_events()
5049 eccp++) { in cpu_queue_events()
5050 if ((eccp->ec_afsr_bit & t_afsr_errs) != 0 && in cpu_queue_events()
5051 (eccp->ec_flags & aflt->flt_status) != 0) { in cpu_queue_events()
5058 if (eccp->ec_afsr_bit & (C_AFSR_FRC | C_AFSR_FRU)) { in cpu_queue_events()
5073 cpu_queue_one_event(ch_flt, reason, eccp, cdp); in cpu_queue_events()
5075 t_afsr_errs &= ~eccp->ec_afsr_bit; in cpu_queue_events()
5083 for (eccp = ecc_type_to_info; t_afsr_errs != 0 && eccp->ec_desc != NULL; in cpu_queue_events()
5084 eccp++) { in cpu_queue_events()
5085 if (eccp->ec_afsr_bit & t_afsr_errs) { in cpu_queue_events()
5092 if (eccp->ec_afsr_bit & (C_AFSR_FRC | C_AFSR_FRU)) { in cpu_queue_events()
5107 cpu_queue_one_event(ch_flt, reason, eccp, cdp); in cpu_queue_events()
5109 t_afsr_errs &= ~eccp->ec_afsr_bit; in cpu_queue_events()