Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_ioctl.py37 IOC_NONE = 0 variable
51 return IOC(IOC_NONE, t, nr, 0)
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.h385 #undef IOC_NONE
386 #define IOC_NONE 2U // IOC_VOID macro
Dsanitizer_platform_limits_freebsd.h406 #define IOC_NONE 1U macro
412 #define IOC_NONE 0U macro
Dsanitizer_platform_limits_posix.h896 #define IOC_NONE 1U macro
902 #define IOC_NONE 0U macro
Dsanitizer_common_interceptors_ioctl.inc541 case IOC_NONE:
557 if ((desc->type == IOC_NONE) != (desc->size == 0)) return false;
Dsanitizer_platform_limits_posix.cpp951 COMPILER_CHECK(IOC_NONE == _IOC_NONE);
Dsanitizer_platform_limits_netbsd.h530 #define IOC_NONE 0U macro
Dsanitizer_interceptors_ioctl_netbsd.inc1465 case IOC_NONE:
1481 if ((desc->type == IOC_NONE) != (desc->size == 0))
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h845 #define IOC_NONE 1U macro
851 #define IOC_NONE 0U macro
Dsanitizer_common_interceptors_ioctl.inc538 case IOC_NONE:
554 if ((desc->type == IOC_NONE) != (desc->size == 0)) return false;
Dsanitizer_platform_limits_posix.cc959 COMPILER_CHECK(IOC_NONE == _IOC_NONE);
/external/python/cpython2/Lib/plat-sunos5/
DIN.py1187 IOC_NONE = DATAMODEL_NONE variable