Searched refs:VSTART (Results 1 – 5 of 5) sorted by relevance
124 [VSTART] = CSTART,
62 #define VSTART 8 macro
1261 tp->t_termios.c_cc[VSTART] == _CONTROL('Q')) in tty_generic_ioctl()1429 tp->t_termios.c_cc[VSTART] != _POSIX_VDISABLE) in tty_hiwat_in_unblock()1435 if (ttyoutq_write_nofrag(&tp->t_outq, &tp->t_termios.c_cc[VSTART], 1) == in tty_hiwat_in_unblock()
1168 if (!CMP_CC(VSTART, c)) in ttydisc_rint()1171 if (CMP_CC(VSTART, c)) in ttydisc_rint()
451 c = (args->arg == TCIOFF) ? VSTOP : VSTART; in lwp_tty_ioctl_adapter()
Completed in 121 milliseconds