Home
last modified time | relevance | path

Searched refs:NOPOST (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h184 #define NOPOST 0x00000001 /* no processing on output (LITOUT with 7 bits + parity) */ macro
/titanic_50/usr/src/uts/common/sys/
H A Dttold.h267 #define NOPOST 0x00000001 /* no processing on output (LITOUT */ macro
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1251 if (!(csp->t_xflags & NOPOST)) in from_compat()
1312 csp->t_xflags &= (NOISIG|NOPOST); in to_compat()
1370 csp->t_xflags |= NOPOST; in to_compat()
1372 csp->t_xflags &= ~NOPOST; in to_compat()