Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtelmod.c73 #define TEL_GETBLK 0x10 macro
362 !(tmip->flags & TEL_GETBLK)) || !canputnext(q))) { in telmodrput()
376 if (tmip->flags & TEL_GETBLK) { in telmodrput()
385 tmip->flags &= ~TEL_GETBLK; in telmodrput()
418 if (tmip->flags & TEL_GETBLK) in telmodrput()
419 tmip->flags &= ~TEL_GETBLK; in telmodrput()
429 if (tmip->flags & TEL_GETBLK) in telmodrput()
430 tmip->flags &= ~TEL_GETBLK; in telmodrput()
518 !(tmip->flags & TEL_GETBLK)) || !canputnext(q)) { in telmodrsrv()
526 if (tmip->flags & TEL_GETBLK) { in telmodrsrv()
[all …]