Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dldterm.h278 #define TS_CLOSE 0x00040000 /* close in progress */ macro
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c841 tp->t_state |= TS_CLOSE; in ldtermclose()
954 (tp->t_state & (TS_CLOSE|TS_IOCWAIT)) == (TS_CLOSE|TS_IOCWAIT)) { in ldtermrput()
4944 if (tp->t_state & TS_CLOSE) in vmin_settimer()