Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h386 #undef IOC_NONE
387 #define IOC_NONE 2U // IOC_VOID macro
H A Dsanitizer_platform_limits_freebsd.h464 # define IOC_NONE 1U macro
470 # define IOC_NONE 0U macro
H A Dsanitizer_platform_limits_posix.h954 #define IOC_NONE 1U macro
960 #define IOC_NONE 0U macro
H A Dsanitizer_common_interceptors_ioctl.inc544 case IOC_NONE:
560 if ((desc->type == IOC_NONE) != (desc->size == 0)) return false;
H A Dsanitizer_platform_limits_posix.cpp999 COMPILER_CHECK(IOC_NONE == _IOC_NONE);
H A Dsanitizer_platform_limits_netbsd.h531 #define IOC_NONE 0U macro
H A Dsanitizer_interceptors_ioctl_netbsd.inc1465 case IOC_NONE:
1481 if ((desc->type == IOC_NONE) != (desc->size == 0))