Searched refs:_IOC (Results 1 – 1 of 1) sorted by relevance
22 #define _IOC(a, b, c, d) (((a) << 30) | ((b) << 8) | (c) | ((d) << 16)) macro24 #define _IOR(a, b, c) _IOC(_IOC_READ, (a), (b), sizeof(c))