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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc505 if ((req & ~kEviocgbitMask) == IOCTL_EVIOCGBIT)
506 return IOCTL_EVIOCGBIT;
H A Dsanitizer_platform_limits_posix.h1066 extern unsigned IOCTL_EVIOCGBIT;
H A Dsanitizer_platform_limits_posix.cpp534 unsigned IOCTL_EVIOCGBIT = EVIOCGBIT(0, 0); member in namespace:__sanitizer

Completed in 77 milliseconds