Home
last modified time | relevance | path

Searched refs:_IOT (Results 1 – 3 of 3) sorted by relevance

/sysdeps/gnu/net/
A Dif.h167 # define _IOT_ifreq _IOT(_IOTS(char),IFNAMSIZ,_IOTS(char),16,0,0)
168 # define _IOT_ifreq_short _IOT(_IOTS(char),IFNAMSIZ,_IOTS(short),1,0,0)
169 # define _IOT_ifreq_int _IOT(_IOTS(char),IFNAMSIZ,_IOTS(int),1,0,0)
187 # define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0) /* not right */
/sysdeps/gnu/sys/
A Dmtio.h35 _IOT (_IOTS (short), 1, _IOTS (int), 1, 0, 0)
96 _IOT (_IOTS (long), 7, 0, 0, 0, 0)
192 _IOT (_IOTS (long), 2, _IOTS (short), 3, _IOTS (long), 1) /* XXX wrong */
/sysdeps/mach/hurd/bits/
A Dioctls.h127 #define _IOT(t0, c0, t1, c1, t2, c2) \ macro
140 _IOC ((inout), (group), (num), _IOT ((t0), (c0), (t1), (c1), (t2), (c2)))
148 #define _IOT_SIMPLE(type) _IOT (_IOTS (type), 1, 0, 0, 0, 0)

Completed in 6 milliseconds