SCSI_DEV_INFO_LIST_A(9) | SCSI mid layer | SCSI_DEV_INFO_LIST_A(9) |
NAME¶
scsi_dev_info_list_add - add one dev_info list entry.
SYNOPSIS¶
int scsi_dev_info_list_add(int compatible, char * vendor, char * model, char * strflags, int flags);
ARGUMENTS¶
int compatible
char * vendor
char * model
char * strflags
int flags
DESCRIPTION¶
Create and add one dev_info entry for vendor, model, strflags or flag. If compatible, add to the tail of the list, do not space pad, and set devinfo->compatible. The scsi_static_device_list entries are added with compatible 1 and clfags NULL.
RETURN¶
0 OK, -error on failure.
AUTHORS¶
James Bottomley <James.Bottomley@hansenpartnership.com>
Rob Landley <rob@landley.net>
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |