Searched refs:VSTART (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1284 vstart = tsp->c_cc[VSTART];
1294 vstart = tp->c_cc[VSTART];
/freebsd-11-stable/sys/kern/
H A Dtty_ttydisc.c960 * When VSTART == VSTOP, we should make this key
963 if (!CMP_CC(VSTART, c))
966 if (CMP_CC(VSTART, c)) {
H A Dtty.c1736 * and VSTART may have been changed.
1740 tp->t_termios.c_cc[VSTART] == CTRL('Q'))
2005 tp->t_termios.c_cc[VSTART] != _POSIX_VDISABLE) {
2008 * can successfully store the VSTART character.
2011 &tp->t_termios.c_cc[VSTART], 1) == 0)
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dsys_term.c299 #ifdef VSTART
300 setval(VSTART, SLC_VARIABLE);
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c598 || tp->t_cc[VSTART] == tp->t_cc[VSTOP])) {
1292 if (t->c_cc[VSTART] != _POSIX_VDISABLE)
1293 cd_setreg(com, CD1400_SCHR2, t->c_cc[VSTART]);
/freebsd-11-stable/sys/dev/si/
H A Dsi.c938 ccbp->hi_txon = t->c_cc[VSTART];
941 ccbp->hi_rxon = t->c_cc[VSTART];
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c2007 || d->tty->t_cc[VSTART] ==
2091 if (*p == tp->t_cc[VSTART]) {
2173 t->c_cc[VSTART], t->c_cc[VSTOP]);
/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c1071 port->pnum, t->c_cc[VSTART], t->c_cc[VSTOP]));
1072 fepcmd_b(port, SONOFFC, t->c_cc[VSTART], t->c_cc[VSTOP], 0);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c519 lios->c_cc[LINUX_VSTART] = bios->c_cc[VSTART];
659 bios->c_cc[VSTART] = lios->c_cc[LINUX_VSTART];
827 c = (args->arg == LINUX_TCIOFF) ? VSTOP : VSTART;
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c1354 || tp->t_cc[VSTART] == tp->t_cc[VSTOP])) {
/freebsd-11-stable/sys/dev/usb/serial/
H A Duftdi.c1613 cfg->v_start = t->c_cc[VSTART];
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c2097 || tp->t_cc[VSTART] == tp->t_cc[VSTOP])) {

Completed in 538 milliseconds

12