.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "ATA_SCSI_VERIFY_XLAT" "9" "09 October 2005" "" "" .SH NAME ata_scsi_verify_xlat \- Translate SCSI VERIFY command into an ATA one .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp unsigned int ata_scsi_verify_xlat (struct ata_queued_cmd * \fIqc\fB, u8 * \fIscsicmd\fB); \fR .SH "ARGUMENTS" .TP \fB\fIqc\fB\fR Storage for translated ATA taskfile .TP \fB\fIscsicmd\fB\fR SCSI command to translate .SH "DESCRIPTION" .PP Converts SCSI VERIFY command to an ATA READ VERIFY command. .SH "LOCKING" .PP spin_lock_irqsave(host_set lock) .SH "RETURNS" .PP Zero on success, non-zero on error.