Query: scsi_get_device_flags
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCSI_GET_DEVICE_FLAG(9) SCSI mid layer SCSI_GET_DEVICE_FLAG(9)NAMEscsi_get_device_flags - get device specific flags from the dynamic device list.SYNOPSISint scsi_get_device_flags(struct scsi_device * sdev, const unsigned char * vendor, const unsigned char * model);ARGUMENTSsdev scsi_device to get flags for vendor vendor name model model nameDESCRIPTIONSearch the global scsi_dev_info_list (specified by list zero) for an entry matching vendor and model, if found, return the matching flags value, else return the host or global default settings. Called during scan time.AUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SCSI_GET_DEVICE_FLAG(9)