Searched refs:UI_SET_EVBIT (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/evdev/
H A Duinput.h76 #define UI_SET_EVBIT _IOWINT(UINPUT_IOCTL_BASE, 100) macro
H A Duinput.c539 case UI_SET_EVBIT:
/freebsd-12-stable/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c352 if (ioctl(fd, UI_SET_EVBIT, EV_SYN) < 0 ||
353 ioctl(fd, UI_SET_EVBIT, EV_KEY) < 0 ||
354 ioctl(fd, UI_SET_EVBIT, EV_REL) < 0 ||
391 if (ioctl(fd, UI_SET_EVBIT, EV_KEY) < 0 ||
392 ioctl(fd, UI_SET_EVBIT, EV_LED) < 0 ||
393 ioctl(fd, UI_SET_EVBIT, EV_SYN) < 0 ||
394 ioctl(fd, UI_SET_EVBIT, EV_REP) < 0 ||

Completed in 174 milliseconds