Man Page: __scsi_device_lookup_by_target
Operating Environment: suse
Section: 9
__SCSI_DEVICE_LOOKUP(9) SCSI mid layer __SCSI_DEVICE_LOOKUP(9)NAME__scsi_device_lookup_by_target - find a device given the target (UNLOCKED)SYNOPSISstruct scsi_device * __scsi_device_lookup_by_target(struct scsi_target * starget, uint lun);ARGUMENTSstarget SCSI target pointer lun SCSI Logical Unit NumberDESCRIPTIONLooks up the scsi_device with the specified lun for a given starget. The returned scsi_device does not have an additional reference. You must hold the host's host_lock over this call and any access to the returned scsi_device. A scsi_device in state SDEV_DEL is skipped.NOTEThe only reason why drivers should use this is because they need to access the device list in irq context. Otherwise you really want to use scsi_device_lookup_by_target instead.AUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 __SCSI_DEVICE_LOOKUP(9)
| Related Man Pages |
|---|
| scsi_device(9s) - opensolaris |
| srp_reconnect_rport(9) - centos |
| fc_remote_port_add(9) - suse |
| scsi_device(9s) - centos |
| scsi_device(9s) - mojave |
| Similar Topics in the Unix Linux Community |
|---|
| Change directory error |
| Getting command output to putty window title. |
| Migrating to UNIX |
| Update kernel Linux without reboot?! |
| SOCKS proxy & PAM configuration exposure |