Home
last modified time | relevance | path

Searched refs:target_termios (Results 1 – 11 of 11) sorted by relevance

/qemu/linux-user/hppa/
H A Dtermbits.h12 struct target_termios { struct
150 #define TARGET_TCGETS TARGET_IOR('T', 16, struct target_termios)
151 #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)
154 #define TARGET_TCGETA TARGET_IOR('T', 1, 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)
/qemu/linux-user/ppc/
H A Dtermbits.h12 struct target_termios { struct
177 #define TARGET_TCGETS TARGET_IOR('t', 19, struct target_termios)
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)
/qemu/linux-user/sparc/
H A Dtermbits.h12 struct target_termios { struct
190 #define TARGET_TCGETS TARGET_IOR('T', 8, struct target_termios)
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)
/qemu/linux-user/alpha/
H A Dtermbits.h9 struct target_termios { struct
178 #define TARGET_TCGETS TARGET_IOR('t', 19, struct target_termios)
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)
/qemu/linux-user/cris/
H A Dtermbits.h12 struct target_termios { struct
/qemu/linux-user/mips/
H A Dtermbits.h12 struct target_termios { struct
/qemu/linux-user/generic/
H A Dtermbits.h12 struct target_termios { struct
/qemu/linux-user/sh4/
H A Dtermbits.h12 struct target_termios { struct
/qemu/linux-user/xtensa/
H A Dtermbits.h24 struct target_termios { struct
/qemu/linux-user/
H A Dsyscall.c5759 const struct target_termios *target = src; in target_to_host_termios()
5793 struct target_termios *target = dst; in host_to_target_termios()
5828 .size = { sizeof(struct target_termios), sizeof(struct host_termios) },
5829 .align = { __alignof__(struct target_termios), __alignof__(struct host_termios) },
H A Dstrace.c1806 const struct target_termios *target = arg; in print_termios()