Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/generic/
H A Dtermbits.h21 struct target_termios2 { struct
22 target_tcflag_t c_iflag; /* input mode flags */
23 target_tcflag_t c_oflag; /* output mode flags */
24 target_tcflag_t c_cflag; /* control mode flags */
25 target_tcflag_t c_lflag; /* local mode flags */
26 target_cc_t c_line; /* line discipline */
27 target_cc_t c_cc[TARGET_NCCS]; /* control characters */
28 target_speed_t c_ispeed; /* input speed */
29 target_speed_t c_ospeed; /* output speed */
/openbmc/qemu/linux-user/xtensa/
H A Dtermbits.h34 struct target_termios2 { struct
35 target_tcflag_t c_iflag; /* input mode flags */
36 target_tcflag_t c_oflag; /* output mode flags */
37 target_tcflag_t c_cflag; /* control mode flags */
38 target_tcflag_t c_lflag; /* local mode flags */
39 target_cc_t c_line; /* line discipline */
40 target_cc_t c_cc[TARGET_NCCS]; /* control characters */
41 target_speed_t c_ispeed; /* input speed */
42 target_speed_t c_ospeed; /* output speed */