Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h148 queue_t *readq; /* pointer to readq */ member
250 _NOTE(DATA_READABLE_WITHOUT_LOCK(ecppunit::readq))
/illumos-gate/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
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h127 port_ttycommon.t_{readq writeq}
/illumos-gate/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()
4664 if (canputnext(pp->readq)) { in ecpp_ecp_read_completion()
4666 putnext(pp->readq, mp); in ecpp_ecp_read_completion()
4670 if (!putq(pp->readq, mp)) { in ecpp_ecp_read_completion()
4741 if (!canputnext(pp->readq)) { in ecpp_peripheral2host()
4806 if (canputnext(pp->readq)) { in ecpp_peripheral2host()
4812 putnext(pp->readq, mp); in ecpp_peripheral2host()
5065 if (!canputnext(pp->readq)) { in ecpp_idle_phase()
5093 canputnext(pp->readq)) { in ecpp_idle_phase()
[all …]
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h51 #define readq(va) (*(volatile uint64_t *) (va)) macro
/illumos-gate/usr/src/uts/sun4u/tazmo/io/
H A Denvctrl.c885 unitp->readq = RD(q); in envctrl_open()