Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/io/
H A Dzs_async.c2324 int flushflag; in zsa_softint() local
2330 flushflag = (zs->zs_flags & ZS_CLOSING) ? FLUSHALL : FLUSHDATA; in zsa_softint()
2331 flushq(za->za_ttycommon.t_writeq, flushflag); in zsa_softint()
/titanic_44/usr/src/uts/sun4/io/
H A Dsu_driver.c2141 int flushflag; in async_softint() local
2156 flushflag = (async->async_flags & in async_softint()
2159 flushq(tp->t_writeq, flushflag); in async_softint()
/titanic_44/usr/src/uts/common/io/
H A Dasy.c2739 int flushflag; in async_softint() local
2787 flushflag = (async->async_flags & in async_softint()
2790 flushq(tp->t_writeq, flushflag); in async_softint()