Lines Matching refs:_IOW

90 #define TIOCMODS        _IOW('t', 4, int)       /* set modem control state */
106 #define TIOCFLUSH _IOW('t', 16, int) /* flush buffers */
109 #define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */
110 #define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */
111 #define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */
114 #define TIOCSETA_32 _IOW('t', 20, struct termios32) /* set termios struct */
115 #define TIOCSETAW_32 _IOW('t', 21, struct termios32) /* drain output, set */
116 #define TIOCSETAF_32 _IOW('t', 22, struct termios32) /* drn out, fls in, set */
118 #define TIOCSETA_64 _IOW('t', 20, struct user_termios)
119 #define TIOCSETAW_64 _IOW('t', 21, struct user_termios)
120 #define TIOCSETAF_64 _IOW('t', 22, struct user_termios)
123 #define TIOCSETD _IOW('t', 27, int) /* set line discipline */
132 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */
135 #define TIOCSTI _IOW('t', 114, char) /* simulate terminal input */
137 #define TIOCPKT _IOW('t', 112, int) /* pty: set/clear packet mode */
148 #define TIOCMSET _IOW('t', 109, int) /* set all modem bits */
149 #define TIOCMBIS _IOW('t', 108, int) /* bis modem bits */
150 #define TIOCMBIC _IOW('t', 107, int) /* bic modem bits */
154 #define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */
155 #define TIOCUCNTL _IOW('t', 102, int) /* pty: set/clr usr cntl mode */
159 #define TIOCCONS _IOW('t', 98, int) /* become virtual console */
161 #define TIOCEXT _IOW('t', 96, int) /* pty: external processing */
164 #define TIOCMSDTRWAIT _IOW('t', 91, int) /* modem: set wait on close */
176 #define TIOCSDRAINWAIT _IOW('t', 87, int) /* set ttywait timeout */