Lines Matching defs:tty
51 #include <sys/tty.h>
320 tty_common_t *tty;
332 tty = &cp->cvc_tty;
333 tty->t_readq = q;
334 tty->t_writeq = WR(q);
650 * couldn't be processed will have been stored in the tty structure by
1311 tty_common_t *tty;
1363 tty = &cp->cvc_tty;
1364 mutex_enter(&tty->t_excl);
1365 if (bcmp((caddr_t)&tty->t_size, (caddr_t)&ws,
1367 tty->t_size = ws;
1368 mutex_exit(&tty->t_excl);
1372 mutex_exit(&tty->t_excl);