Constant Name | Meaning |
---|
DSRT_DEVSCSI | General failure from SCSI driver. |
DSRT_MULT | General software failure, typically a SCSI-bus request. |
DSRT_CANCEL | Operation cancelled in host adapter driver. |
DSRT_REVCODE | Software level mismatch, recompile application. |
DSRT_AGAIN | Try again, recoverable SCSI-bus error. |
DSRT_HOST | Failure reported by host adapter driver for the bus in use. |
DSRT_NOSEL | No unit responded to select. |
DSRT_SHORT | Incomplete transfer (not an error). See ds_datasent. |
DSRT_OK | Not returned at this time. |
DSRT_SENSE | Command returned with status; sense data successfully retrieved from SCSI host (see ds_sensesent). |
DSRT_NOSENSE | Command with status, error occurred while trying to get sense data from SCSI host. |
DSRT_TIMEOUT | Command did not complete in the time allowed by ds_timeout. |
DSRT_LONG | Data transfer overran bounds (ds_datalen). |
DSRT_PROTO | Miscellaneous protocol failure. |
DSRT_EBSY | Busy dropped unexpectedly; protocol error. |
DSRT_REJECT | Message rejected; protocol error. |
DSRT_PARITY | Parity error on SCSI bus; protocol error. |
DSRT_MEMORY | Memory error in system memory. |
DSRT_CMDO | Protocol error during command phase. |
DSRT_STAI | Protocol error during status phase. |
DSRT_UNIMPL | Command not implemented; protocol error. |