Searched refs:_IOTS (Results 1 – 4 of 4) sorted by relevance
/sysdeps/gnu/net/ |
A D | if.h | 167 # 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 D | mtio.h | 35 _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/ |
A D | ioctl.c | 151 *t++ = io2mach_type (1, _IOTS (integer_t)); in __ioctl() 210 { t: io2mach_type (1, _IOTS (msg.header.RetCode)) }).i) in __ioctl()
|
/sysdeps/mach/hurd/bits/ |
A D | ioctls.h | 143 #define _IOTS(type) \ macro 148 #define _IOT_SIMPLE(type) _IOT (_IOTS (type), 1, 0, 0, 0, 0)
|
Completed in 8 milliseconds