Searched refs:EVIOCGRAB (Results 1 – 17 of 17) sorted by relevance
/external/syzkaller/sys/linux/ |
D | input_386.const | 20 EVIOCGRAB = 1074021776
|
D | input_arm64.const | 20 EVIOCGRAB = 1074021776
|
D | input_ppc64le.const | 20 EVIOCGRAB = 2147763600
|
D | input_amd64.const | 20 EVIOCGRAB = 1074021776
|
D | input_arm.const | 20 EVIOCGRAB = 1074021776
|
D | input.txt | 45 ioctl$EVIOCGRAB(fd fd_evdev, cmd const[EVIOCGRAB], arg ptr[in, int32])
|
/external/ltp/testcases/kernel/input/ |
D | input02.c | 92 SAFE_IOCTL(NULL, fd2, EVIOCGRAB, 1); in send_information()
|
D | input06.c | 93 SAFE_IOCTL(NULL, fd2, EVIOCGRAB, 1); in setup()
|
/external/kernel-headers/original/uapi/linux/ |
D | input.h | 182 #define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */ macro
|
/external/strace/tests-mx32/ |
D | ioctl_evdev.c | 168 ioctl(-1, EVIOCGRAB, lmagic); in main()
|
/external/strace/tests/ |
D | ioctl_evdev.c | 168 ioctl(-1, EVIOCGRAB, lmagic); in main()
|
/external/strace/tests-m32/ |
D | ioctl_evdev.c | 168 ioctl(-1, EVIOCGRAB, lmagic); in main()
|
/external/strace/ |
D | evdev.c | 401 case EVIOCGRAB: in evdev_write_ioctl()
|
D | ChangeLog | 28599 evdev.c: fix decoding of EVIOCGRAB and EVIOCREVOKE. 28600 * evdev.c (evdev_write_ioctl): Print argument of EVIOCGRAB
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 142 EVIOCGRAB = IOW('E', 0x90, 'i') variable
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 547 unsigned IOCTL_EVIOCGRAB = EVIOCGRAB;
|
D | sanitizer_common_interceptors_ioctl.inc | 151 _(EVIOCGRAB, READ, sizeof(int));
|