Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h106 #define SM_STOPPED (0x080) /* M_STOP has been seen */ macro
H A Dttymux.c675 if ((uqi->sm_flags & SM_STOPPED) == 0) { in sm_reenable_q()
1158 uqi->sm_flags |= SM_STOPPED; in sm_hp_uwput()
1168 uqi->sm_flags &= ~SM_STOPPED; in sm_hp_uwput()
1391 if (uqi->sm_flags & SM_STOPPED) { in sm_uwsrv()