.\" 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 "SCSI_DEVICE_GET" "" "06 October 2005" "" "" .SH NAME scsi_device_get \- get an addition reference to a scsi_device .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int scsi_device_get (struct scsi_device * \fIsdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsdev\fB\fR device to get a reference to .SH "DESCRIPTION" .PP Gets 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.