Lines Matching refs:TARGET_IOR
168 #define TARGET_FIONREAD TARGET_IOR('f', 127, int)
170 #define TARGET_FIOQSIZE TARGET_IOR('f', 128, loff_t)
172 #define TARGET_TIOCGETP TARGET_IOR('t', 8, struct target_sgttyb)
177 #define TARGET_TIOCGETC TARGET_IOR('t', 18, struct target_tchars)
178 #define TARGET_TCGETS TARGET_IOR('t', 19, struct target_termios)
183 #define TARGET_TCGETA TARGET_IOR('t', 23, struct target_termio)
193 #define TARGET_TIOCGWINSZ TARGET_IOR('t', 104, struct target_winsize)
196 #define TARGET_TIOCOUTQ TARGET_IOR('t', 115, int) /* output queue size */
198 #define TARGET_TIOCGLTC TARGET_IOR('t', 116, struct target_ltchars)
201 #define TARGET_TIOCGPGRP TARGET_IOR('t', 119, int)
250 #define TARGET_TIOCGPTN TARGET_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */