Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h832 #define IOC_SIZEMASK ((1 << IOC_SIZEBITS) - 1) macro
847 #define IOC_SIZE(nr) (((nr) >> IOC_SIZESHIFT) & IOC_SIZEMASK)
Dsanitizer_common_interceptors_ioctl.inc498 (IOC_SIZEMASK << IOC_SIZESHIFT) | EVIOC_EV_MAX;
563 desc = ioctl_table_lookup(req & ~(IOC_SIZEMASK << IOC_SIZESHIFT));
Dsanitizer_platform_limits_posix.cc948 COMPILER_CHECK(IOC_SIZEMASK == _IOC_SIZEMASK);