taglinefilesource code
_IOC47include/asm-alpha/ioctl.h#define _IO(type,nr)    _IOC(_IOC_NONE,(type),(nr),0)
_IOC48include/asm-alpha/ioctl.h#define _IOR(type,nr,size)  _IOC(_IOC_READ,(type),(nr),sizeof(size))
_IOC49include/asm-alpha/ioctl.h#define _IOW(type,nr,size)  _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
_IOC50include/asm-alpha/ioctl.h#define _IOWR(type,nr,size)  _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
_IOC56include/asm-i386/ioctl.h#define _IO(type,nr)    _IOC(_IOC_NONE,(type),(nr),0)
_IOC57include/asm-i386/ioctl.h#define _IOR(type,nr,size)  _IOC(_IOC_READ,(type),(nr),sizeof(size))
_IOC58include/asm-i386/ioctl.h#define _IOW(type,nr,size)  _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
_IOC59include/asm-i386/ioctl.h#define _IOWR(type,nr,size)  _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
_IOC62include/asm-mips/ioctl.h#define _IO(type,nr)    _IOC(_IOC_NONE,(type),(nr),0)
_IOC63include/asm-mips/ioctl.h#define _IOR(type,nr,size)  _IOC(_IOC_READ,(type),(nr),sizeof(size))
_IOC64include/asm-mips/ioctl.h#define _IOW(type,nr,size)  _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
_IOC65include/asm-mips/ioctl.h#define _IOWR(type,nr,size)  _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
_IOC41include/asm-ppc/ioctl.h#define _IO(type,nr)    _IOC(_IOC_NONE,(type),(nr),0)
_IOC42include/asm-ppc/ioctl.h#define _IOR(type,nr,size)  _IOC(_IOC_READ,(type),(nr),sizeof(size))
_IOC43include/asm-ppc/ioctl.h#define _IOW(type,nr,size)  _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
_IOC44include/asm-ppc/ioctl.h#define _IOWR(type,nr,size)  _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
_IOC33include/asm-sparc/ioctl.h#define _IO(type,nr)        _IOC(_IOC_NONE,(type),(nr),0)
_IOC34include/asm-sparc/ioctl.h#define _IOR(type,nr,size)  _IOC(_IOC_READ,(type),(nr),sizeof(size))
_IOC35include/asm-sparc/ioctl.h#define _IOW(type,nr,size)  _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
_IOC36include/asm-sparc/ioctl.h#define _IORW(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))