Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h276 #define TS_CLOSE 0x00040000 /* close in progress */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c856 tp->t_state |= TS_CLOSE; in ldtermclose()
969 (tp->t_state & (TS_CLOSE|TS_IOCWAIT)) == (TS_CLOSE|TS_IOCWAIT)) { in ldtermrput()
4965 if (tp->t_state & TS_CLOSE) in vmin_settimer()