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

/freebsd-12-stable/sys/dev/tdfx/
H A Dtdfx_io.h56 #define _IOC_SIZEBITS 14 macro
61 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)
67 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp935 COMPILER_CHECK(IOC_SIZEBITS == _IOC_SIZEBITS);

Completed in 402 milliseconds