Lines Matching defs:model_name
112 free((void*)current->model_name);
203 if (!current->model_name) {
247 * \fn SANE_Status escl_device_add(int port_nb, const char *model_name, char *ip_address, char *type)
256 const char *model_name,
304 snprintf(tmp, sizeof(tmp), "%s SSL", model_name);
310 model = (char*)(tmp[0] != 0 ? tmp : model_name);
311 current->model_name = strdup(model);
387 * the model_name, the port, the ip, and the type of url.
420 sdev->vendor = get_vendor(cdev->model_name);
430 sdev->model = strdup(lv + cdev->model_name);
552 escl_device->model_name = opt_model ? opt_model : strdup("Unknown model");
585 escl_device->model_name = strdup(model_space);
1188 if (device->model_name &&
1189 (strcasestr(device->model_name, "LaserJet FlowMFP M578") ||
1190 strcasestr(device->model_name, "LaserJet MFP M630"))) {