Lines Matching defs:devname
218 char* devname;
575 /* we use devname to avoid having to free a const
577 pNew->devname = (char*)strdup(pszDeviceName);
578 pNew->dev.name = pNew->devname;
589 attach_one_device (SANE_String_Const devname)
591 const char * filename = (const char*) devname;
594 HP5400_DBG (DBG_MSG, "attach_one_device: couldn't attach %s\n", devname);
597 HP5400_DBG (DBG_MSG, "attach_one_device: attached %s successfully\n", devname);
693 free (pDev->devname);
694 /* pDev->dev.name is the same pointer that pDev->devname */