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

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c112 * Driver internal state is defined by pp->e_busy as follows:
776 if ((pp->e_busy == ECPP_BUSY) || (pp->e_busy == ECPP_FLUSH)) {
780 if ((pp->e_busy == ECPP_BUSY) ||
781 (pp->e_busy == ECPP_FLUSH)) {
1071 pp->e_busy = ECPP_IDLE;
1155 while (pp->e_busy != ECPP_IDLE || qsize(WR(q))) {
1290 if ((pp->e_busy == ECPP_BUSY) &&
1397 if (pp->e_busy == ECPP_IDLE) {
1679 if (pp->e_busy
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h98 /* ecpp e_busy states */
115 ecpp_busy_t e_busy; /* ecpp busy flag */ member in struct:ecppunit

Completed in 64 milliseconds