scsi_dev_info_list_find (9) Linux Manual Page
scsi_dev_info_list_find – find a matching dev_info list entry.
Synopsis
struct scsi_dev_info_list *scsi_dev_info_list_find(const char *vendor, const char *model, int key);
Arguments
vendor
-
- vendor string
model
- model (product) string
key
- specify list to use
Description
Finds the first dev_info entry matching vendor, model in list specified by key.
Return
pointer to matching entry, or ERR_PTR on failure.
Authors
James Bottomley <James.Bottomley [at] hansenpartnership.com>
- Author.
Rob Landley <rob [at] landley.net>
- Author.
