ata_scsi_rbuf_fill(9) suse man page | unix.com

Man Page: ata_scsi_rbuf_fill

Operating Environment: suse

Section: 9

ATA_SCSI_RBUF_FILL(9)					  libata SCSI translation/emulat				     ATA_SCSI_RBUF_FILL(9)

NAME
ata_scsi_rbuf_fill - wrapper for SCSI command simulators
SYNOPSIS
void ata_scsi_rbuf_fill(struct ata_scsi_args * args, unsigned int (*actor) (struct ata_scsi_args *args, u8 *rbuf));
ARGUMENTS
args device IDENTIFY data / SCSI command of interest. actor Callback hook for desired SCSI command simulator
DESCRIPTION
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 (0), or not (in which case cmd->result and sense buffer are assumed to be set).
LOCKING
spin_lock_irqsave(host lock)
AUTHOR
Jeff Garzik Author.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 ATA_SCSI_RBUF_FILL(9)
Related Man Pages
vparutil(1m) - hpux
ata_scsi_translate(9) - suse
scsi_arq_status(9s) - mojave
scsi_arq_status(9s) - v7
scsi_arq_status(9s) - redhat
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
Tar Command