Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Dinput.h78 #define EVIOCGVERSION _IOR(EVDEV_IOC_MAGIC, 0x01, int) /* get driver version */ macro
H A Dcdev.c460 case EVIOCGVERSION: in evdev_ioctl()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c666 int error = ioctl(sc->vsc_fd, EVIOCGVERSION, &evversion); in pci_vtinput_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp609 unsigned IOCTL_EVIOCGVERSION = EVIOCGVERSION;
H A Dsanitizer_common_interceptors_ioctl.inc167 _(EVIOCGVERSION, WRITE, sizeof(int));