Searched defs:target_termios2 (Results 1 – 2 of 2) sorted by relevance
21 struct target_termios2 { struct22 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 */
34 struct target_termios2 { struct35 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 */