Searched defs:ktermios (Results 1 – 2 of 2) sorted by relevance
54 struct ktermios { struct55 tcflag_t c_iflag; /* input mode flags */56 tcflag_t c_oflag; /* output mode flags */57 tcflag_t c_cflag; /* control mode flags */58 tcflag_t c_lflag; /* local mode flags */59 cc_t c_cc[NCCS]; /* control characters */60 cc_t c_line; /* line discipline (== c_cc[19]) */61 speed_t c_ispeed; /* input speed */62 speed_t c_ospeed; /* output speed */
23 struct ktermios { struct24 tcflag_t c_iflag;25 tcflag_t c_oflag;26 tcflag_t c_cflag;27 tcflag_t c_lflag;28 cc_t c_line;29 cc_t c_cc[NCCS];30 speed_t c_ispeed;31 speed_t c_ospeed;