Searched refs:tcflag_t (Results 1 – 20 of 20) sorted by relevance
252 tcflag_t c_iflag; /* input modes */253 tcflag_t c_oflag; /* output modes */254 tcflag_t c_cflag; /* control modes */255 tcflag_t c_lflag; /* line discipline modes */
48 typedef unsigned long tcflag_t; /* tty line disc modes */ typedef
43 tcflag_t t_iflag; /* copy of iflag from tty modes */44 tcflag_t t_cflag; /* copy of cflag from tty modes */
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 */
42 tcflag_t cflags; /* copy of c_cflags */
292 tcflag_t asy_cflag; /* console mode bits */295 tcflag_t asy_ocflag; /* old console mode bits */
85 tcflag_t sm_cmask; /* ignore these control bits */113 tcflag_t sm_cmask; /* ignore these control bits */
131 tcflag_t ttymux_cmask; /* never set these control bits */
500 new_termios.c_iflag = (tcflag_t)val; in ttyinit()503 new_termios.c_oflag = (tcflag_t)val; in ttyinit()506 new_termios.c_cflag = (tcflag_t)val; in ttyinit()509 new_termios.c_lflag = (tcflag_t)val; in ttyinit()
614 tcflag_t cflags; in ptemwmsg()
4867 tcflag_t cflag = cb->c_cflag; in ldterm_ioctl_reply()
72 tcflag_t c_iflag; /* input modes */73 tcflag_t c_oflag; /* output modes */74 tcflag_t c_cflag; /* control modes */75 tcflag_t c_lflag; /* line discipline modes */
45 static tcflag_t flags;
437 void setdelay(char *, struct delay [], tcflag_t, tcflag_t *);1215 setdelay(char *cap, struct delay dtab[], tcflag_t bits, tcflag_t *flags) in setdelay()1241 *flags |= (tcflag_t)((--p)->d_bits); in setdelay()
245 #define TERMFLAG_TYPE tcflag_t
478 tcflag_t *flags;
1023 (tcflag_t)(~uqi->sm_cmask); in sm_update_ttyinfo()1037 (tcflag_t)(~uqi->sm_cmask); in sm_update_ttyinfo()1039 (tcflag_t)((struct termio *)info.sm_data)->c_cflag; in sm_update_ttyinfo()
509 tcflag_t tty_flags; in vt_getinput()
3208 tcflag_t need_hw; in usbser_inbound_flow_ctl()