Lines Matching defs:model
224 * the port number, the model name, the ip address, and the type of url (http/https).
250 * the port number, the model name, the ip address and the type of the url (http / https).
263 char *model = NULL;
310 model = (char*)(tmp[0] != 0 ? tmp : model_name);
311 current->model_name = strdup(model);
430 sdev->model = strdup(lv + cdev->model_name);
431 if (!sdev->model) {
444 free((void*)sdev->model);
505 * the type of protocol (http/https), the ip, the port number, and the model name.
531 DBG (10, "New Escl_Device model [%s].\n", opt_model);
552 escl_device->model_name = opt_model ? opt_model : strdup("Unknown model");
580 else if (strncmp(line, "model", 5) == 0) {