Home
last modified time | relevance | path

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

/freebsd/sys/dev/tdfx/
H A Dtdfx_io.h52 #define _IOC_NRBITS 8 macro
57 #define _IOC_NRMASK ((1 << _IOC_NRBITS)-1)
63 #define _IOC_TYPESHIFT (_IOC_NRSHIFT+_IOC_NRBITS)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp996 COMPILER_CHECK(IOC_NRBITS == _IOC_NRBITS);