Lines Matching refs:_IOR
7 #define TCGETA _IOR('T', 1, struct termio)
14 #define TCGETS _IOR('T', 8, struct termios)
18 #define TCGETS2 _IOR('T', 12, struct termios2)
22 #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */
24 #define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */
25 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
26 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
27 #define TIOCGRS485 _IOR('T', 0x41, struct serial_rs485)
35 #define TIOCGETD _IOR('t', 0, int)
38 #define __TIOCMODG _IOR('t', 3, int) /* SunOS Specific */
40 #define __TIOCGETP _IOR('t', 8, struct sgttyb) /* SunOS Specific */
47 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
51 #define __TIOCGETX _IOR('t', 35, int) /* SunOS Specific */
53 #define TIOCGSOFTCAR _IOR('t', 100, int)
57 #define TIOCGWINSZ _IOR('t', 104, struct winsize)
59 #define TIOCMGET _IOR('t', 106, int)
68 #define TIOCOUTQ _IOR('t', 115, int)
69 #define __TIOCGLTC _IOR('t', 116, struct ltchars) /* SunOS Specific */
81 #define __TIOCISPACE _IOR('t', 128, int) /* SunOS Specific */
82 #define __TIOCISIZE _IOR('t', 129, int) /* SunOS Specific */
84 #define TIOCGPGRP _IOR('t', 131, int)
86 #define TIOCGSID _IOR('t', 133, int)
88 #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */
97 #define FIONREAD _IOR('f', 127, int)
99 #define FIOQSIZE _IOR('f', 128, loff_t)