Home
last modified time | relevance | path

Searched refs:IOCTL_EVIOCGBIT (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc499 if ((req & ~kEviocgbitMask) == IOCTL_EVIOCGBIT)
500 return IOCTL_EVIOCGBIT;
Dsanitizer_platform_limits_posix.h916 extern unsigned IOCTL_EVIOCGBIT;
Dsanitizer_platform_limits_posix.cc456 unsigned IOCTL_EVIOCGBIT = EVIOCGBIT(0, 0); variable