Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_ioctl.py39 IOC_READ = 2 variable
57 return IOC(IOC_READ, t, nr, sizeof(t_format))
60 return IOC(IOC_READ|_IOC_WRITE, t, nr, sizeof(t_format))
77 IOC_OUT = (IOC_READ << _IOC_DIRSHIFT)
78 IOC_INOUT = ((IOC_WRITE | IOC_READ) << _IOC_DIRSHIFT)
Dlinux_input.py103 return IOC(IOC_READ, 'E', 0x06, length) # get device name
106 return IOC(IOC_READ, 'E', 0x07, length) # get physical location
109 return IOC(IOC_READ, 'E', 0x08, length) # get unique identifier
112 return IOC(IOC_READ, 'E', 0x09, length) # get device properties
115 return IOC(IOC_READ, 'E', 0x0a, length) # get mt slot values
118 return IOC(IOC_READ, 'E', 0x18, length) # get global key state
121 return IOC(IOC_READ, 'E', 0x19, length) # get all LEDs
124 return IOC(IOC_READ, 'E', 0x1a, length) # get all sounds status
127 return IOC(IOC_READ, 'E', 0x1b, length) # get all switch states
130 return IOC(IOC_READ, 'E', 0x20 + ev, length) # get event bits
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_freebsd.h408 #define IOC_READ 2U macro
414 #define IOC_READ 2U macro
Dsanitizer_platform_limits_solaris.h387 #define IOC_READ 4U // IOC_OUT macro
Dsanitizer_platform_limits_posix.h898 #define IOC_READ 2U macro
904 #define IOC_READ 2U macro
Dsanitizer_common_interceptors_ioctl.inc544 case IOC_READ | IOC_WRITE:
547 case IOC_READ:
Dsanitizer_platform_limits_posix.cpp953 COMPILER_CHECK(IOC_READ == _IOC_READ);
Dsanitizer_platform_limits_netbsd.h532 #define IOC_READ 2U macro
Dsanitizer_interceptors_ioctl_netbsd.inc1468 case IOC_READ | IOC_WRITE:
1471 case IOC_READ:
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h847 #define IOC_READ 2U macro
853 #define IOC_READ 2U macro
Dsanitizer_common_interceptors_ioctl.inc541 case IOC_READ | IOC_WRITE:
544 case IOC_READ:
Dsanitizer_platform_limits_posix.cc961 COMPILER_CHECK(IOC_READ == _IOC_READ);