Query: scsi_device_get
OS: centos
Section: 9
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCSI_DEVICE_GET(9) SCSI mid layer SCSI_DEVICE_GET(9)NAMEscsi_device_get - get an additional reference to a scsi_deviceSYNOPSISint scsi_device_get(struct scsi_device * sdev);ARGUMENTSsdev device to get a reference toDESCRIPTIONGets a reference to the scsi_device and increments the use count of the underlying LLDD module. You must hold host_lock of the parent Scsi_Host or already have a reference when calling this.AUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SCSI_DEVICE_GET(9)