taglinefilesource code
IOC_OUT21include/linux/ioctl.h#define IOC_INOUT  (IOC_IN | IOC_OUT)  /* both */
IOC_OUT33include/linux/ioctl.h#define _IOR(c,d,t)  (IOC_OUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \