Home
last modified time | relevance | path

Searched refs:EVIOCGRAB (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/evdev/
H A Dinput.h108 #define EVIOCGRAB _IOWINT(EVDEV_IOC_MAGIC, 0x90) /* Grab/Release device */ macro
H A Dcdev.c541 case EVIOCGRAB: in evdev_ioctl()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c673 error = ioctl(sc->vsc_fd, EVIOCGRAB, 1); in pci_vtinput_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc162 _(EVIOCGRAB, READ, sizeof(int));
H A Dsanitizer_platform_limits_posix.cpp604 unsigned IOCTL_EVIOCGRAB = EVIOCGRAB;
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c3463 case (EVIOCGRAB & ~IOC_DIRMASK) | IOC_IN: in linux_ioctl_evdev()
3464 args->cmd = EVIOCGRAB; in linux_ioctl_evdev()