Lines Matching refs:flt_prot
1303 aflt->flt_prot = AFLT_PROT_NONE; in cpu_async_error()
1342 aflt->flt_prot = AFLT_PROT_EC; in cpu_async_error()
1351 aflt->flt_prot = AFLT_PROT_ACCESS; in cpu_async_error()
1368 aflt->flt_prot = AFLT_PROT_COPY; in cpu_async_error()
1397 if (aflt->flt_prot == AFLT_PROT_NONE) { in cpu_async_error()
1410 } else if (aflt->flt_prot == AFLT_PROT_COPY && aft_panic) { in cpu_async_error()
1621 if (aflt->flt_priv && aflt->flt_prot == AFLT_PROT_NONE) { in cpu_async_error()
1720 (!aflt->flt_priv || aflt->flt_prot == AFLT_PROT_COPY)) { in cpu_async_error()
2092 aflt->flt_prot == AFLT_PROT_EC) { in cpu_async_log_err()
2326 } else if (aflt->flt_prot == AFLT_PROT_COPY && aflt->flt_core) { in cpu_async_log_err()
2330 } else if (aflt->flt_prot == AFLT_PROT_COPY) { in cpu_async_log_err()
2335 } else if (aflt->flt_prot == AFLT_PROT_EC) { in cpu_async_log_err()
4102 if ((aflt->flt_prot == AFLT_PROT_NONE) && (status == DDI_FM_FATAL)) in cpu_run_bus_error_handlers()