Lines Matching refs:flt_status

1227 	aflt->flt_status = ecc_type;
1395 aflt->flt_status = ECC_F_TRAP;
1826 aflt->flt_status = ((ttype == T_DATA_ERROR) ? ECC_D_TRAP : ECC_I_TRAP);
2117 aflt->flt_status = iparity ? ECC_IP_TRAP : ECC_DP_TRAP;
2393 if ((aflt->flt_status & ECC_C_TRAP) &&
2610 aflt->flt_status |= ECC_ECACHE;
2612 aflt->flt_status &= ~ECC_ECACHE;
2951 * Cheetah CE classification does not set any bits in flt_status.
2954 ecc->flt_status &= ~(ECC_INTERMITTENT | ECC_PERSISTENT | ECC_STICKY);
2960 if (ecc->flt_status & ECC_IOBUS)
3480 ushort_t flt_status, char *buf, int buflen, int *lenp)
3501 flt_in_memory, flt_status, buf, buflen, lenp)) != 0) {
3529 aflt->flt_status, buf, buflen, lenp));
3550 aflt->flt_status, buf, UNUM_NAMLEN, &len)) != 0) {
3571 ushort_t flt_status = 0;
3606 flt_status |= ECC_ECACHE;
3609 CPU->cpu_id, flt_in_memory, flt_status, unum, UNUM_NAMLEN, lenp);
4635 DATA_TYPE_UINT8, (uint8_t)aflt->flt_status & 0xff, NULL);
4640 DATA_TYPE_UINT8, (uint8_t)(aflt->flt_status >> 8), NULL);
4685 aflt->flt_status |= ECC_ECACHE;
4687 aflt->flt_status &= ~ECC_ECACHE;
5023 ((eccp->ec_flags & aflt->flt_status) != 0)) {
5051 (eccp->ec_flags & aflt->flt_status) != 0) {
5122 if (aflt->flt_status & ECC_I_TRAP)
5124 if (aflt->flt_status & ECC_D_TRAP)
5126 if (aflt->flt_status & ECC_F_TRAP)
5128 if (aflt->flt_status & ECC_C_TRAP)
5130 if (aflt->flt_status & ECC_DP_TRAP)
5132 if (aflt->flt_status & ECC_IP_TRAP)
5134 if (aflt->flt_status & ECC_ITLB_TRAP)
5136 if (aflt->flt_status & ECC_DTLB_TRAP)
6370 aflt->flt_status = ECC_C_TRAP;
6417 * the flt_status bits.
6428 * the flt_status bits.
7011 aflt->flt_status = (how << 8) | op;