Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c209 tp->t_curstate.t_flags = 0; in ttcompatopen()
210 tp->t_curstate.t_ispeed = B0; in ttcompatopen()
211 tp->t_curstate.t_ospeed = B0; in ttcompatopen()
212 tp->t_curstate.t_erase = '\0'; in ttcompatopen()
213 tp->t_curstate.t_kill = '\0'; in ttcompatopen()
214 tp->t_curstate.t_intrc = '\0'; in ttcompatopen()
215 tp->t_curstate.t_quitc = '\0'; in ttcompatopen()
216 tp->t_curstate.t_startc = '\0'; in ttcompatopen()
217 tp->t_curstate.t_stopc = '\0'; in ttcompatopen()
218 tp->t_curstate.t_eofc = '\0'; in ttcompatopen()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dttcompat.h69 compat_state_t t_curstate; /* current emulated state */ member