Home
last modified time | relevance | path

Searched refs:SCSI_CHECK_CONDITION (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/pms/freebsd/driver/ini/src/
H A Dagdef.h147 #define SCSI_CHECK_CONDITION 0x02 macro
H A Dosapi.c293 if ((IOStatus == tiIOSuccess) && (statusDetail == SCSI_CHECK_CONDITION)) in ostiInitiatorIOCompleted()
H A Dagtiapi.c3981 if (ccb->csio.scsi_status == SCSI_CHECK_CONDITION) in agtiapi_CheckError()