Home
last modified time | relevance | path

Searched refs:t_readq (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dtty_pty.c267 if ((q = pty->pt_ttycommon.t_readq) != NULL) { in ptcopen()
294 if ((q = pty->pt_ttycommon.t_readq) != NULL) { in ptcclose()
550 if ((q = pty->pt_ttycommon.t_readq) == NULL) { in ptcwrite()
665 if ((q = pty->pt_ttycommon.t_readq) == NULL) { in ptcwrite()
753 if ((q = pty->pt_ttycommon.t_readq) != NULL) in ptcioctl()
757 if ((q = pty->pt_ttycommon.t_readq) != NULL) in ptcioctl()
771 if ((q = pty->pt_ttycommon.t_readq) != NULL) in ptcioctl()
878 if ((q = pty->pt_ttycommon.t_readq) != NULL) in ptcioctl()
1043 if ((q = pty->pt_ttycommon.t_readq) != NULL && in ptcpoll()
H A Dtty_common.c67 tc->t_readq = NULL; in ttycommon_close()
274 if (!canput(tc->t_readq->q_next)) in ttycommon_ioctl()
278 putnext(tc->t_readq, bp); in ttycommon_ioctl()
H A Dtty_pts.c281 pty->pt_ttycommon.t_readq = pty->pt_ttycommon.t_writeq = NULL; in ptslopen()
304 pty->pt_ttycommon.t_readq = q; in ptslopen()
335 pty->pt_ttycommon.t_readq = NULL; in ptslclose()
574 if (!canput(pty->pt_ttycommon.t_readq)) { in ptslioctl()
583 pty->pt_ttycommon.t_readq, bp); in ptslioctl()
H A Dwscons.c1367 if ((upq = pvc->vc_ttycommon.t_readq) != NULL) { in wclrput()
1466 if ((upq = pvc->vc_ttycommon.t_readq) != NULL) { in wclrput()
H A Dvcons.c393 pvc->vc_ttycommon.t_readq = rq; in vt_open()
H A Dasy.c1693 async->async_ttycommon.t_readq = rq; in asyopen()
1937 async->async_ttycommon.t_readq = NULL; in asyclose()
2696 q = tp->t_readq; in async_softint()
/titanic_50/usr/src/uts/common/sys/
H A Dtty.h41 queue_t *t_readq; /* stream's read queue */ member
/titanic_50/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h149 #define SM_RQ(qi) (qi->sm_ttycommon->t_readq)
/titanic_50/usr/src/uts/common/io/warlock/
H A Dwc.wlcmd85 ignore vc_state::vc_ttycommon.t_readq
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1101 rq = pp->port_ttycommon.t_readq; in usbser_disconnect_ports()
1313 rq = pp->port_ttycommon.t_readq; in usbser_restore_ports_state()
1721 pp->port_ttycommon.t_readq = rq; in usbser_open_queues_init()
1735 queue_t *rq = pp->port_ttycommon.t_readq; in usbser_open_queues_fini()
1986 if (!pp->port_ttycommon.t_readq) { in usbser_rq_thread()
2101 rq = pp->port_ttycommon.t_readq; in usbser_rx_cb()
2370 rq = pp->port_ttycommon.t_readq; in usbser_status_proc_cb()
/titanic_50/usr/src/uts/common/xen/io/
H A Dxencons.c451 async->async_ttycommon.t_readq = rq; in xenconsopen()
510 async->async_ttycommon.t_readq = NULL; in xenconsclose()
560 q = tp->t_readq; in xencons_rxint()
/titanic_50/usr/src/uts/sun/io/
H A Dzs_async.c899 za->za_ttycommon.t_readq = rq; in zsa_open()
1119 za->za_ttycommon.t_readq = NULL; in zsa_close()
2098 q = za->za_ttycommon.t_readq; in zsa_softint()
2124 q = za->za_ttycommon.t_readq; in zsa_softint()
2603 q = za->za_ttycommon.t_readq; in zsa_kick_rcv()
/titanic_50/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c344 tty->t_readq = q; in cvc_open()
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c333 tty->t_readq = q; in cvc_open()
/titanic_50/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c354 tty->t_readq = q; in sgcn_open()
/titanic_50/usr/src/uts/sun4/io/
H A Dsu_driver.c1055 async->async_ttycommon.t_readq = rq; in asyopen()
1295 async->async_ttycommon.t_readq = NULL; in asyclose()
2090 q = tp->t_readq; in async_softint()
/titanic_50/usr/src/uts/sun4v/io/
H A Dqcn.c538 tty->t_readq = q; in qcn_open()