Home
last modified time | relevance | path

Searched refs:async_stopc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.h107 #define async_stopc async_ttycommon.t_stopc macro
H A Dxencons.c442 async->async_stopc = CSTOP; in xenconsopen()
657 if ((c == async->async_stopc) && in xencons_rxint()
1534 async->async_stopc : async->async_startc; in xcasync_flowcontrol_sw_input()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c72 #define async_stopc async_ttycommon.t_stopc macro
993 async->async_stopc = CSTOP; in asyopen()
1902 async->async_flowc = async->async_stopc; in async_rxint()
2215 async->async_flowc = async->async_stopc; in async_softint()
2248 async->async_flowc = async->async_stopc; in async_softint()
2304 async->async_stopc; in async_softint()
3449 async->async_flowc = async->async_stopc; in asywput()
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c104 #define async_stopc async_ttycommon.t_stopc macro
1601 async->async_stopc = CSTOP; in asyopen()
2488 if ((c == async->async_stopc) && in async_rxint()
4686 async->async_stopc : async->async_startc); in async_flowcontrol_sw_input()