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

/freebsd-12-stable/sys/dev/tdfx/
H A Dtdfx_io.h54 #define _IOC_NRBITS 8 macro
59 #define _IOC_NRMASK ((1 << _IOC_NRBITS)-1)
65 #define _IOC_TYPESHIFT (_IOC_NRSHIFT+_IOC_NRBITS)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp933 COMPILER_CHECK(IOC_NRBITS == _IOC_NRBITS);

Completed in 107 milliseconds