Home
last modified time | relevance | path

Searched refs:UI_SET_EVBIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c350 if (ioctl(fd, UI_SET_EVBIT, EV_SYN) < 0 || in uinput_open_mouse()
351 ioctl(fd, UI_SET_EVBIT, EV_KEY) < 0 || in uinput_open_mouse()
352 ioctl(fd, UI_SET_EVBIT, EV_REL) < 0 || in uinput_open_mouse()
389 if (ioctl(fd, UI_SET_EVBIT, EV_KEY) < 0 || in uinput_open_keyboard()
390 ioctl(fd, UI_SET_EVBIT, EV_LED) < 0 || in uinput_open_keyboard()
391 ioctl(fd, UI_SET_EVBIT, EV_SYN) < 0 || in uinput_open_keyboard()
392 ioctl(fd, UI_SET_EVBIT, EV_REP) < 0 || in uinput_open_keyboard()
/freebsd/sys/dev/evdev/
H A Duinput.h74 #define UI_SET_EVBIT _IOWINT(UINPUT_IOCTL_BASE, 100) macro
H A Duinput.c533 case UI_SET_EVBIT: in uinput_ioctl_sub()
/freebsd/usr.sbin/moused/msconvd/
H A Dmsconvd.c811 if (ioctl(fd, UI_SET_EVBIT, EV_SYN) < 0 || in r_uinput_register()
812 ioctl(fd, UI_SET_EVBIT, EV_KEY) < 0 || in r_uinput_register()
813 ioctl(fd, UI_SET_EVBIT, EV_REL) < 0 || in r_uinput_register()