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
138 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0) macro