Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/generic/
H A Dtermbits.h32 struct target_ktermios { struct
33 target_tcflag_t c_iflag; /* input mode flags */
34 target_tcflag_t c_oflag; /* output mode flags */
35 target_tcflag_t c_cflag; /* control mode flags */
36 target_tcflag_t c_lflag; /* local mode flags */
37 target_cc_t c_line; /* line discipline */
38 target_cc_t c_cc[TARGET_NCCS]; /* control characters */
39 target_speed_t c_ispeed; /* input speed */
40 target_speed_t c_ospeed; /* output speed */
/openbmc/qemu/linux-user/xtensa/
H A Dtermbits.h45 struct target_ktermios { struct
46 target_tcflag_t c_iflag; /* input mode flags */
47 target_tcflag_t c_oflag; /* output mode flags */
48 target_tcflag_t c_cflag; /* control mode flags */
49 target_tcflag_t c_lflag; /* local mode flags */
50 target_cc_t c_line; /* line discipline */
51 target_cc_t c_cc[TARGET_NCCS]; /* control characters */
52 target_speed_t c_ispeed; /* input speed */
53 target_speed_t c_ospeed; /* output speed */