Home
last modified time | relevance | path

Searched defs:target_termio (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h1216 struct target_termio { struct
1217 abi_ushort c_iflag; /* input mode flags */
1218 abi_ushort c_oflag; /* output mode flags */
1219 abi_ushort c_cflag; /* control mode flags */
1220 abi_ushort c_lflag; /* local mode flags */
1221 unsigned char c_line; /* line discipline */
1222 unsigned char c_cc[TARGET_NCC]; /* control characters */