Lines Matching refs:devlist
458 static const SANE_Device **devlist;466 DBG(1, "sane_get_devices: ERROR: devlist pointer is NULL!");470 if (devlist != NULL)473 *dl = devlist;476 devlist = malloc((num_devices + 1) * sizeof(*devlist));477 if (devlist == NULL)485 devlist[i] = &(dev->hw);490 devlist[i] = NULL;492 *dl = devlist;