Searched refs:IOC_OUT (Results 1 – 3 of 3) sorted by relevance
56 #define IOC_OUT 0x40000000 /* copy out parameters */ macro58 #define IOC_INOUT (IOC_IN|IOC_OUT)66 (IOC_OUT|(((sizeof (t))&IOCPARM_MASK)<<16)|(x<<8)|y)))68 #define _IORN(x, y, t) ((int)((uint32_t)(IOC_OUT|(((t)&IOCPARM_MASK)<<16)| \
49 #define IOC_OUT 0x40000000 /* copy out parameters */ macro51 #define IOC_INOUT (IOC_IN|IOC_OUT)52 #define IOC_DIRMASK (IOC_VOID|IOC_OUT|IOC_IN)58 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t))
984 } else if ((copyresp->cp_cmd & IOC_INOUT) != IOC_OUT) { in usbwcm_iocpy()1167 } else if ((iocp->ioc_cmd & IOC_INOUT) != IOC_OUT) { in usbwcm_ioctl()