Home
last modified time | relevance | path

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

/freebsd/sys/dev/tdfx/
H A Dtdfx_io.h87 #define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) macro
H A Dtdfx_pci.c739 switch(_IOC_DIR(cmd)) { in tdfx_do_pio()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp1014 COMPILER_CHECK(IOC_DIR(0x12345678) == _IOC_DIR(0x12345678));