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