Home
last modified time | relevance | path

Searched refs:IOC_NONE (Results 1 – 4 of 4) 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.h820 #define IOC_NONE 1U macro
826 #define IOC_NONE 0U macro
Dsanitizer_common_interceptors_ioctl.inc535 case IOC_NONE:
551 if ((desc->type == IOC_NONE) != (desc->size == 0)) return false;
Dsanitizer_platform_limits_posix.cc954 COMPILER_CHECK(IOC_NONE == _IOC_NONE);