Searched defs:eccp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1776 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; local
1810 for (eccp = ecc_type_to_info; t_afsr_errs != 0 && eccp
1775 cpu_queue_one_event(opl_async_flt_t *opl_flt, char *reason, ecc_type_to_info_t *eccp) argument
[all...]
H A Dus3_common.c120 ecc_type_to_info_t *eccp, ch_diag_data_t *cdp);
4925 ecc_type_to_info_t *eccp, ch_diag_data_t *cdp)
4930 strlen(reason) + strlen(eccp->ec_reason) < MAX_REASON_STRING) {
4931 (void) strcat(reason, eccp->ec_reason);
4934 ch_flt->flt_bit = eccp->ec_afsr_bit;
4935 ch_flt->flt_type = eccp->ec_flt_type;
4950 aflt->flt_payload = eccp->ec_err_payload;
4952 if (aflt->flt_panic || (eccp->ec_afsr_bit &
4954 cpu_errorq_dispatch(eccp->ec_err_class,
4958 cpu_errorq_dispatch(eccp
4924 cpu_queue_one_event(ch_async_flt_t *ch_flt, char *reason, ecc_type_to_info_t *eccp, ch_diag_data_t *cdp) argument
4973 ecc_type_to_info_t *eccp; local
[all...]

Completed in 58 milliseconds