Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h488 # define IOC_NONE 1U macro
494 # define IOC_NONE 0U macro
H A Dsanitizer_platform_limits_posix.h951 #define IOC_NONE 1U
957 #define IOC_NONE 0U
950 #define IOC_NONE global() macro
956 #define IOC_NONE global() 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.cpp1008 COMPILER_CHECK(IOC_NONE == _IOC_NONE);
H A Dsanitizer_platform_limits_netbsd.h531 #define IOC_NONE 0U macro
H A Dsanitizer_interceptors_ioctl_netbsd.inc1463 case IOC_NONE:
1479 if ((desc->type == IOC_NONE) != (desc->size == 0))