Lines Matching refs:vendor
156 * If vendor == NULL, find a line in the config file with only "OPTIONS=";
157 * if vendor and model are set find the first OPTIONS line in the config
160 * vendor and model can end in '\n'.
163 const char *vendor, const char *model,
250 * Only allow: [vendor=foo[,model=bar]]options=stuff
257 if (vendor == NULL) {
261 strneq(vendor, vendor_in, strlen(vendor_in)) &&
265 * Matched vendor and optionally model.
481 udev_util_encode_string(dev_scsi->vendor, vendor_enc_str, sizeof(vendor_enc_str));
484 util_replace_whitespace(dev_scsi->vendor, vendor_str, sizeof(vendor_str));
510 /* get per device (vendor + model) options from the config file */