Searched refs:inout (Results 1 – 1 of 1) sorted by relevance
/sysdeps/mach/hurd/bits/ |
A D | ioctls.h | 115 #define _IOC(inout, group, num, type) \ argument 116 ((num) | ((((group) - 'f') | ((type) | (inout) << 19) << 4) << 7)) 139 #define _IOCT(inout, group, num, t0, c0, t1, c1, t2, c2) \ argument 140 _IOC ((inout), (group), (num), _IOT ((t0), (c0), (t1), (c1), (t2), (c2)))
|
Completed in 5 milliseconds