taglinefilesource code
IOC_OUT827drivers/char/ftape/ftape-ctl.cif (command & IOC_OUT) {
IOC_OUT53include/asm-mips/ioctl.h#define _IOC_INOUT  (IOC_IN|IOC_OUT)
IOC_OUT80include/linux/soundcard.h#define  IOC_INOUT  (IOC_IN|IOC_OUT)
IOC_OUT83include/linux/soundcard.h#define  _IOR(x,y,t)  ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))