tag | line | file | source code |
_IOC_SIZEBITS | 22 | include/asm-alpha/ioctl.h | #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1) |
_IOC_SIZEBITS | 28 | include/asm-alpha/ioctl.h | #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS) |
_IOC_SIZEBITS | 34 | include/asm-i386/ioctl.h | #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1) |
_IOC_SIZEBITS | 40 | include/asm-i386/ioctl.h | #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS) |
_IOC_SIZEBITS | 25 | include/asm-mips/ioctl.h | #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1) |
_IOC_SIZEBITS | 31 | include/asm-mips/ioctl.h | #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS) |
_IOC_SIZEBITS | 17 | include/asm-ppc/ioctl.h | #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1) |
_IOC_SIZEBITS | 23 | include/asm-ppc/ioctl.h | #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS) |
_IOC_SIZEBITS | 14 | include/asm-sparc/ioctl.h | #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1) |
_IOC_SIZEBITS | 20 | include/asm-sparc/ioctl.h | #define _IOC_RESVSHIFT (_IOC_SIZESHIFT + _IOC_SIZEBITS) |