Searched defs:user_termios (Results 1 – 1 of 1) sorted by relevance
287 struct user_termios { struct288 user_tcflag_t c_iflag; /* input flags */289 user_tcflag_t c_oflag; /* output flags */290 user_tcflag_t c_cflag; /* control flags */291 user_tcflag_t c_lflag; /* local flags */292 cc_t c_cc[NCCS]; /* control chars */294 user_speed_t c_ospeed; /* output speed */