Searched refs:eccp (Results 1 – 2 of 2) sorted by relevance
1776 ecc_type_to_info_t *eccp) argument1781 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; local1810 for (eccp = ecc_type_to_info; t_afsr_errs != 0 && eccp->ec_desc != NULL;1811 eccp++) {[all …]
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() argument4930 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()[all …]