Home
last modified time | relevance | path

Searched refs:EVIOCGREP (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/evdev/
H A Dinput.h80 #define EVIOCGREP _IOR(EVDEV_IOC_MAGIC, 0x03, unsigned int[2]) /* get repeat settings */ macro
H A Dcdev.c471 case EVIOCGREP: in evdev_ioctl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp605 unsigned IOCTL_EVIOCGREP = EVIOCGREP;
H A Dsanitizer_common_interceptors_ioctl.inc163 _(EVIOCGREP, WRITE, sizeof(int) * 2);