Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtelmod.c75 #define TEL_GETBLK 0x10 macro
364 !(tmip->flags & TEL_GETBLK)) || !canputnext(q))) { in telmodrput()
378 if (tmip->flags & TEL_GETBLK) { in telmodrput()
387 tmip->flags &= ~TEL_GETBLK; in telmodrput()
420 if (tmip->flags & TEL_GETBLK) in telmodrput()
421 tmip->flags &= ~TEL_GETBLK; in telmodrput()
431 if (tmip->flags & TEL_GETBLK) in telmodrput()
432 tmip->flags &= ~TEL_GETBLK; in telmodrput()
519 !(tmip->flags & TEL_GETBLK)) || !canputnext(q)) { in telmodrsrv()
527 if (tmip->flags & TEL_GETBLK) { in telmodrsrv()
[all …]