Lines Matching refs:_IOR
89 #define TIOCMODG _IOR('t', 3, int) /* get modem control state */
108 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */
113 #define TIOCGETA_32 _IOR('t', 19, struct termios32) /* get termios struct */
117 #define TIOCGETA_64 _IOR('t', 19, struct user_termios)
122 #define TIOCGETD _IOR('t', 26, int) /* get line discipline */
131 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */
134 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */
151 #define TIOCMGET _IOR('t', 106, int) /* get all modem bits */
153 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
165 #define TIOCMGDTRWAIT _IOR('t', 90, int) /* modem: get wait on close */
166 #define TIOCTIMESTAMP _IOR('t', 89, struct timeval) /* enable/get timestamp
168 #define TIOCDCDTIMESTAMP _IOR('t', 88, struct timeval) /* enable/get timestamp
171 #define TIOCTIMESTAMP_32 _IOR('t', 89, struct user32_timeval)
172 #define TIOCDCDTIMESTAMP_32 _IOR('t', 88, struct user32_timeval)
173 #define TIOCTIMESTAMP_64 _IOR('t', 89, struct user64_timeval)
174 #define TIOCDCDTIMESTAMP_64 _IOR('t', 88, struct user64_timeval)
177 #define TIOCGDRAINWAIT _IOR('t', 86, int) /* get ttywait timeout */