Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/ppc/
H A Dtermbits.h12 struct target_termios { struct
13 target_tcflag_t c_iflag; /* input mode flags */
14 target_tcflag_t c_oflag; /* output mode flags */
15 target_tcflag_t c_cflag; /* control mode flags */
16 target_tcflag_t c_lflag; /* local mode flags */
17 target_cc_t c_cc[TARGET_NCCS]; /* control characters */
18 target_cc_t c_line; /* line discipline */
19 target_speed_t c_ispeed; /* input speed */
20 target_speed_t c_ospeed; /* output speed */
/openbmc/qemu/linux-user/alpha/
H A Dtermbits.h9 struct target_termios { struct
10 target_tcflag_t c_iflag; /* input mode flags */
11 target_tcflag_t c_oflag; /* output mode flags */
12 target_tcflag_t c_cflag; /* control mode flags */
13 target_tcflag_t c_lflag; /* local mode flags */
14 target_cc_t c_cc[TARGET_NCCS]; /* control characters */
15 target_cc_t c_line; /* line discipline (== c_cc[19]) */
16 target_speed_t c_ispeed; /* input speed */
17 target_speed_t c_ospeed; /* output speed */
/openbmc/qemu/linux-user/cris/
H A Dtermbits.h12 struct target_termios { struct
13 target_tcflag_t c_iflag; /* input mode flags */
14 target_tcflag_t c_oflag; /* output mode flags */
15 target_tcflag_t c_cflag; /* control mode flags */
16 target_tcflag_t c_lflag; /* local mode flags */
17 target_cc_t c_line; /* line discipline */
18 target_cc_t c_cc[TARGET_NCCS]; /* control characters */
/openbmc/qemu/linux-user/hppa/
H A Dtermbits.h12 struct target_termios { struct
13 target_tcflag_t c_iflag; /* input mode flags */
14 target_tcflag_t c_oflag; /* output mode flags */
15 target_tcflag_t c_cflag; /* control mode flags */
16 target_tcflag_t c_lflag; /* local mode flags */
17 target_cc_t c_line; /* line discipline */
18 target_cc_t c_cc[TARGET_NCCS]; /* control characters */
/openbmc/qemu/linux-user/sparc/
H A Dtermbits.h12 struct target_termios { struct
13 target_tcflag_t c_iflag; /* input mode flags */
14 target_tcflag_t c_oflag; /* output mode flags */
15 target_tcflag_t c_cflag; /* control mode flags */
16 target_tcflag_t c_lflag; /* local mode flags */
17 target_cc_t c_line; /* line discipline */
18 target_cc_t c_cc[TARGET_NCCS]; /* control characters */
/openbmc/qemu/linux-user/mips/
H A Dtermbits.h12 struct target_termios { struct
13 target_tcflag_t c_iflag; /* input mode flags */
14 target_tcflag_t c_oflag; /* output mode flags */
15 target_tcflag_t c_cflag; /* control mode flags */
16 target_tcflag_t c_lflag; /* local mode flags */
17 target_cc_t c_line; /* line discipline */
18 target_cc_t c_cc[TARGET_NCCS]; /* control characters */
/openbmc/qemu/linux-user/sh4/
H A Dtermbits.h12 struct target_termios { struct
13 target_tcflag_t c_iflag; /* input mode flags */
14 target_tcflag_t c_oflag; /* output mode flags */
15 target_tcflag_t c_cflag; /* control mode flags */
16 target_tcflag_t c_lflag; /* local mode flags */
17 target_cc_t c_line; /* line discipline */
18 target_cc_t c_cc[TARGET_NCCS]; /* control characters */
/openbmc/qemu/linux-user/generic/
H A Dtermbits.h12 struct target_termios { struct
21 struct target_termios2 { argument
/openbmc/qemu/linux-user/xtensa/
H A Dtermbits.h24 struct target_termios { struct
34 struct target_termios2 { argument