Searched refs:_IOC_DIR (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/tdfx/
H A Dtdfx_io.h89 #define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) macro
H A Dtdfx_pci.c745 switch(_IOC_DIR(cmd)) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp951 COMPILER_CHECK(IOC_DIR(0x12345678) == _IOC_DIR(0x12345678));

Completed in 102 milliseconds