Home
last modified time | relevance | path

Searched refs:t_cc (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/kern/
H A Dtty.c434 cc = tp->t_cc; in ttyinput()
1122 if (t->c_cc[VMIN] != tp->t_cc[VMIN] || in ttioctl()
1123 t->c_cc[VTIME] != tp->t_cc[VTIME]) in ttioctl()
1125 bcopy(t->c_cc, tp->t_cc, sizeof(t->c_cc)); in ttioctl()
1374 if (nread < tp->t_cc[VMIN] && tp->t_cc[VTIME] == 0) in ttnread()
1525 clist_putc(tp->t_cc[VSTOP], &tp->t_outq) != 0) in ttyblock()
1542 clist_putc(tp->t_cc[VSTART], &tp->t_outq) != 0) in ttyunblock()
1681 cc_t *cc = tp->t_cc; in ttread()
2262 ttyecho(tp->t_cc[VERASE], tp); in ttyrub()
2304 if (tp->t_cc[VREPRINT] != _POSIX_VDISABLE) in ttyretype()
[all …]
H A Dtty_pty.c1137 u_char *cc = tp->t_cc; in ptyioctl()
/dragonfly/sys/sys/
H A Dtty.h116 #define t_cc t_termios.c_cc macro
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c2044 || tp->t_cc[VSTART] == tp->t_cc[VSTOP])) { in ucom_put_data()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c2094 dt->c_cc[cc] = tp->t_cc[cc]; in sioioctl()
/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c743 tp->t_cc[VERASE] = key.key.map[0]; in scopen()