Lines Matching defs:findmodel

2697 sanei_proc_scsi_find_devices (const char *findvendor, const char *findmodel,
2811 if (findmodel)
2812 findmodel_len = strlen (findmodel);
2884 && (!findmodel || strncmp (model, findmodel, findmodel_len) == 0)
2893 me, findvendor, findmodel, findtype,
2938 sanei_scsi_find_devices (const char *findvendor, const char *findmodel,
2965 me, findvendor, findmodel, findtype,
2974 sanei_proc_scsi_find_devices (findvendor, findmodel, findtype,
2981 vmt_len[1] = (findmodel) ? strlen(findmodel) : 0;
3130 && (!findmodel || strncmp (vmt[1], findmodel, vmt_len[1]) == 0)
3434 sanei_scsi_find_devices (const char *findvendor, const char *findmodel,
3518 findvendor, findmodel, findtype) == 0)
4087 sanei_scsi_find_devices (const char *findvendor, const char *findmodel,
4190 if (findmodel)
4191 findmodel_len = strlen (findmodel);
4233 if ((findvendor && !vendor[0]) || (findmodel && !model[0])
4242 && (!findmodel || strncmp (model, findmodel, findmodel_len) == 0)
4494 sanei_scsi_find_devices (const char *findvendor, const char *findmodel,
4517 if (findmodel)
4518 findmodel_len = strlen (findmodel);
4524 if (findmodel != NULL)
4526 "with \"%s\".\n", findmodel);
4604 || (findmodel != NULL
4605 && strncmp (findmodel, model, findmodel_len)))
5101 sanei_scsi_find_devices (const char *findvendor, const char *findmodel,
5175 (findmodel == NULL || strncmp(findmodel, (char *)&inquiry->InquiryData[16], strlen(findmodel)) == 0) &&
5409 const char *findmodel,
5531 (findmodel == NULL || strncmp (findmodel,
5533 strlen (findmodel)) == 0))
5551 const char *findmodel,
5605 if (findmodel)
5607 str = CFStringCreateWithCString (kCFAllocatorDefault, findmodel,
5949 const char *findmodel,
5976 (findmodel) ? findmodel : "(none)");
5991 findmodel, NULL, &matchingDict);
6090 sanei_scsi_find_devices (const char *findvendor, const char *findmodel,
6098 sanei_scsi_find_devices_stuc_api (findvendor, findmodel, findtype,
6103 sanei_scsi_find_devices_old_api (findvendor, findmodel, findtype,
6176 sanei_scsi_find_devices (const char *findvendor, const char *findmodel,