Home
last modified time | relevance | path

Searched refs:t_lflag (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/kern/
H A Dtty.c408 lflag = tp->t_lflag; in ttyinput()
731 CLR(tp->t_lflag, FLUSHO); in ttyinput()
1090 SET(tp->t_lflag, PENDIN); in ttioctl()
1121 tp->t_lflag = t->c_lflag | ISSET(tp->t_lflag, PENDIN); in ttioctl()
1153 CLR(tp->t_lflag, FLUSHO); in ttioctl()
1445 CLR(tp->t_lflag, PENDIN); in ttyflush()
1654 CLR(tp->t_lflag, PENDIN); in ttypend()
1695 lflag = tp->t_lflag; in ttread()
2193 if (!ISSET(tp->t_lflag, ECHO) || ISSET(tp->t_lflag, EXTPROC)) in ttyrub()
2195 CLR(tp->t_lflag, FLUSHO); in ttyrub()
[all …]
H A Dtty_pty.c384 tp->t_lflag = TTYDEF_LFLAG; in ptsopen()
661 tp->t_lflag &= ~EXTPROC; in ptcopen()
964 (tp->t_canq.c_cc == 0 && (tp->t_lflag & ICANON))))) { in filt_ptcwrite()
1082 (tp->t_canq.c_cc > 0 || !(tp->t_lflag&ICANON))) { in ptcwrite()
1239 if ((tp->t_lflag&NOFLSH) == 0) in ptyioctl()
1243 ((tp->t_lflag&NOKERNINFO) == 0)) in ptyioctl()
1261 tp->t_lflag |= EXTPROC; in ptyioctl()
1263 if ((tp->t_lflag & EXTPROC) && in ptyioctl()
1268 tp->t_lflag &= ~EXTPROC; in ptyioctl()
1294 if ((tp->t_lflag&EXTPROC) && (pti->pt_flags & PF_PKT)) { in ptyioctl()
/dragonfly/sys/dev/misc/nmdm/
H A Dnmdm.c201 tp->t_lflag = TTYDEF_LFLAG; in nmdmopen()
231 tp->t_lflag &= ~EXTPROC; in nmdmopen()
/dragonfly/sys/sys/
H A Dtty.h120 #define t_lflag t_termios.c_lflag macro
/dragonfly/sys/platform/vkernel64/platform/
H A Dconsole.c105 tp->t_lflag = TTYDEF_LFLAG; in vcons_open()
/dragonfly/sys/dev/misc/dcons/
H A Ddcons_os.c234 tp->t_lflag = TTYDEF_LFLAG; in dcons_open()
/dragonfly/usr.bin/telnet/
H A DREADME414 > if ((tp->t_lflag&NOFLSH) == 0)
420 > if ((tp->t_lflag&NOFLSH) == 0)
424 > ! ((tp->t_lflag&NOKERNINFO) == 0))
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c845 tp->t_lflag = TTYDEF_LFLAG; in ucom_open()
2046 tp->t_lflag &= ~FLUSHO; in ucom_put_data()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c2090 dt->c_lflag = (tp->t_lflag & lt->c_lflag) in sioioctl()
/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c748 tp->t_lflag = TTYDEF_LFLAG; in scopen()