Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dldterm.h274 #define TS_MREAD 0x00000800 /* timer started for vmin/vtime */ macro
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c3087 if (tp->t_state & TS_MREAD) in ldtermwput()
3130 if (tp->t_state & TS_MREAD) { in ldtermwput()
3134 tp->t_state |= TS_MREAD; in ldtermwput()
4931 tp->t_state &= ~TS_MREAD; in vmin_satisfied()