taglinefilesource code
_IOC_SIZEBITS22include/asm-alpha/ioctl.h#define _IOC_SIZEMASK  ((1 << _IOC_SIZEBITS)-1)
_IOC_SIZEBITS28include/asm-alpha/ioctl.h#define _IOC_DIRSHIFT  (_IOC_SIZESHIFT+_IOC_SIZEBITS)
_IOC_SIZEBITS34include/asm-i386/ioctl.h#define _IOC_SIZEMASK  ((1 << _IOC_SIZEBITS)-1)
_IOC_SIZEBITS40include/asm-i386/ioctl.h#define _IOC_DIRSHIFT  (_IOC_SIZESHIFT+_IOC_SIZEBITS)
_IOC_SIZEBITS25include/asm-mips/ioctl.h#define _IOC_SIZEMASK  ((1 << _IOC_SIZEBITS)-1)
_IOC_SIZEBITS31include/asm-mips/ioctl.h#define _IOC_DIRSHIFT  (_IOC_SIZESHIFT+_IOC_SIZEBITS)
_IOC_SIZEBITS17include/asm-ppc/ioctl.h#define _IOC_SIZEMASK  ((1 << _IOC_SIZEBITS)-1)
_IOC_SIZEBITS23include/asm-ppc/ioctl.h#define _IOC_DIRSHIFT  (_IOC_SIZESHIFT+_IOC_SIZEBITS)
_IOC_SIZEBITS14include/asm-sparc/ioctl.h#define _IOC_SIZEMASK    ((1 << _IOC_SIZEBITS)-1)
_IOC_SIZEBITS20include/asm-sparc/ioctl.h#define _IOC_RESVSHIFT   (_IOC_SIZESHIFT + _IOC_SIZEBITS)