Query: scsi_dev_info_list_add_str
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCSI_DEV_INFO_LIST_A(9) SCSI mid layer SCSI_DEV_INFO_LIST_A(9)NAMEscsi_dev_info_list_add_str - parse dev_list and add to the scsi_dev_info_list.SYNOPSISint scsi_dev_info_list_add_str(char * dev_list);ARGUMENTSdev_list string of device flags to addDESCRIPTIONParse dev_list, and add entries to the scsi_dev_info_list. dev_list is of the form "vendor:product:flag,vendor:product:flag". dev_list is modified via strsep. Can be called for command line addition, for proc or mabye a sysfs interface.RETURNS0 if OK, -error on failure.AUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SCSI_DEV_INFO_LIST_A(9)