Home
last modified time | relevance | path

Searched refs:t_iflag (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/misc/nmdm/
H A Dnmdm.c199 tp->t_iflag = TTYDEF_IFLAG; in nmdmopen()
410 && ((tp->t_canq.c_cc > 0) || !(tp->t_iflag&ICANON))) { in nmdmwrite()
/dragonfly/sys/sys/
H A Dtty.h118 #define t_iflag t_termios.c_iflag macro
/dragonfly/sys/platform/vkernel64/platform/
H A Dconsole.c102 tp->t_iflag = TTYDEF_IFLAG; in vcons_open()
/dragonfly/sys/kern/
H A Dtty.c426 iflag = tp->t_iflag; in ttyinput()
1112 tp->t_iflag = t->c_iflag; in ttioctl()
1465 if (ISSET(tp->t_iflag, IXOFF)) { in ttyflush()
1524 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE && in ttyblock()
1541 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTART] != _POSIX_VDISABLE && in ttyunblock()
H A Dtty_pty.c382 tp->t_iflag = TTYDEF_IFLAG; in ptsopen()
1305 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s')) in ptyioctl()
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c843 tp->t_iflag = TTYDEF_IFLAG; in ucom_open()
2026 || tp->t_iflag & IXOFF) in ucom_put_data()
2043 && (tp->t_iflag & IXANY in ucom_put_data()
/dragonfly/sys/dev/misc/dcons/
H A Ddcons_os.c231 tp->t_iflag = TTYDEF_IFLAG; in dcons_open()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c1884 || com->tp->t_iflag & IGNBRK) in siointr1()
1888 || com->tp->t_iflag & IGNPAR) in siointr1()
1893 || com->tp->t_iflag & INPCK)) in siointr1()
2084 dt->c_iflag = (tp->t_iflag & lt->c_iflag) in sioioctl()
/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c745 tp->t_iflag = TTYDEF_IFLAG; in scopen()