Searched defs:target_termios (Results 1 – 9 of 9) sorted by relevance
12 struct target_termios { struct13 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 */
9 struct target_termios { struct10 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 */
12 struct target_termios { struct13 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 */
12 struct target_termios { struct21 struct target_termios2 { argument
24 struct target_termios { struct34 struct target_termios2 { argument