Searched refs:TS_CLOSE (Results 1 – 2 of 2) sorted by relevance
278 #define TS_CLOSE 0x00040000 /* close in progress */ macro
841 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()