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

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dioctl.h36 #define _IOC_SIZE(cmd) IOCPARM_LEN(cmd) macro
/freebsd-12-stable/sys/dev/tdfx/
H A Dtdfx_io.h92 #define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) & _IOC_SIZEMASK) macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp950 COMPILER_CHECK(IOC_SIZE(0x12345678) == _IOC_SIZE(0x12345678));

Completed in 117 milliseconds