Home
last modified time | relevance | path

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

/glibc-2.36/bits/
Dioctl-types.h36 _IOT (_IOTS (char), 6, 0, 0, 0, 0)
52 _IOT (_IOTS (char), 6, 0, 0, 0, 0)
66 _IOT (_IOTS (char), 4, _IOTS (short int), 1, 0, 0)
81 _IOT (_IOTS (unsigned short int), 4, 0, 0, 0, 0)
Dtermios.h330 _IOT (_IOTS (tcflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)
/glibc-2.36/sysdeps/gnu/net/
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 */
/glibc-2.36/sysdeps/gnu/sys/
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 */
/glibc-2.36/sysdeps/mach/hurd/bits/
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)
/glibc-2.36/ChangeLog.old/
DChangeLog.3369 * sysdeps/mach/hurd/ioctls.h (_IOC, _IOT): Rewritten using bitwise