Home
last modified time | relevance | path

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

/freebsd/sys/dev/tdfx/
H A Dtdfx_io.h57 #define _IOC_NRMASK ((1 << _IOC_NRBITS)-1) macro
89 #define _IOC_NR(nr) (((nr) >> _IOC_NRSHIFT) & _IOC_NRMASK)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp1000 COMPILER_CHECK(IOC_NRMASK == _IOC_NRMASK);