.\" 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 "I2O_FIND_LUN" "" "06 October 2005" "" "" .SH NAME i2o_find_lun \- report the lun of an i2o device .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int i2o_find_lun (struct i2o_controller * \fIc\fB, struct i2o_device * \fId\fB, int * \fItarget\fB, int * \fIlun\fB); \fR .SH "ARGUMENTS" .TP \fB\fIc\fB\fR i2o controller owning the device .TP \fB\fId\fB\fR i2o disk device .TP \fB\fItarget\fB\fR filled in with target id .TP \fB\fIlun\fB\fR filled in with target lun .SH "DESCRIPTION" .PP Query an I2O device to find out its SCSI lun and target numbering. We don't currently handle some of the fancy SCSI-3 stuff although our querying is sufficient to do so.