Lines Matching refs:_IOW
9 #define FIOASYNC _IOW('f', 125, int)
10 #define FIONBIO _IOW('f', 126, int)
16 #define TIOCSETP _IOW('t', 9, struct sgttyb)
17 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
19 #define TIOCSETC _IOW('t', 17, struct tchars)
22 #define TCSETS _IOW('t', 20, struct termios)
23 #define TCSETSW _IOW('t', 21, struct termios)
24 #define TCSETSF _IOW('t', 22, struct termios)
27 #define TCSETA _IOW('t', 24, struct termio)
28 #define TCSETAW _IOW('t', 25, struct termio)
29 #define TCSETAF _IOW('t', 28, struct termio)
36 #define TCSETS2 _IOW('T', 43, struct termios2)
37 #define TCSETSW2 _IOW('T', 44, struct termios2)
38 #define TCSETSF2 _IOW('T', 45, struct termios2)
40 #define TIOCSWINSZ _IOW('t', 103, struct winsize)
47 #define TIOCSLTC _IOW('t', 117, struct ltchars)
48 #define TIOCSPGRP _IOW('t', 118, int)
102 #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */
104 #define TIOCSIG _IOW('T',0x36, int) /* Generate signal on Pty slave */