Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h490 # define IOC_READ 2U macro
496 # 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.h953 #define IOC_READ 2U
959 #define IOC_READ 2U
981 // least significant bit of DIR, so either IOC_READ or
952 #define IOC_READ global() macro
958 #define IOC_READ global() macro
H A Dsanitizer_common_interceptors_ioctl.inc547 case IOC_READ | IOC_WRITE:
550 case IOC_READ:
H A Dsanitizer_platform_limits_posix.cpp1010 COMPILER_CHECK(IOC_READ == _IOC_READ);
H A Dsanitizer_platform_limits_netbsd.h533 #define IOC_READ 2U macro
H A Dsanitizer_interceptors_ioctl_netbsd.inc1466 case IOC_READ | IOC_WRITE:
1469 case IOC_READ: