Searched defs:ktermios (Results 1 – 8 of 8) sorted by relevance
30 struct ktermios { struct31 tcflag_t c_iflag; /* input mode flags */32 tcflag_t c_oflag; /* output mode flags */33 tcflag_t c_cflag; /* control mode flags */34 tcflag_t c_lflag; /* local mode flags */35 cc_t c_line; /* line discipline */36 cc_t c_cc[NCCS]; /* control characters */37 speed_t c_ispeed; /* input speed */38 speed_t c_ospeed; /* output speed */
11093 struct ktermios { struct11094 tcflag_t c_iflag;11095 tcflag_t c_oflag;11096 tcflag_t c_cflag;11097 tcflag_t c_lflag;11098 cc_t c_line;11099 cc_t c_cc[19];11100 speed_t c_ispeed;11101 speed_t c_ospeed;
9151 struct ktermios { struct9152 tcflag_t c_iflag;9153 tcflag_t c_oflag;9154 tcflag_t c_cflag;9155 tcflag_t c_lflag;9156 cc_t c_cc[19];9157 cc_t c_line;9158 speed_t c_ispeed;9159 speed_t c_ospeed;
7819 struct ktermios { struct7820 tcflag_t c_iflag;7821 tcflag_t c_oflag;7822 tcflag_t c_cflag;7823 tcflag_t c_lflag;7824 cc_t c_line;7825 cc_t c_cc[19];7826 speed_t c_ispeed;7827 speed_t c_ospeed;
11501 struct ktermios { struct11502 tcflag_t c_iflag;11503 tcflag_t c_oflag;11504 tcflag_t c_cflag;11505 tcflag_t c_lflag;11506 cc_t c_line;11507 cc_t c_cc[19];11508 speed_t c_ispeed;11509 speed_t c_ospeed;