taglinefilesource code
IOC_OUT72drivers/sound/soundcard.h#define  IOC_INOUT  (IOC_IN|IOC_OUT)
IOC_OUT75drivers/sound/soundcard.h#define  _IOR(x,y,t)  ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
IOC_OUT809drivers/sound/soundcard.h#define  IOC_INOUT  (IOC_IN|IOC_OUT)
IOC_OUT812drivers/sound/soundcard.h#define  _IOR(x,y,t)  ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
IOC_OUT23include/linux/ioctl.h#define IOC_INOUT  (IOC_IN | IOC_OUT)  /* both */
IOC_OUT40include/linux/ioctl.h#define _IOR(c,d,t)  (IOC_OUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \