Searched refs:EVIOCGREP (Results 1 – 15 of 15) sorted by relevance
/external/strace/ |
D | evdev.c | 246 # if defined EVIOCGREP || defined EVIOCSREP 322 # ifdef EVIOCGREP in evdev_read_ioctl() 323 case EVIOCGREP: in evdev_read_ioctl()
|
D | ChangeLog | 39856 EVIOCGREP, EVIOCGKEYCODE_V2, EVIOCGMTSLOTS, EVIOCGPROP, and EVIOCGSW.
|
/external/strace/tests-mx32/ |
D | ioctl_evdev.c | 100 # ifdef EVIOCGREP in main() 101 TEST_NULL_ARG(EVIOCGREP); in main()
|
/external/strace/tests/ |
D | ioctl_evdev.c | 100 # ifdef EVIOCGREP in main() 101 TEST_NULL_ARG(EVIOCGREP); in main()
|
/external/strace/tests-m32/ |
D | ioctl_evdev.c | 100 # ifdef EVIOCGREP in main() 101 TEST_NULL_ARG(EVIOCGREP); in main()
|
/external/syzkaller/sys/linux/ |
D | input_386.const | 21 EVIOCGREP = 2148025603
|
D | input_arm64.const | 21 EVIOCGREP = 2148025603
|
D | input_ppc64le.const | 21 EVIOCGREP = 1074283779
|
D | input_amd64.const | 21 EVIOCGREP = 2148025603
|
D | input_arm.const | 21 EVIOCGREP = 2148025603
|
D | input.txt | 18 ioctl$EVIOCGREP(fd fd_evdev, cmd const[EVIOCGREP], arg buffer[out])
|
/external/kernel-headers/original/uapi/linux/ |
D | input.h | 130 #define EVIOCGREP _IOR('E', 0x03, unsigned int[2]) /* get repeat settings */ macro
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 90 EVIOCGREP = IOR('E', 0x03, '2I') # get repeat settings variable
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 548 unsigned IOCTL_EVIOCGREP = EVIOCGREP;
|
D | sanitizer_common_interceptors_ioctl.inc | 152 _(EVIOCGREP, WRITE, sizeof(int) * 2);
|