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()
302 char idstr[80]; in open_device() local324 idstr[sizeof(idstr) - 1] = '\0'; in open_device()333 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) { in open_device()335 idstr[0] = '\0'; in open_device()363 " id: \"%s\"\n", location, idstr); in open_device()