Searched refs:_IOC_TYPEBITS (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/tdfx/
H A Dtdfx_io.h55 #define _IOC_TYPEBITS 8 macro
60 #define _IOC_TYPEMASK ((1 << _IOC_TYPEBITS)-1)
66 #define _IOC_SIZESHIFT (_IOC_TYPESHIFT+_IOC_TYPEBITS)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp934 COMPILER_CHECK(IOC_TYPEBITS == _IOC_TYPEBITS);

Completed in 121 milliseconds