Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Dinput.h91 #define EVIOCGPROP(len) _IOC(IOC_OUT, EVDEV_IOC_MAGIC, 0x09, len) /* get device properties */ macro
H A Dcdev.c602 case EVIOCGPROP(0): in evdev_ioctl()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c309 const unsigned int cmd = EVIOCGPROP(count); in pci_vtinput_read_config_prop_bits()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc388 _(EVIOCGPROP, WRITE, 0);
H A Dsanitizer_platform_limits_posix.cpp890 unsigned IOCTL_EVIOCGPROP = EVIOCGPROP(0);