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

/freebsd-12-stable/sys/dev/tdfx/
H A Dtdfx_io.h64 #define _IOC_NRSHIFT 0 macro
65 #define _IOC_TYPESHIFT (_IOC_NRSHIFT+_IOC_NRBITS)
79 ((nr) << _IOC_NRSHIFT) | \
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.cpp941 COMPILER_CHECK(IOC_NRSHIFT == _IOC_NRSHIFT);

Completed in 99 milliseconds