Searched defs:_IO (Results 1 – 3 of 3) sorted by relevance
65 #define _IO(x, y) (IOC_VOID|(x<<8)|y) macro
31 #define _IO(x,y) (_IOC_VOID|(x<<8)|y) macro
56 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0) macro