Lines Matching refs:_IOW
98 #define FIOASYNC _IOW('f', 125, int)
99 #define FIONBIO _IOW('f', 126, int)
104 #define TIOCSETP _IOW('t', 9, struct sgttyb)
105 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
107 #define TIOCSETC _IOW('t', 17, struct tchars)
110 #define TCSETS _IOW('t', 20, struct termios)
111 #define TCSETSW _IOW('t', 21, struct termios)
112 #define TCSETSF _IOW('t', 22, struct termios)
115 #define TCSETA _IOW('t', 24, struct termio)
116 #define TCSETAW _IOW('t', 25, struct termio)
117 #define TCSETAF _IOW('t', 28, struct termio)
123 #define TIOCSWINSZ _IOW('t', 103, struct winsize)
130 #define TIOCSLTC _IOW('t', 117, struct ltchars)
131 #define TIOCSPGRP _IOW('t', 118, int)