Searched refs:tcflag_t (Results 1 – 13 of 13) sorted by relevance
81 typedef unsigned int tcflag_t; typedef89 tcflag_t c_iflag; /* input modes */90 tcflag_t c_oflag; /* output modes */91 tcflag_t c_cflag; /* control modes */92 tcflag_t c_lflag; /* line discipline modes */
41 tcflag_t t_iflag; /* copy of iflag from tty modes */42 tcflag_t t_cflag; /* copy of cflag from tty modes */
40 tcflag_t cflags; /* copy of c_cflags */
379 tcflag_t asy_cflag; /* console mode bits */382 tcflag_t asy_ocflag; /* old console mode bits */
501 new_termios.c_iflag = (tcflag_t)val; in ttyinit()504 new_termios.c_oflag = (tcflag_t)val; in ttyinit()507 new_termios.c_cflag = (tcflag_t)val; in ttyinit()510 new_termios.c_lflag = (tcflag_t)val; in ttyinit()
618 tcflag_t cflags; in ptemwmsg()
4888 tcflag_t cflag = cb->c_cflag; in ldterm_ioctl_reply()
43 static tcflag_t flags;
441 void setdelay(char *, struct delay [], tcflag_t, tcflag_t *);1217 setdelay(char *cap, struct delay dtab[], tcflag_t bits, tcflag_t *flags) in setdelay()1243 *flags |= (tcflag_t)((--p)->d_bits); in setdelay()
243 #define TERMFLAG_TYPE tcflag_t
486 tcflag_t *flags;
511 tcflag_t tty_flags; in vt_getinput()
3207 tcflag_t need_hw; in usbser_inbound_flow_ctl()