Lines Matching defs:tty
515 tty_common_t *tty;
536 tty = &(qcn_state->qcn_tty);
538 tty->t_readq = q;
539 tty->t_writeq = WR(q);
695 tty_common_t *tty;
706 tty = &(qcn_state->qcn_tty);
708 if (tty->t_iocpending != NULL) {
709 freemsg(tty->t_iocpending);
710 tty->t_iocpending = NULL;
737 data_size = ttycommon_ioctl(tty, q, mp, &error);