Lines Matching refs:_IOR
8 #define TCGETA _IOR('T', 1, struct termio)
15 #define TCGETS _IOR('T', 8, struct termios)
25 #define TIOCGETD _IOR('t', 0, int)
28 #define __TIOCMODG _IOR('t', 3, int) /* SunOS Specific */
30 #define __TIOCGETP _IOR('t', 8, struct sgttyb) /* SunOS Specific */
37 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
41 #define __TIOCGETX _IOR('t', 35, int) /* SunOS Specific */
44 #define __TIOCGSIZE _IOR('t', 38, struct sunos_ttysize) /* SunOS Specific */
45 #define TIOCGSOFTCAR _IOR('t', 100, int)
49 #define TIOCGWINSZ _IOR('t', 104, struct winsize)
51 #define TIOCMGET _IOR('t', 106, int)
60 #define TIOCOUTQ _IOR('t', 115, int)
61 #define __TIOCGLTC _IOR('t', 116, struct ltchars) /* SunOS Specific */
73 #define __TIOCISPACE _IOR('t', 128, int) /* SunOS Specific */
74 #define __TIOCISIZE _IOR('t', 129, int) /* SunOS Specific */
76 #define TIOCGPGRP _IOR('t', 131, int)
78 #define TIOCGSID _IOR('t', 133, int)
80 #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */
88 #define FIONREAD _IOR('f', 127, int)
90 #define FIOQSIZE _IOR('f', 128, loff_t)