Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/sys/
H A Dser_async.h116 #define ZAS_STOPPED 0x00000010 /* output is stopped */ macro
/titanic_41/usr/src/uts/sun/io/
H A Dzs_async.c1005 if ((flag & (FNDELAY|FNONBLOCK)) || (za->za_flags & ZAS_STOPPED)) in zsa_close()
1229 za->za_flags |= ZAS_STOPPED; in zsa_wput()
1248 if (za->za_flags & ZAS_STOPPED) { in zsa_wput()
1249 za->za_flags &= ~ZAS_STOPPED; in zsa_wput()
2215 za->za_flags &= ~(ZAS_STOPPED | ZAS_CARR_ON | in zsa_softint()
2475 if (za->za_flags & ZAS_STOPPED) { in zsa_start()