Lines Matching refs:_IO
19 #define FIOCLEX _IO('f', 1)
20 #define FIONCLEX _IO('f', 2)
37 #define TCSBRK _IO('t', 29)
38 #define TCXONC _IO('t', 30)
39 #define TCFLSH _IO('t', 31)
43 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */
44 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */
50 #define TIOCEXCL _IO('T', 12)
51 #define TIOCNXCL _IO('T', 13)
52 #define TIOCSCTTY _IO('T', 14)
74 #define TIOCCONS _IO('T', 29)
88 #define TIOCNOTTY _IO('T', 34)
92 #define TIOCSBRK _IO('T', 39) /* BSD compatibility */
93 #define TIOCCBRK _IO('T', 40) /* BSD compatibility */
105 #define TIOCVHANGUP _IO('T', 0x37)
109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */
113 #define TIOCSERCONFIG _IO('T', 83)
127 #define TIOCMIWAIT _IO('T', 92) /* wait for a change on serial input line(s) */