Lines Matching refs:_IO
103 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
104 #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */
124 #define TIOCIXON _IO('t', 129) /* internal input VSTART */
125 #define TIOCIXOFF _IO('t', 128) /* internal input VSTOP */
127 #define TIOCSBRK _IO('t', 123) /* set break bit */
128 #define TIOCCBRK _IO('t', 122) /* clear break bit */
129 #define TIOCSDTR _IO('t', 121) /* set data terminal ready */
130 #define TIOCCDTR _IO('t', 120) /* clear data terminal ready */
136 #define TIOCNOTTY _IO('t', 113) /* void tty association */
146 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */
147 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */
156 #define TIOCSTAT _IO('t', 101) /* simulate ^T status message */
157 #define UIOCCMD(n) _IO('u', n) /* usr cntl op "n" */
158 #define TIOCSCONS _IO('t', 99) /* 4.2 compatibility */
160 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */
162 #define TIOCSIG _IO('t', 95) /* pty: generate signal */
163 #define TIOCDRAIN _IO('t', 94) /* wait till output drained */
178 #define TIOCDSIMICROCODE _IO('t', 85) /* download microcode to
180 #define TIOCPTYGRANT _IO('t', 84) /* grantpt(3) */
182 #define TIOCPTYUNLK _IO('t', 82) /* unlockpt(3) */
184 #define TIOCREVOKE _IO('t', 81)
185 #define TIOCREVOKECLEAR _IO('t', 80)