Home
last modified time | relevance | path

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

/freebsd/sys/dev/tdfx/
H A Dtdfx_io.h72 #define _IOC_READ 2U macro
82 #define _IORV(type,nr,size) _IOCV(_IOC_READ,(type),(nr),sizeof(size))
84 #define _IOWRV(type,nr,size) _IOCV(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
95 #define IOCV_OUT (_IOC_READ << _IOC_DIRSHIFT)
96 #define IOCV_INOUT ((_IOC_WRITE|_IOC_READ) << _IOC_DIRSHIFT)
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dtermios_arch.h182 #define _IOC_READ 2U macro
186 #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
187 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp1031 COMPILER_CHECK(IOC_READ == _IOC_READ);