Searched refs:idstr (Results 1 – 2 of 2) sorted by relevance
42 char idstr[80]; in open_device() local58 idstr[sizeof(idstr) - 1] = '\0'; in open_device()65 if (ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) { in open_device()66 idstr[0] = '\0'; in open_device()
322 char idstr[80]; in open_device() local344 idstr[sizeof(idstr) - 1] = '\0'; in open_device()353 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) { in open_device()355 idstr[0] = '\0'; in open_device()388 " id: \"%s\"\n", location, idstr); in open_device()