Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_ioctl.py37 IOC_NONE = 0 variable
51 return IOC(IOC_NONE, t, nr, 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