Home
last modified time | relevance | path

Searched refs:t_writeq (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtty.h40 queue_t *t_writeq; /* stream's write queue */ member
/illumos-gate/usr/src/uts/common/io/
H A Dtty_pts.c251 if (pty->pt_ttycommon.t_writeq == NULL) { in ptslopen()
281 pty->pt_ttycommon.t_readq = pty->pt_ttycommon.t_writeq = NULL; in ptslopen()
305 pty->pt_ttycommon.t_writeq = WR(q); in ptslopen()
336 pty->pt_ttycommon.t_writeq = NULL; in ptslclose()
527 if ((q = pty->pt_ttycommon.t_writeq) == NULL) { in ptslreioctl()
H A Dtty_pty.c383 if ((q = pty->pt_ttycommon.t_writeq) != NULL && in ptcread()
398 if ((q = pty->pt_ttycommon.t_writeq) == NULL) in ptcread()
423 q = pty->pt_ttycommon.t_writeq; in ptcread()
818 else if ((q = pty->pt_ttycommon.t_writeq) != NULL && in ptcioctl()
997 if ((q = pty->pt_ttycommon.t_writeq) != NULL && in ptcpoll()
H A Dwscons.c810 q = pvc->vc_ttycommon.t_writeq; in wcreioctl()
1181 q = pvc->vc_ttycommon.t_writeq; in wcopoll()
1210 ASSERT(pvc->vc_ttycommon.t_writeq != NULL); in wcrstrt()
1216 qenable(pvc->vc_ttycommon.t_writeq); in wcrstrt()
H A Dtty_common.c69 tc->t_writeq = NULL; in ttycommon_close()
H A Dasy.c458 q = async->async_ttycommon.t_writeq; in async_process_suspq()
1696 async->async_ttycommon.t_writeq = WR(rq); in asyopen()
1740 flushq(async->async_ttycommon.t_writeq, FLUSHALL); in async_progress_check()
1863 async->async_ttycommon.t_writeq->q_first != NULL || in asyclose()
1940 async->async_ttycommon.t_writeq = NULL; in asyclose()
2821 flushq(tp->t_writeq, flushflag); in async_softint()
3114 if ((q = async->async_ttycommon.t_writeq) == NULL) { in async_nstart()
4148 if ((q = async->async_ttycommon.t_writeq) == NULL) { in async_reioctl()
H A Dvcons.c394 pvc->vc_ttycommon.t_writeq = WR(rq); in vt_open()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c901 za->za_ttycommon.t_writeq = WR(rq); in zsa_open()
945 flushq(za->za_ttycommon.t_writeq, FLUSHALL); in zs_progress_check()
1034 za->za_ttycommon.t_writeq->q_first != NULL || in zsa_close()
1121 za->za_ttycommon.t_writeq = NULL; in zsa_close()
2334 flushq(za->za_ttycommon.t_writeq, flushflag); in zsa_softint()
2411 if ((q = za->za_ttycommon.t_writeq) == NULL) in zsa_start()
2577 if (za->za_ttycommon.t_writeq != NULL) in zsa_restart()
2722 if ((q = za->za_ttycommon.t_writeq) == NULL) { in zsa_reioctl()
3256 if ((q = za->za_ttycommon.t_writeq) != NULL) { in zsa_suspend()
3348 queue_t *q = za->za_ttycommon.t_writeq; in zsa_print_info()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1056 async->async_ttycommon.t_writeq = WR(rq); in asyopen()
1094 flushq(async->async_ttycommon.t_writeq, FLUSHALL); in async_progress_check()
1200 async->async_ttycommon.t_writeq->q_first != NULL || in asyclose()
1296 async->async_ttycommon.t_writeq = NULL; in asyclose()
2158 if (tp->t_writeq != NULL) { in async_softint()
2159 flushq(tp->t_writeq, flushflag); in async_softint()
2352 enterq(async->async_ttycommon.t_writeq); in async_softint()
2365 leaveq(async->async_ttycommon.t_writeq); in async_softint()
2462 if ((q = async->async_ttycommon.t_writeq) != NULL) { in async_restart()
2546 if ((q = async->async_ttycommon.t_writeq) == NULL) { in async_nstart()
[all …]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c452 async->async_ttycommon.t_writeq = WR(rq); in xenconsopen()
511 async->async_ttycommon.t_writeq = NULL; in xenconsclose()
787 if ((q = async->async_ttycommon.t_writeq) == NULL) { in xcasync_start()
1259 if ((q = async->async_ttycommon.t_writeq) == NULL) { in xcasync_reioctl()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1722 pp->port_ttycommon.t_writeq = WR(rq); in usbser_open_queues_init()
2101 wq = pp->port_ttycommon.t_writeq; in usbser_rx_cb()
2370 wq = pp->port_ttycommon.t_writeq; in usbser_status_proc_cb()
2465 queue_t *q = pp->port_ttycommon.t_writeq; in usbser_wmsg()
2585 queue_t *q = tp->t_writeq; in usbser_ioctl()
2862 queue_t *q = tp->t_writeq; in usbser_iocdata()
2996 queue_t *q = pp->port_ttycommon.t_writeq; in usbser_flush()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c355 tty->t_writeq = WR(q); in sgcn_open()
610 if ((q = sgcnp->sgcn_tty.t_writeq) == NULL) { in sgcn_reioctl()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dqcn.c539 tty->t_writeq = WR(q); in qcn_open()
809 if ((q = qcnp->qcn_tty.t_writeq) == NULL) in qcn_reioctl()