Searched refs:t_writeq (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtty.h42 queue_t *t_writeq; /* stream's write queue */ member in struct:tty_common
/opensolaris-onvv-gate/usr/src/uts/common/io/warlock/
H A Dwc.wlcmd86 ignore vc_state::vc_ttycommon.t_writeq
/opensolaris-onvv-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h148 #define SM_WQ(qi) (qi->sm_ttycommon->t_writeq)
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtty_pts.c252 if (pty->pt_ttycommon.t_writeq == NULL) {
282 pty->pt_ttycommon.t_readq = pty->pt_ttycommon.t_writeq = NULL;
306 pty->pt_ttycommon.t_writeq = WR(q);
337 pty->pt_ttycommon.t_writeq = NULL;
526 if ((q = pty->pt_ttycommon.t_writeq) == NULL) {
H A Dtty_pty.c388 if ((q = pty->pt_ttycommon.t_writeq) != NULL &&
403 if ((q = pty->pt_ttycommon.t_writeq) == NULL)
428 q = pty->pt_ttycommon.t_writeq;
828 else if ((q = pty->pt_ttycommon.t_writeq) != NULL &&
1010 if ((q = pty->pt_ttycommon.t_writeq) != NULL &&
H A Dwscons.c663 q = pvc->vc_ttycommon.t_writeq;
1034 q = pvc->vc_ttycommon.t_writeq;
1063 ASSERT(pvc->vc_ttycommon.t_writeq != NULL);
1110 q = pvc->vc_ttycommon.t_writeq;
1268 if ((q = pvc->vc_ttycommon.t_writeq) == NULL) {
H A Dtty_common.c70 tc->t_writeq = NULL;
H A Dasy.c455 q = async->async_ttycommon.t_writeq;
1693 async->async_ttycommon.t_writeq = WR(rq);
1737 flushq(async->async_ttycommon.t_writeq, FLUSHALL);
1860 async->async_ttycommon.t_writeq->q_first != NULL ||
1937 async->async_ttycommon.t_writeq = NULL;
2789 flushq(tp->t_writeq, flushflag);
3081 if ((q = async->async_ttycommon.t_writeq) == NULL) {
4109 if ((q = async->async_ttycommon.t_writeq) == NULL) {
H A Dvcons.c394 pvc->vc_ttycommon.t_writeq = WR(rq);
/opensolaris-onvv-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1056 async->async_ttycommon.t_writeq = WR(rq);
1094 flushq(async->async_ttycommon.t_writeq, FLUSHALL);
1200 async->async_ttycommon.t_writeq->q_first != NULL ||
1296 async->async_ttycommon.t_writeq = NULL;
2158 if (tp->t_writeq != NULL) {
2159 flushq(tp->t_writeq, flushflag);
2352 enterq(async->async_ttycommon.t_writeq);
2365 leaveq(async->async_ttycommon.t_writeq);
2462 if ((q = async->async_ttycommon.t_writeq) != NULL) {
2546 if ((q = async->async_ttycommon.t_writeq)
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun/io/
H A Dzs_async.c900 za->za_ttycommon.t_writeq = WR(rq);
944 flushq(za->za_ttycommon.t_writeq, FLUSHALL);
1033 za->za_ttycommon.t_writeq->q_first != NULL ||
1120 za->za_ttycommon.t_writeq = NULL;
2331 flushq(za->za_ttycommon.t_writeq, flushflag);
2408 if ((q = za->za_ttycommon.t_writeq) == NULL)
2574 if (za->za_ttycommon.t_writeq != NULL)
2719 if ((q = za->za_ttycommon.t_writeq) == NULL) {
3253 if ((q = za->za_ttycommon.t_writeq) != NULL) {
3345 register queue_t *q = za->za_ttycommon.t_writeq;
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/xen/io/
H A Dxencons.c452 async->async_ttycommon.t_writeq = WR(rq);
511 async->async_ttycommon.t_writeq = NULL;
783 if ((q = async->async_ttycommon.t_writeq) == NULL) {
1255 if ((q = async->async_ttycommon.t_writeq) == NULL) {
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1721 pp->port_ttycommon.t_writeq = WR(rq);
2102 wq = pp->port_ttycommon.t_writeq;
2371 wq = pp->port_ttycommon.t_writeq;
2466 queue_t *q = pp->port_ttycommon.t_writeq;
2586 queue_t *q = tp->t_writeq;
2863 queue_t *q = tp->t_writeq;
2997 queue_t *q = pp->port_ttycommon.t_writeq;
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c355 tty->t_writeq = WR(q);
610 if ((q = sgcnp->sgcn_tty.t_writeq) == NULL) {
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c334 tty->t_writeq = WR(q);
817 if ((q = cp->cvc_tty.t_writeq) == NULL) {
/opensolaris-onvv-gate/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c345 tty->t_writeq = WR(q);
783 if ((q = cp->cvc_tty.t_writeq) == NULL) {
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dqcn.c539 tty->t_writeq = WR(q);
809 if ((q = qcnp->qcn_tty.t_writeq) == NULL)

Completed in 309 milliseconds