Lines Matching refs:_IOR
10 #define FIONREAD _IOR('f', 127, int)
12 #define FIOQSIZE _IOR('f', 128, loff_t)
14 #define TIOCGETP _IOR('t', 8, struct sgttyb)
19 #define TIOCGETC _IOR('t', 18, struct tchars)
20 #define TCGETS _IOR('t', 19, struct termios)
25 #define TCGETA _IOR('t', 23, struct termio)
35 #define TIOCGWINSZ _IOR('t', 104, struct winsize)
38 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */
40 #define TIOCGLTC _IOR('t', 116, struct ltchars)
43 #define TIOCGPGRP _IOR('t', 119, int)
95 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */