Searched refs:t_cflag (Results 1 – 6 of 6) sorted by relevance
159 #define t_cflag t_termios.c_cflag macro
109 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
86 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
354 if (ISSET(tp->t_cflag, CLOCAL)) { in ttyopen()523 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) && in ttyinput()1275 SET(tp->t_cflag, HUPCL); in ttioctl_locked()1333 !ISSET(tp->t_cflag, CLOCAL)) { in ttioctl_locked()1353 tp->t_cflag = t->c_cflag; in ttioctl_locked()2017 if (ISSET(tp->t_state, TS_CARR_ON) && ISSET(tp->t_cflag, MDMBUF)) { in ttymodem()2038 !ISSET(tp->t_cflag, CLOCAL)) { in ttymodem()
558 tcflag_t cflag = tp->t_cflag; in ttcompatgetflags()
285 tp->t_cflag = TTYDEF_CFLAG; in ptsopen()