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.h1212 struct target_termio { struct
1213 abi_ushort c_iflag; /* input mode flags */
1214 abi_ushort c_oflag; /* output mode flags */
1215 abi_ushort c_cflag; /* control mode flags */
1216 abi_ushort c_lflag; /* local mode flags */
1217 unsigned char c_line; /* line discipline */
1218 unsigned char c_cc[TARGET_NCC]; /* control characters */