Home
last modified time | relevance | path

Searched refs:IOC_READ (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h466 # define IOC_READ 2U macro
472 # define IOC_READ 2U macro
H A Dsanitizer_platform_limits_solaris.h388 #define IOC_READ 4U // IOC_OUT macro
H A Dsanitizer_platform_limits_posix.h937 #define IOC_READ 2U macro
943 #define IOC_READ 2U macro
H A Dsanitizer_common_interceptors_ioctl.inc547 case IOC_READ | IOC_WRITE:
550 case IOC_READ:
H A Dsanitizer_platform_limits_posix.cpp998 COMPILER_CHECK(IOC_READ == _IOC_READ);
H A Dsanitizer_platform_limits_netbsd.h533 #define IOC_READ 2U macro
H A Dsanitizer_interceptors_ioctl_netbsd.inc1468 case IOC_READ | IOC_WRITE:
1471 case IOC_READ: