Home
last modified time | relevance | path

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

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