Home
last modified time | relevance | path

Searched refs:e_busy (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Decpp.c776 if ((pp->e_busy == ECPP_BUSY) || (pp->e_busy == ECPP_FLUSH)) { in ecpp_detach()
780 if ((pp->e_busy == ECPP_BUSY) || in ecpp_detach()
781 (pp->e_busy == ECPP_FLUSH)) { in ecpp_detach()
1071 pp->e_busy = ECPP_IDLE; in ecpp_open()
1155 while (pp->e_busy != ECPP_IDLE || qsize(WR(q))) { in ecpp_close()
1290 if ((pp->e_busy == ECPP_BUSY) && in ecpp_wput()
1397 if (pp->e_busy == ECPP_IDLE) { in ecpp_wput()
1679 if (pp->e_busy == ECPP_BUSY) { in ecpp_putioc()
1877 if (pp->e_busy == ECPP_IDLE) { in ecpp_rsrv()
1900 ecpp_error(pp->dip, "ecpp_wsrv: e_busy=%x\n", pp->e_busy); in ecpp_wsrv()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Decppvar.h114 ecpp_busy_t e_busy; /* ecpp busy flag */ member