Lines Matching refs:_IOW
8 #define FIOASYNC _IOW('f', 125, int)
9 #define FIONBIO _IOW('f', 126, int)
15 #define TIOCSETP _IOW('t', 9, struct sgttyb)
16 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
18 #define TIOCSETC _IOW('t', 17, struct tchars)
21 #define TCSETS _IOW('t', 20, struct termios)
22 #define TCSETSW _IOW('t', 21, struct termios)
23 #define TCSETSF _IOW('t', 22, struct termios)
26 #define TCSETA _IOW('t', 24, struct termio)
27 #define TCSETAW _IOW('t', 25, struct termio)
28 #define TCSETAF _IOW('t', 28, struct termio)
34 #define TIOCSWINSZ _IOW('t', 103, struct winsize)
41 #define TIOCSLTC _IOW('t', 117, struct ltchars)
42 #define TIOCSPGRP _IOW('t', 118, int)
91 #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */