Searched defs:target_ktermios (Results 1 – 2 of 2) sorted by relevance
32 struct target_ktermios { struct33 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 */
45 struct target_ktermios { struct46 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 */