Searched refs:za_ttycommon (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c241 if (za->za_ttycommon.t_cflag & CRTSXOFF) { \
249 zslowat[SPEED(za->za_ttycommon.t_cflag)]) \
268 if (za->za_ttycommon.t_cflag & CRTSXOFF) { \
280 zshiwat[SPEED(za->za_ttycommon.t_cflag)])) \
762 za->za_ttycommon.t_flags |= TS_SOFTCAR;
788 za->za_ttycommon.t_cflag = termiosp->c_cflag;
801 za->za_ttycommon.t_cflag &= ~(CBAUD);
803 za->za_ttycommon.t_cflag |= CBAUDEXT;
804 za->za_ttycommon.t_cflag |=
807 za->za_ttycommon
[all...]
/illumos-gate/usr/src/uts/sun/sys/
H A Dser_async.h148 tty_common_t za_ttycommon; /* tty driver common data */ member in struct:asyncline

Completed in 60 milliseconds