Lines Matching refs:_IOR
17 #define FIONREAD _IOR('f', 127, int)
19 #define FIOQSIZE _IOR('f', 128, loff_t)
21 #define TIOCGETP _IOR('t', 8, struct sgttyb)
26 #define TIOCGETC _IOR('t', 18, struct tchars)
27 #define TCGETS _IOR('t', 19, struct termios)
32 #define TCGETA _IOR('t', 23, struct termio)
42 #define TIOCGWINSZ _IOR('t', 104, struct winsize)
45 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */
47 #define TIOCGLTC _IOR('t', 116, struct ltchars)
50 #define TIOCGPGRP _IOR('t', 119, int)
97 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */