Lines Matching refs:_IO
55 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
56 #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */
67 #define TIOCPTMASTER _IO('t', 28) /* pts master validation */
79 #define TIOCDRAIN _IO('t', 94) /* wait till output drained */
82 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */
86 #define TIOCSTAT _IO('t', 101) /* simulate ^T status message */
88 #define UIOCCMD(n) _IO('u', n) /* usr cntl op "n" */
108 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */
109 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */
119 #define TIOCNOTTY _IO('t', 113) /* void tty association */
125 #define TIOCCDTR _IO('t', 120) /* clear data terminal ready */
126 #define TIOCSDTR _IO('t', 121) /* set data terminal ready */
127 #define TIOCCBRK _IO('t', 122) /* clear break bit */
128 #define TIOCSBRK _IO('t', 123) /* set break bit */