Searched refs:TS_SOFTCAR (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtty.h53 #define TS_SOFTCAR 0x00000002 /* force carrier on */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c251 tc->t_flags |= TS_SOFTCAR;
253 tc->t_flags &= ~TS_SOFTCAR;
368 if (tc->t_flags & TS_SOFTCAR)
H A Dasy.c1639 "make TS_SOFTCAR = %s\n",
1645 "asy%dopen: ASY_IGNORE_CD set, set TS_SOFTCAR\n",
1647 async->async_ttycommon.t_flags |= TS_SOFTCAR;
1650 async->async_ttycommon.t_flags &= ~TS_SOFTCAR;
1656 DEBUGCONT3(ASY_DEBUG_INIT, "asy%dopen: TS_SOFTCAR is %s, "
1659 (async->async_ttycommon.t_flags & TS_SOFTCAR) ? "set" : "clear",
1675 !(async->async_ttycommon.t_flags & TS_SOFTCAR)) ||
2716 "tp->t_flags & TS_SOFTCAR = %x\n",
2717 instance, asy->asy_msr & DCD, tp->t_flags & TS_SOFTCAR);
2738 !(tp->t_flags & TS_SOFTCAR)) {
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c762 za->za_ttycommon.t_flags |= TS_SOFTCAR;
846 if ((za->za_ttycommon.t_flags & TS_SOFTCAR) ||
1084 if (zsasoftdtr && (za->za_ttycommon.t_flags & TS_SOFTCAR))
1469 if ((za->za_ttycommon.t_flags & TS_SOFTCAR) ||
2109 (za->za_ttycommon.t_flags & TS_SOFTCAR)) {
2189 (za->za_ttycommon.t_flags & TS_SOFTCAR)) {
2774 if (za->za_ttycommon.t_flags & TS_SOFTCAR)
3350 if (za->za_ttycommon.t_flags & TS_SOFTCAR) printf(" t_fl:TS_SOFTCAR");
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1046 uqi->sm_ttycommon->t_flags |= TS_SOFTCAR;
1048 uqi->sm_ttycommon->t_flags &= ~TS_SOFTCAR;
1070 (uqi->sm_ttycommon->t_flags & TS_SOFTCAR) ||
1399 * change (TS_SOFTCAR, CREAD, etc.).
2192 uqi->sm_ttycommon->t_flags |= TS_SOFTCAR;
2194 uqi->sm_ttycommon->t_flags &= ~TS_SOFTCAR;
2198 * Clear the default CLOCAL and TS_SOFTCAR flags since
2266 * and TS_SOFTCAR flags and a TIOCM_CD flag of a
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1017 async->async_ttycommon.t_flags |= TS_SOFTCAR;
1018 if ((async->async_ttycommon.t_flags & TS_SOFTCAR) ||
2126 if ((val & DCD) || (tp->t_flags & TS_SOFTCAR)) {
2913 if (tp->t_flags & TS_SOFTCAR)
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1662 tp->t_flags |= TS_SOFTCAR;
1668 if (tp->t_flags & TS_SOFTCAR) {
2394 if ((status & TIOCM_CD) || (tp->t_flags & TS_SOFTCAR)) {
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c449 async->async_ttycommon.t_flags |= TS_SOFTCAR;

Completed in 94 milliseconds