Lines Matching refs:_IOR
8 #define TCGETA _IOR('T', 1, struct termio)
15 #define TCGETS _IOR('T', 8, struct termios)
19 #define TCGETS2 _IOR('T', 12, struct termios2)
23 #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */
25 #define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */
26 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
27 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
28 #define TIOCGRS485 _IOR('T', 0x41, struct serial_rs485)
30 #define TIOCGISO7816 _IOR('T', 0x43, struct serial_iso7816)
38 #define TIOCGETD _IOR('t', 0, int)
41 #define __TIOCMODG _IOR('t', 3, int) /* SunOS Specific */
43 #define __TIOCGETP _IOR('t', 8, struct sgttyb) /* SunOS Specific */
50 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
54 #define __TIOCGETX _IOR('t', 35, int) /* SunOS Specific */
56 #define TIOCGSOFTCAR _IOR('t', 100, int)
60 #define TIOCGWINSZ _IOR('t', 104, struct winsize)
62 #define TIOCMGET _IOR('t', 106, int)
71 #define TIOCOUTQ _IOR('t', 115, int)
72 #define __TIOCGLTC _IOR('t', 116, struct ltchars) /* SunOS Specific */
84 #define __TIOCISPACE _IOR('t', 128, int) /* SunOS Specific */
85 #define __TIOCISIZE _IOR('t', 129, int) /* SunOS Specific */
87 #define TIOCGPGRP _IOR('t', 131, int)
89 #define TIOCGSID _IOR('t', 133, int)
91 #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */
101 #define FIONREAD _IOR('f', 127, int)
103 #define FIOQSIZE _IOR('f', 128, loff_t)