Query: ata_scsi_find_dev
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATA_SCSI_FIND_DEV(9) libata SCSI translation/emulat ATA_SCSI_FIND_DEV(9)NAMEata_scsi_find_dev - lookup ata_device from scsi_cmndSYNOPSISstruct ata_device * ata_scsi_find_dev(struct ata_port * ap, const struct scsi_device * scsidev);ARGUMENTSap ATA port to which the device is attached scsidev SCSI device from which we derive the ATA deviceDESCRIPTIONGiven various information provided in struct scsi_cmnd, map that onto an ATA bus, and using that mapping determine which ata_device is associated with the SCSI command to be sent.LOCKINGspin_lock_irqsave(host lock)RETURNSAssociated ATA device, or NULL if not found.AUTHORJeff Garzik Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ATA_SCSI_FIND_DEV(9)
| Related Man Pages |
|---|
| sg_sat_identify(8) - centos |
| asr(4) - freebsd |
| sg_scan(8) - debian |
| sg_scan(8) - suse |
| ata_scsi_translate(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |
| [TIP] Processing YAML files with yq |