Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtelmod.c70 #define TEL_STOPPED 0x80 macro
232 tmip->flags |= TEL_STOPPED; in telmodopen()
361 ((q->q_first) || ((tmip->flags & TEL_STOPPED) && in telmodrput()
387 tmip->flags |= TEL_STOPPED; in telmodrput()
517 if (((tmip->flags & TEL_STOPPED) && in telmodrsrv()
538 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 …]