Lines Matching defs:devname
120 char *devname;
178 static SANE_Status attach_one_device (SANE_String_Const devname);
1678 pNew->devname = (char *) strdup (pszDeviceName);
1679 pNew->dev.name = pNew->devname;
1691 attach_one_device (SANE_String_Const devname)
1695 DBG (DBG_FNC, "> attach_one_device(devname=%s)\n", devname);
1697 switch (GetUSB_device_model (devname))
1741 _ReportDevice (&sModel, devname);
2725 /* pDev->dev.name is the same pointer that pDev->devname */
2726 free (pDev->devname);