Home
last modified time | relevance | path

Searched refs:t_termios (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_compat.c114 term->c_ispeed = tp->t_termios.c_ispeed; in ttsetcompat()
121 term->c_ospeed = tp->t_termios.c_ospeed; in ttsetcompat()
197 term = tp->t_termios; in tty_ioctl_compat()
204 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat()
208 if (tp->t_termios.c_ispeed == 0) in tty_ioctl_compat()
220 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat()
232 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat()
278 tcflag_t iflag = tp->t_termios.c_iflag; in ttcompatgetflags()
279 tcflag_t lflag = tp->t_termios.c_lflag; in ttcompatgetflags()
280 tcflag_t oflag = tp->t_termios.c_oflag; in ttcompatgetflags()
[all …]
H A Dtty_ttydisc.c62 tp->t_termios.c_cc[v] == (c))
98 tp->t_termios.c_lflag &= ~FLUSHO; in ttydisc_close()
120 breakc[n++] = tp->t_termios.c_cc[c]; \ in ttydisc_read_canonical()
190 MPASS(tp->t_termios.c_cc[VTIME] == 0); in ttydisc_read_raw_no_timer()
231 MPASS(tp->t_termios.c_cc[VTIME] != 0); in ttydisc_read_raw_read_timer()
283 MPASS(tp->t_termios.c_cc[VMIN] != 0); in ttydisc_read_raw_interbyte_timer()
284 MPASS(tp->t_termios.c_cc[VTIME] != 0); in ttydisc_read_raw_interbyte_timer()
709 c = tp->t_termios.c_cc[VREPRINT]; in ttydisc_reprint()
900 tp->t_termios.c_lflag &= ~FLUSHO; in ttydisc_rint()
930 tp->t_termios.c_lflag &= ~FLUSHO; in ttydisc_rint()
[all …]
H A Dtty.c131 if (tp->t_termios.c_cflag & CREAD) in tty_watermarks()
329 ttydevsw_param(tp, &tp->t_termios); in ttydev_open()
332 tp->t_termios.c_cflag |= CLOCAL; in ttydev_open()
534 if (tp->t_termios.c_lflag & TOSTOP) { in ttydev_write()
1488 tp->t_termios.c_lflag &= ~FLUSHO; in tty_signal_sessleader()
1514 tp->t_termios.c_lflag &= ~FLUSHO; in tty_signal_pgrp()
1756 tp->t_termios.c_iflag = t->c_iflag; in tty_generic_ioctl()
1757 tp->t_termios.c_oflag = t->c_oflag; in tty_generic_ioctl()
1758 tp->t_termios.c_lflag = t->c_lflag; in tty_generic_ioctl()
1777 if (tp->t_termios.c_iflag & IXON && in tty_generic_ioctl()
[all …]
H A Dtty_pts.c316 *(struct termios*)data = tp->t_termios; in ptsdev_ioctl()
/f-stack/freebsd/sys/
H A Dtty.h112 struct termios t_termios; /* (t) I/O processing flags. */ member