Searched defs:strflags (Results 1 - 1 of 1) sorted by path

/drivers/scsi/
H A Dscsi_devinfo.c314 * @strflags: integer string
315 * @flags: if strflags NULL, use this flag value
318 * Create and add one dev_info entry for @vendor, @model, @strflags or
326 char *strflags, int flags)
329 strflags, flags,
338 * @strflags: integer string
339 * @flags: if strflags NULL, use this flag value
344 * @strflags or @flag in list specified by @key. If @compatible,
352 char *strflags, int flags, int key)
372 if (strflags)
325 scsi_dev_info_list_add(int compatible, char *vendor, char *model, char *strflags, int flags) argument
351 scsi_dev_info_list_add_keyed(int compatible, char *vendor, char *model, char *strflags, int flags, int key) argument
489 char *vendor, *model, *strflags, *next; local
[all...]

Completed in 55 milliseconds