Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c226 tp->t_curstate.t_xflags = 0; in ttcompatopen()
1163 if (csp->t_ispeed == B110 || csp->t_xflags & STOPB) in from_compat()
1251 if (!(csp->t_xflags & NOPOST)) in from_compat()
1255 if (!(csp->t_xflags & NOISIG)) in from_compat()
1312 csp->t_xflags &= (NOISIG|NOPOST); in to_compat()
1324 csp->t_xflags |= STOPB; in to_compat()
1370 csp->t_xflags |= NOPOST; in to_compat()
1372 csp->t_xflags &= ~NOPOST; in to_compat()
1375 csp->t_xflags |= NOISIG; in to_compat()
1377 csp->t_xflags &= ~NOISIG; in to_compat()
/titanic_50/usr/src/uts/common/sys/
H A Dttcompat.h60 int t_xflags; /* XXX extended flags */ member