Lines Matching refs:model_str
238 char model_str[64] = "";
345 util_replace_whitespace(scsi_model, model_str, sizeof(model_str)-1);
346 util_replace_chars(model_str, NULL);
392 if (model_str[0] == '\0') {
401 util_replace_whitespace(usb_model, model_str, sizeof(model_str)-1);
402 util_replace_chars(model_str, NULL);
437 l = strpcpyl(&s, sizeof(serial), vendor_str, "_", model_str, NULL);
447 udev_builtin_add_property(dev, test, "ID_MODEL", model_str);