Home
last modified time | relevance | path

Searched refs:t_cflag (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/platform/vkernel64/platform/
H A Dconsole.c104 tp->t_cflag = TTYDEF_CFLAG; in vcons_open()
172 tp->t_cflag = tio->c_cflag; in vcons_tty_param()
/dragonfly/sys/dev/misc/dcons/
H A Ddcons_os.c233 tp->t_cflag = TTYDEF_CFLAG|CLOCAL; in dcons_open()
309 tp->t_cflag = t->c_cflag; in dcons_tty_param()
/dragonfly/sys/sys/
H A Dtty.h117 #define t_cflag t_termios.c_cflag macro
/dragonfly/sys/kern/
H A Dtty.c226 if (ISSET(tp->t_cflag, CLOCAL)) { in ttyopen()
429 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) && in ttyinput()
1019 SET(tp->t_cflag, HUPCL); in ttioctl()
1062 !ISSET(tp->t_cflag, CLOCAL)) { in ttioctl()
1081 tp->t_cflag = t->c_cflag; in ttioctl()
1599 if (ISSET(tp->t_state, TS_CARR_ON) && ISSET(tp->t_cflag, MDMBUF)) { in ttymodem()
1620 !ISSET(tp->t_cflag, CLOCAL)) { in ttymodem()
H A Dtty_pty.c385 tp->t_cflag = TTYDEF_CFLAG; in ptsopen()
/dragonfly/sys/dev/misc/nmdm/
H A Dnmdm.c202 tp->t_cflag = TTYDEF_CFLAG; in nmdmopen()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c1423 && !(tp->t_cflag & CLOCAL) && !(ap->a_oflags & O_NONBLOCK)) { in sioopen()
1512 if (tp->t_cflag & HUPCL in comhardclose()
1697 if (!(tp->t_state & TS_ISOPEN) || !(tp->t_cflag & CREAD)) { in sioinput()
2088 dt->c_cflag = (tp->t_cflag & lt->c_cflag) in sioioctl()
/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c747 tp->t_cflag = TTYDEF_CFLAG; in scopen()
954 tp->t_cflag = t->c_cflag; in scparam()