Home
last modified time | relevance | path

Searched refs:TARGET_IOW (Results 1 – 9 of 9) sorted by relevance

/qemu/linux-user/sh4/
H A Dtermbits.h180 #define TARGET_FIOASYNC TARGET_IOW('f', 125, int)
181 #define TARGET_FIONBIO TARGET_IOW('f', 126, int)
190 #define TARGET_TIOCSWINSZ TARGET_IOW('t', 103, struct winsize)
196 #define TARGET_TIOCSPGRP TARGET_IOW('t', 118, int)
199 #define TARGET_TCSETA TARGET_IOW('t', 24, struct termio)
200 #define TARGET_TCSETAW TARGET_IOW('t', 25, struct termio)
201 #define TARGET_TCSETAF TARGET_IOW('t', 28, struct termio)
206 #define TARGET_TIOCSWINSZ TARGET_IOW('t', 103, struct winsize)
212 #define TARGET_TIOCSPGRP TARGET_IOW('t', 118, int)
240 #define TARGET_TIOCSSERIAL TARGET_IOW('T', 31, int) /* 0x541F */
[all …]
/qemu/linux-user/sparc/
H A Dtermbits.h201 #define TARGET_TIOCSETD TARGET_IOW('t', 1, int)
221 #define TARGET_TIOCSSOFTCAR TARGET_IOW('t', 101, int)
223 #define TARGET_TIOCSWINSZ TARGET_IOW('t', 103, struct winsize)
227 #define TARGET_TIOCMBIC TARGET_IOW('t', 107, int)
228 #define TARGET_TIOCMBIS TARGET_IOW('t', 108, int)
229 #define TARGET_TIOCMSET TARGET_IOW('t', 109, int)
232 #define TARGET_TIOCPKT TARGET_IOW('t', 112, int)
234 #define TARGET_TIOCSTI TARGET_IOW('t', 114, char)
250 #define TARGET_TIOCSPGRP TARGET_IOW('t', 130, int)
262 #define TARGET_FIOASYNC TARGET_IOW('f', 125, int)
[all …]
/qemu/linux-user/alpha/
H A Dtermbits.h166 #define TARGET_FIOASYNC TARGET_IOW('f', 125, int)
167 #define TARGET_FIONBIO TARGET_IOW('f', 126, int)
173 #define TARGET_TIOCSETP TARGET_IOW('t', 9, struct target_sgttyb)
176 #define TARGET_TIOCSETC TARGET_IOW('t', 17, struct target_tchars)
179 #define TARGET_TCSETS TARGET_IOW('t', 20, struct target_termios)
180 #define TARGET_TCSETSW TARGET_IOW('t', 21, struct target_termios)
181 #define TARGET_TCSETSF TARGET_IOW('t', 22, struct target_termios)
184 #define TARGET_TCSETA TARGET_IOW('t', 24, struct target_termio)
185 #define TARGET_TCSETAW TARGET_IOW('t', 25, struct target_termio)
186 #define TARGET_TCSETAF TARGET_IOW('t', 28, struct target_termio)
[all …]
/qemu/linux-user/ppc/
H A Dtermbits.h171 #define TARGET_FIOASYNC TARGET_IOW('f', 125, int)
172 #define TARGET_FIONBIO TARGET_IOW('f', 126, int)
178 #define TARGET_TCSETS TARGET_IOW('t', 20, struct target_termios)
179 #define TARGET_TCSETSW TARGET_IOW('t', 21, struct target_termios)
180 #define TARGET_TCSETSF TARGET_IOW('t', 22, struct target_termios)
183 #define TARGET_TCSETA TARGET_IOW('t', 24, struct target_termio)
184 #define TARGET_TCSETAW TARGET_IOW('t', 25, struct target_termio)
185 #define TARGET_TCSETAF TARGET_IOW('t', 28, struct target_termio)
191 #define TARGET_TIOCSWINSZ TARGET_IOW('t', 103, struct target_winsize)
198 #define TARGET_TIOCSLTC TARGET_IOW('t', 117, struct target_ltchars)
[all …]
/qemu/linux-user/hppa/
H A Dtermbits.h151 #define TARGET_TCSETS TARGET_IOW('T', 17, struct target_termios)
152 #define TARGET_TCSETSW TARGET_IOW('T', 18, struct target_termios)
153 #define TARGET_TCSETSF TARGET_IOW('T', 19, struct target_termios)
155 #define TARGET_TCSETA TARGET_IOW('T', 2, struct target_termios)
156 #define TARGET_TCSETAW TARGET_IOW('T', 3, struct target_termios)
157 #define TARGET_TCSETAF TARGET_IOW('T', 4, struct target_termios)
166 #define TARGET_TIOCSPGRP TARGET_IOW('T', 29, int)
195 #define TARGET_TIOCSPTLCK TARGET_IOW('T', 0x31, int)
/qemu/linux-user/mips/
H A Dtermbits.h195 #define TARGET_TIOCSWINSZ TARGET_IOW('t', 103, struct winsize) /* set window size */
209 #define TARGET_TIOCSPGRP TARGET_IOW('t', 118, int) /* set pgrp of tty */
211 #define TARGET_TIOCCONS TARGET_IOW('t', 120, int) /* become virtual console */
231 #define TARGET_TCSETS2 TARGET_IOW('T', 0x2B, struct termios2)
232 #define TARGET_TCSETSW2 TARGET_IOW('T', 0x2C, struct termios2)
233 #define TARGET_TCSETSF2 TARGET_IOW('T', 0x2D, struct termios2)
237 #define TARGET_TIOCSPTLCK TARGET_IOW('T',0x31, int) /* Lock/unlock Pty */
239 #define TARGET_TIOCSIG TARGET_IOW('T', 0x36, int)
/qemu/linux-user/
H A Dsyscall_defs.h763 #define TARGET_FIOSETOWN TARGET_IOW('f', 124, abi_int)
765 #define TARGET_SIOCSPGRP TARGET_IOW('s', 8, pid_t)
854 #define TARGET_TUNSETDEBUG TARGET_IOW('T', 201, abi_int)
855 #define TARGET_TUNSETIFF TARGET_IOW('T', 202, abi_int)
887 #define TARGET_RNDADDTOENTCNT TARGET_IOW('R', 0x01, abi_int)
909 #define TARGET_BLKBSZSET TARGET_IOW(0x12, 113, abi_ulong)
943 #define TARGET_FICLONE TARGET_IOW(0x94, 9, abi_int)
955 #define TARGET_FS_IOC_SETFLAGS TARGET_IOW('f', 2, abi_long)
957 #define TARGET_FS_IOC_SETVERSION TARGET_IOW('v', 2, abi_long)
960 #define TARGET_FS_IOC32_SETFLAGS TARGET_IOW('f', 2, abi_int)
[all …]
/qemu/linux-user/generic/
H A Dtermbits.h246 #define TARGET_TCSETS2 TARGET_IOW('T', 0x2B, struct target_termios2)
247 #define TARGET_TCSETSW2 TARGET_IOW('T', 0x2C, struct target_termios2)
248 #define TARGET_TCSETSF2 TARGET_IOW('T', 0x2D, struct target_termios2)
256 #define TARGET_TIOCSPTLCK TARGET_IOW('T', 0x31, int)
265 #define TARGET_TIOCSIG TARGET_IOW('T', 0x36, int)
/qemu/linux-user/cris/
H A Dtermbits.h193 #define TARGET_TIOCSPTLCK TARGET_IOW('T',0x31, int) /* Lock/unlock Pty */