Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/sys/
H A Dser_async.h159 uchar_t za_flowc; /* flow control char to send */ member
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c1532 za->za_flowc = za->za_ttycommon.t_stopc; in zsa_wput()
1553 za->za_flowc = za->za_ttycommon.t_startc; in zsa_wput()
1679 if (za->za_flowc != '\0' && (!(za->za_flags & ZAS_DRAINING))) { in zsa_txint()
1685 SCC_WRITEDATA(za->za_flowc); in zsa_txint()
1686 za->za_flowc = '\0'; in zsa_txint()
2384 if (za->za_flowc != '\0') { in zsa_start()
2398 SCC_WRITEDATA(za->za_flowc); in zsa_start()
2399 za->za_flowc = '\0'; in zsa_start()