Searched refs:idstr (Results 1 – 2 of 2) sorted by relevance
27 char idstr[80]; in open_device() local43 idstr[sizeof(idstr) - 1] = '\0'; in open_device()52 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) { in open_device()54 idstr[0] = '\0'; in open_device()
129 char idstr[80]; in open_device() local151 idstr[sizeof(idstr) - 1] = '\0'; in open_device()160 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) { in open_device()162 idstr[0] = '\0'; in open_device()190 " id: \"%s\"\n", location, idstr); in open_device()