Home
last modified time | relevance | path

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

/openbmc/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)
218 #define TARGET_TIOCSTI TARGET_IOW('T', 18, char) /* 0x5412 */
[all …]
/openbmc/qemu/linux-user/sparc/
H A Dtermbits.h184 #define TARGET_TCSETA TARGET_IOW('T', 2, struct target_termio)
185 #define TARGET_TCSETAW TARGET_IOW('T', 3, struct target_termio)
186 #define TARGET_TCSETAF TARGET_IOW('T', 4, struct target_termio)
191 #define TARGET_TCSETS TARGET_IOW('T', 9, struct target_termios)
192 #define TARGET_TCSETSW TARGET_IOW('T', 10, struct target_termios)
193 #define TARGET_TCSETSF TARGET_IOW('T', 11, struct target_termios)
201 #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)
[all …]
/openbmc/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)
174 #define TARGET_TIOCSETN TARGET_IOW('t', 10, struct target_sgttyb) /* TIOCSETP wo flush */
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)
[all …]
/openbmc/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 …]
/openbmc/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)
/openbmc/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)
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h137 #define TARGET_IOW(type,nr,size) TARGET_IOC(TARGET_IOC_WRITE,(type),(nr),sizeof(size)) macro
744 #define TARGET_RTC_ALM_SET TARGET_IOW('p', 0x07, struct rtc_time)
746 #define TARGET_RTC_SET_TIME TARGET_IOW('p', 0x0a, struct rtc_time)
748 #define TARGET_RTC_IRQP_SET TARGET_IOW('p', 0x0c, abi_ulong)
750 #define TARGET_RTC_EPOCH_SET TARGET_IOW('p', 0x0e, abi_ulong)
752 #define TARGET_RTC_WKALM_SET TARGET_IOW('p', 0x0f, struct rtc_wkalrm)
755 #define TARGET_RTC_PLL_SET TARGET_IOW('p', 0x12, \
763 #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)
[all …]
/openbmc/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)