Searched defs:_IOR (Results 1 – 3 of 3) sorted by relevance
66 #define _IOR(x, y, t) \ macro
32 #define _IOR(x,y,t) (_IOC_OUT|((sizeof(t)&_IOCPARM_MASK)<<16)|(x<<8)|y) macro
58 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t)) macro