.\" 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_RBUF_FILL" "9" "09 October 2005" "" "" .SH NAME ata_scsi_rbuf_fill \- wrapper for SCSI command simulators .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void ata_scsi_rbuf_fill (struct ata_scsi_args * \fIargs\fB, unsigned int (*\fIactor\fB) struct ata_scsi_args *args, u8 *rbuf, unsigned int buflen); \fR .SH "ARGUMENTS" .TP \fB\fIargs\fB\fR device IDENTIFY data / SCSI command of interest. .TP \fB\fIactor\fB\fR Callback hook for desired SCSI command simulator .SH "DESCRIPTION" .PP Takes care of the hard work of simulating a SCSI command... Mapping the response buffer, calling the command's handler, and handling the handler's return value. This return value indicates whether the handler wishes the SCSI command to be completed successfully, or not. .SH "LOCKING" .PP spin_lock_irqsave(host_set lock)