Searched refs:IOC_READ (Results 1 – 12 of 12) sorted by relevance
/external/autotest/client/bin/input/ |
D | linux_ioctl.py | 39 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)
|
D | linux_input.py | 103 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/ |
D | sanitizer_platform_limits_freebsd.h | 408 #define IOC_READ 2U macro 414 #define IOC_READ 2U macro
|
D | sanitizer_platform_limits_solaris.h | 387 #define IOC_READ 4U // IOC_OUT macro
|
D | sanitizer_platform_limits_posix.h | 898 #define IOC_READ 2U macro 904 #define IOC_READ 2U macro
|
D | sanitizer_common_interceptors_ioctl.inc | 544 case IOC_READ | IOC_WRITE: 547 case IOC_READ:
|
D | sanitizer_platform_limits_posix.cpp | 953 COMPILER_CHECK(IOC_READ == _IOC_READ);
|
D | sanitizer_platform_limits_netbsd.h | 532 #define IOC_READ 2U macro
|
D | sanitizer_interceptors_ioctl_netbsd.inc | 1468 case IOC_READ | IOC_WRITE: 1471 case IOC_READ:
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 847 #define IOC_READ 2U macro 853 #define IOC_READ 2U macro
|
D | sanitizer_common_interceptors_ioctl.inc | 541 case IOC_READ | IOC_WRITE: 544 case IOC_READ:
|
D | sanitizer_platform_limits_posix.cc | 961 COMPILER_CHECK(IOC_READ == _IOC_READ);
|