Searched refs:PARITYERR (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/ct/
H A Dct.c687 /*3*/ { "scsi bus parity error", PARITYERR, SCSI_LOW_MSG_ERROR, 0},
688 /*4*/ { "scsi bus parity error", PARITYERR, SCSI_LOW_MSG_ERROR, 0},
691 /*7*/ { "wrong status byte", PARITYERR, SCSI_LOW_MSG_ERROR, 0},
707 if ((pep->pe_err & PARITYERR) != 0)
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_low.h505 #define PARITYERR 0x0040 /* parity error */ macro
H A Dscsi_low.c383 {PARITYERR, CAM_UNCOR_PARITY},
/freebsd-11-stable/sys/dev/ncv/
H A Dncr53c500.c973 slp->sl_error |= PARITYERR;
/freebsd-11-stable/sys/dev/stg/
H A Dtmc18c30.c1000 slp->sl_error |= PARITYERR;
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.c1973 } else if ((perrdiag & (PARITYERR|PREVPHASE)) == PARITYERR) {
2136 } else if ((ahd_inb(ahd, PERRDIAG) & PARITYERR) != 0) {
H A Daic79xx_reg.h2823 #define PARITYERR 0x10 macro

Completed in 286 milliseconds