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

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

Completed in 99 milliseconds