Lines Matching defs:model
2716 char vendor[32], model[32], type[32], revision[32];
2789 param[1].u.str = model;
2808 vendor[0] = model[0] = type[0] = '\0';
2884 && (!findmodel || strncmp (model, findmodel, findmodel_len) == 0)
2891 DBG (2, "%s: found: vendor=%s model=%s type=%s\n\t"
2906 vendor[0] = model[0] = type[0] = 0;
2953 char vmt[3][33]; /* vendor, model, type */
2955 char *vmtfiles[3] = { "vendor", "model", "type" };
3137 DBG (2, "%s: found: vendor=%s model=%s type=%s\n\t"
4094 char vendor[32], model[32], type[32], revision[32];
4165 param[1].u.str = model;
4187 vendor[0] = model[0] = type[0] = '\0';
4233 if ((findvendor && !vendor[0]) || (findmodel && !model[0])
4242 && (!findmodel || strncmp (model, findmodel, findmodel_len) == 0)
4252 vendor[0] = model[0] = type[0] = 0;
4508 model[17]; /* Model/product name */
4514 vendor[0] = model[0] = '\0';
4592 strncpy (model, (char *) inqdata + 16, 16);
4593 model[16] = '\0';
4595 DBG (1, "sanei_scsi_find_devices: vendor = \'%s\', model = \'%s'.\n",
4596 vendor, model);
4605 && strncmp (findmodel, model, findmodel_len)))
5594 /* Add search for a vendor or model */