Home
last modified time | relevance | path

Searched refs:EVIOCGBIT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/evdev/
H A Dcdev.c661 case EVIOCGBIT(0, 0) ... EVIOCGBIT(EV_MAX, 0): in evdev_ioctl()
662 type_num = IOCBASECMD(cmd) - EVIOCGBIT(0, 0); in evdev_ioctl()
H A Dinput.h100 #define EVIOCGBIT(ev,len) _IOC(IOC_OUT, EVDEV_IOC_MAGIC, 0x20 + (ev), len) /* get event bits */ macro
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c355 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 Dsanitizer_common_interceptors_ioctl.inc154 _(EVIOCGBIT, WRITE, struct_input_id_sz); // fixup
H A Dsanitizer_platform_limits_posix.cpp596 unsigned IOCTL_EVIOCGBIT = EVIOCGBIT(0, 0);