Searched refs:UI_SET_EVBIT (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.sbin/bluetooth/bthidd/ |
| H A D | btuinput.c | 350 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 D | uinput.h | 74 #define UI_SET_EVBIT _IOWINT(UINPUT_IOCTL_BASE, 100) macro
|
| H A D | uinput.c | 533 case UI_SET_EVBIT: in uinput_ioctl_sub()
|
| /freebsd/usr.sbin/moused/msconvd/ |
| H A D | msconvd.c | 811 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()
|