Home
last modified time | relevance | path

Searched defs:_IOC_SIZE (Results 1 – 2 of 2) 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