Query: scsi_sequential_lun_scan
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCSI_SEQUENTIAL_LUN_(9) SCSI mid layer SCSI_SEQUENTIAL_LUN_(9)NAMEscsi_sequential_lun_scan - sequentially scan a SCSI targetSYNOPSISvoid scsi_sequential_lun_scan(struct scsi_target * starget, int bflags, int scsi_level, int rescan);ARGUMENTSstarget pointer to target structure to scan bflags black/white list flag for LUN 0 scsi_level Which version of the standard does this device adhere to rescan passed to scsi_probe_add_lunDESCRIPTIONGenerally, scan from LUN 1 (LUN 0 is assumed to already have been scanned) to some maximum lun until a LUN is found with no device attached. Use the bflags to figure out any oddities. Modifies sdevscan->lun.AUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SCSI_SEQUENTIAL_LUN_(9)