Searched refs:t_cflag (Results 1 – 6 of 6) sorted by relevance
158 #define t_cflag t_termios.c_cflag macro
115 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
92 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
316 if (ISSET(tp->t_cflag, CLOCAL)) { in ttyopen()463 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) && in ttyinput()1165 SET(tp->t_cflag, HUPCL); in ttioctl_locked()1223 !ISSET(tp->t_cflag, CLOCAL)) { in ttioctl_locked()1243 tp->t_cflag = t->c_cflag; in ttioctl_locked()1907 if (ISSET(tp->t_state, TS_CARR_ON) && ISSET(tp->t_cflag, MDMBUF)) { in ttymodem()1928 !ISSET(tp->t_cflag, CLOCAL)) { in ttymodem()
558 tcflag_t cflag = tp->t_cflag; in ttcompatgetflags()
278 tp->t_cflag = TTYDEF_CFLAG; in ptsopen()