Home
last modified time | relevance | path

Searched refs:IOCTL_NOT_PRESENT (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp543 const unsigned IOCTL_NOT_PRESENT = 0; variable
726 unsigned IOCTL_SNDCTL_COPR_HALT = IOCTL_NOT_PRESENT;
727 unsigned IOCTL_SNDCTL_COPR_LOAD = IOCTL_NOT_PRESENT;
728 unsigned IOCTL_SNDCTL_COPR_RCODE = IOCTL_NOT_PRESENT;
730 unsigned IOCTL_SNDCTL_COPR_RDATA = IOCTL_NOT_PRESENT;
731 unsigned IOCTL_SNDCTL_COPR_RESET = IOCTL_NOT_PRESENT;
732 unsigned IOCTL_SNDCTL_COPR_RUN = IOCTL_NOT_PRESENT;
734 unsigned IOCTL_SNDCTL_COPR_WCODE = IOCTL_NOT_PRESENT;
893 unsigned IOCTL_EVIOCGKEYCODE_V2 = IOCTL_NOT_PRESENT;
894 unsigned IOCTL_EVIOCGPROP = IOCTL_NOT_PRESENT;
[all …]
H A Dsanitizer_platform_limits_solaris.h425 extern const unsigned IOCTL_NOT_PRESENT;
H A Dsanitizer_platform_limits_solaris.cpp138 const unsigned IOCTL_NOT_PRESENT = 0; variable
H A Dsanitizer_platform_limits_freebsd.h530 extern const unsigned IOCTL_NOT_PRESENT;
H A Dsanitizer_platform_limits_freebsd.cpp222 const unsigned IOCTL_NOT_PRESENT = 0; variable
H A Dsanitizer_platform_limits_posix.h1072 extern const unsigned IOCTL_NOT_PRESENT;
H A Dsanitizer_common_interceptors_ioctl.inc42 if (IOCTL_##rq != IOCTL_NOT_PRESENT) { \
H A Dsanitizer_platform_limits_netbsd.h1030 extern const unsigned IOCTL_NOT_PRESENT;
H A Dsanitizer_platform_limits_netbsd.cpp1169 const unsigned IOCTL_NOT_PRESENT = 0; variable
H A Dsanitizer_interceptors_ioctl_netbsd.inc36 if (IOCTL_##rq != IOCTL_NOT_PRESENT) { \