Home
last modified time | relevance | path

Searched refs:qcn_tty (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4v/io/
H A Dqcn.c536 tty = &(qcn_state->qcn_tty); in qcn_open()
566 ttycommon_close(&qcn_state->qcn_tty); in qcn_close()
706 tty = &(qcn_state->qcn_tty); in qcn_ioctl()
809 if ((q = qcnp->qcn_tty.t_writeq) == NULL) in qcn_reioctl()
812 if ((mp = qcnp->qcn_tty.t_iocpending) == NULL) in qcn_reioctl()
815 qcnp->qcn_tty.t_iocpending = NULL; in qcn_reioctl()
/titanic_50/usr/src/uts/sun4v/sys/
H A Dqcn.h81 tty_common_t qcn_tty; /* for console ioctl */ member