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.inc502 if ((req & ~kEviocgbitMask) == IOCTL_EVIOCGBIT)
503 return IOCTL_EVIOCGBIT;
Dsanitizer_platform_limits_posix.h1008 extern unsigned IOCTL_EVIOCGBIT;
Dsanitizer_platform_limits_posix.cc539 unsigned IOCTL_EVIOCGBIT = EVIOCGBIT(0, 0); variable