Searched refs:_IOR (Results 1 – 8 of 8) sorted by relevance
/sysdeps/unix/sysv/linux/net/ |
A D | if_ppp.h | 141 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */ 143 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */ 145 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */ 146 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */ 148 #define PPPIOCGMRU _IOR('t', 83, int) /* get max receive unit */ 151 #define PPPIOCGXASYNCMAP _IOR('t', 80, ext_accm) /* get extended ACCM */ 157 #define PPPIOCGDEBUG _IOR('t', 65, int) /* Read debug level */ 159 #define PPPIOCGIDLE _IOR('t', 63, struct ppp_idle) /* get idle time */
|
/sysdeps/mach/hurd/bits/ |
A D | ioctls.h | 223 #define TIOCGETD _IOR('t', 26, int) /* get line discipline */ 230 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */ 233 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */ 250 #define TIOCMGET _IOR('t', 106, int) /* get all modem bits */ 269 #define FIONREAD _IOR('f', 127, int) /* get # bytes to read */ 273 #define FIOGETOWN _IOR('f', 123, int) /* get owner */ 279 #define SIOCGLOWAT _IOR('s', 3, int) /* get low watermark */ 280 #define SIOCATMARK _IOR('s', 7, int) /* at oob mark? */ 282 #define SIOCGPGRP _IOR('s', 9, int) /* get process group */ 327 # define TIOCGETD _IOR('t', 0, int) /* get line discipline */ [all …]
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | ioctls.h | 31 #define TCGETS _IOR ('t', 19, char[44])
|
/sysdeps/unix/sysv/linux/hppa/bits/ |
A D | ioctls.h | 31 #define TCGETS _IOR ('T', 16, char[36])
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | ioctls.h | 31 #define TCGETS _IOR ('T', 8, char[36])
|
/sysdeps/gnu/sys/ |
A D | mtio.h | 197 #define MTIOCGET _IOR('m', 2, struct mtget) /* Get tape status. */ 198 #define MTIOCPOS _IOR('m', 3, struct mtpos) /* Get tape position.*/ 202 #define MTIOCGETCONFIG _IOR('m', 4, struct mtconfiginfo) /* Get tape config.*/
|
/sysdeps/unix/sysv/linux/powerpc/ |
A D | kernel_termios.h | 48 #define TCGETS _IOR ('t', 19, struct __kernel_termios)
|
/sysdeps/unix/sysv/linux/sys/ |
A D | mount.h | 118 #define BLKBSZGET _IOR(0x12,112,size_t) 120 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size. */
|
Completed in 9 milliseconds