Home
last modified time | relevance | path

Searched refs:EVIOCGUNIQ (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/misc/evdev/
H A Dinput.h90 #define EVIOCGUNIQ(len) _IOC(IOC_OUT, EVDEV_IOC_MAGIC, 0x08, len) /* get unique identifier */ macro
H A Dcdev.c526 case EVIOCGUNIQ(0): in evdev_ioctl()