Searched refs:EVIOCGBIT (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/evdev/ |
H A D | cdev.c | 661 case EVIOCGBIT(0, 0) ... EVIOCGBIT(EV_MAX, 0): in evdev_ioctl() 662 type_num = IOCBASECMD(cmd) - EVIOCGBIT(0, 0); in evdev_ioctl()
|
H A D | input.h | 100 #define EVIOCGBIT(ev,len) _IOC(IOC_OUT, EVDEV_IOC_MAGIC, 0x20 + (ev), len) /* get event bits */ macro
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_virtio_input.c | 355 const unsigned int cmd = EVIOCGBIT(sc->vsc_config.subsel, count); in pci_vtinput_read_config_ev_bits()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_posix.cpp | 596 unsigned IOCTL_EVIOCGBIT = EVIOCGBIT(0, 0);
|
H A D | sanitizer_common_interceptors_ioctl.inc | 154 _(EVIOCGBIT, WRITE, struct_input_id_sz); // fixup
|