Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtelmod.c72 #define TEL_STOPPED 0x80 macro
234 tmip->flags |= TEL_STOPPED; in telmodopen()
363 ((q->q_first) || ((tmip->flags & TEL_STOPPED) && in telmodrput()
389 tmip->flags |= TEL_STOPPED; in telmodrput()
518 if (((tmip->flags & TEL_STOPPED) && in telmodrsrv()
539 tmip->flags |= TEL_STOPPED; in telmodrsrv()
665 if (!canputnext(q) || (tmip->flags & TEL_STOPPED) || in telmodwput()
699 if (!(tmip->flags & TEL_STOPPED)) { in telmodwput()
722 if (!(tmip->flags & TEL_STOPPED)) { in telmodwput()
726 tmip->flags &= ~TEL_STOPPED; in telmodwput()
[all …]