Home
last modified time | relevance | path

Searched refs:readq (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Decppvar.h147 queue_t *readq; /* pointer to readq */ member
249 _NOTE(DATA_READABLE_WITHOUT_LOCK(ecppunit::readq))
/titanic_41/usr/src/uts/sun4u/sys/
H A Denvctrl_ue450.h660 queue_t *readq; /* pointer to readq */ member
H A Denvctrl.h739 queue_t *readq; /* pointer to readq */ member
/titanic_41/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h127 port_ttycommon.t_{readq writeq}
/titanic_41/usr/src/uts/common/io/
H A Decpp.c1073 pp->readq = RD(q); in ecpp_open()
1217 pp->readq = pp->writeq = NULL; in ecpp_close()
4662 if (canputnext(pp->readq)) { in ecpp_ecp_read_completion()
4664 putnext(pp->readq, mp); in ecpp_ecp_read_completion()
4668 if (!putq(pp->readq, mp)) { in ecpp_ecp_read_completion()
4739 if (!canputnext(pp->readq)) { in ecpp_peripheral2host()
4804 if (canputnext(pp->readq)) { in ecpp_peripheral2host()
4810 putnext(pp->readq, mp); in ecpp_peripheral2host()
5063 if (!canputnext(pp->readq)) { in ecpp_idle_phase()
5091 canputnext(pp->readq)) { in ecpp_idle_phase()
[all …]
H A Dkbd.c986 register queue_t *readq; in kbduse() local
992 if ((readq = kbdd->kbdd_readq) == NULL) in kbduse()
996 kbdputcode(keycode, readq); in kbduse()
998 kbdtranslate(kbdd, keycode, readq); in kbduse()
/titanic_41/usr/src/uts/sun4u/tazmo/io/
H A Denvctrl.c885 unitp->readq = RD(q); in envctrl_open()