1SCSI_DEV_INFO_LIST_A(9) SCSI mid layer SCSI_DEV_INFO_LIST_A(9)
2
3
4
6 scsi_dev_info_list_add_str - parse dev_list and add to the
7 scsi_dev_info_list.
8
10 int scsi_dev_info_list_add_str(char * dev_list);
11
13 dev_list
14 string of device flags to add
15
17 Parse dev_list, and add entries to the scsi_dev_info_list. dev_list is
18 of the form “vendor:product:flag,vendor:product:flag”. dev_list is
19 modified via strsep. Can be called for command line addition, for proc
20 or mabye a sysfs interface.
21
23 0 if OK, -error on failure.
24
26 James Bottomley <James.Bottomley@hansenpartnership.com>
27 Author.
28
29 Rob Landley <rob@landley.net>
30 Author.
31
33Kernel Hackers Manual 3.10 June 2019 SCSI_DEV_INFO_LIST_A(9)