scsi_check_sense (9) - Linux Manuals
scsi_check_sense: Examine scsi cmd sense
NAME
scsi_check_sense - Examine scsi cmd sense
SYNOPSIS
-
int scsi_check_sense(struct scsi_cmnd
* scmd);
ARGUMENTS
scmd
-
- Cmd to have sense checked.
DESCRIPTION
Return value: SUCCESS or FAILED or NEEDS_RETRY or ADD_TO_MLQUEUE
NOTES
When a deferred error is detected the current command has not been executed and needs retrying.
AUTHORS
James Bottomley <James.Bottomley [at] hansenpartnership.com>
- Author.
Rob Landley <rob [at] landley.net>
- Author.
COPYRIGHT