Searched refs:target_termios (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/linux-user/hppa/ |
H A D | termbits.h | 12 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)
|
/openbmc/qemu/linux-user/ppc/ |
H A D | termbits.h | 12 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)
|
/openbmc/qemu/linux-user/sparc/ |
H A D | termbits.h | 12 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)
|
/openbmc/qemu/linux-user/alpha/ |
H A D | termbits.h | 9 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)
|
/openbmc/qemu/linux-user/mips/ |
H A D | termbits.h | 12 struct target_termios { struct
|
/openbmc/qemu/linux-user/generic/ |
H A D | termbits.h | 12 struct target_termios { struct
|
/openbmc/qemu/linux-user/sh4/ |
H A D | termbits.h | 12 struct target_termios { struct
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | termbits.h | 24 struct target_termios { struct
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 5789 const struct target_termios *target = src; in target_to_host_termios() 5823 struct target_termios *target = dst; in host_to_target_termios() 5858 .size = { sizeof(struct target_termios), sizeof(struct host_termios) }, 5859 .align = { __alignof__(struct target_termios), __alignof__(struct host_termios) },
|
H A D | strace.c | 1874 const struct target_termios *target = arg; in print_termios()
|