Searched refs:makemodel (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 128 static const struct pixma_config_t *lookup_scanner(const char *makemodel, in lookup_scanner() argument 141 PDBG( bjnp_dbg( LOG_DEBUG3, "lookup_scanner: Checking for %s in %s\n", makemodel, cfg->model)); in lookup_scanner() 142 if ((match = strcasestr (makemodel, cfg->model)) != NULL) in lookup_scanner() 152 PDBG( bjnp_dbg (LOG_DEBUG, "lookup_scanner: Scanner model found: Name %s(%s) matches %s\n", cfg->model, cfg->name, makemodel)); in lookup_scanner() 158 PDBG( bjnp_dbg (LOG_DEBUG, "lookup_scanner: Scanner model %s not found, giving up!\n", makemodel)); in lookup_scanner() 1893 char makemodel[BJNP_MODEL_MAX]; in add_scanner() local 1900 if (get_scanner_id (*dev_no, makemodel) != 0) in add_scanner() 1910 if ((cfg = lookup_scanner(makemodel, pixma_devices)) == (struct pixma_config_t *)NULL) in add_scanner() 1912 PDBG (bjnp_dbg (LOG_CRIT, "add_scanner: Scanner %s is not supported, model is unknown! Please report upstream\n", makemodel)); in add_scanner() 1929 PDBG (bjnp_dbg (LOG_CRIT, "add_scanner: unexpected error (out of memory?), adding %s\n", makemodel)); in add_scanner() [all...] |
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 6718 *makemodel; /* Printer make and model in queue_overwritten() local 6781 makemodel = NULL; in queue_overwritten() 6795 makemodel = ippGetString(attr, 0, NULL); in queue_overwritten() 6819 if (p->nickname == NULL || makemodel == NULL || in queue_overwritten() 6820 strcasecmp(p->nickname, makemodel)) { in queue_overwritten() 6829 (makemodel ? makemodel : in queue_overwritten()
|
Completed in 18 milliseconds