Lines Matching defs:tty
334 tty_common_t *tty;
352 tty = &(sgcn_state->sgcn_tty);
354 tty->t_readq = q;
355 tty->t_writeq = WR(q);
527 tty_common_t *tty;
536 tty = &(sgcn_state->sgcn_tty);
538 if (tty->t_iocpending != NULL) {
539 freemsg(tty->t_iocpending);
540 tty->t_iocpending = NULL;
542 data_size = ttycommon_ioctl(tty, q, mp, &error);