Home
last modified time | relevance | path

Searched refs:TS_SOFTCAR (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c252 tc->t_flags |= TS_SOFTCAR; in ttycommon_ioctl()
254 tc->t_flags &= ~TS_SOFTCAR; in ttycommon_ioctl()
369 if (tc->t_flags & TS_SOFTCAR) in ttycommon_ioctl()
H A Dasy.c2338 async->async_ttycommon.t_flags |= TS_SOFTCAR; in asyopen()
2340 async->async_ttycommon.t_flags &= ~TS_SOFTCAR; in asyopen()
2348 (async->async_ttycommon.t_flags & TS_SOFTCAR) ? "set" : "clear", in asyopen()
2364 !(async->async_ttycommon.t_flags & TS_SOFTCAR)) || in asyopen()
3341 asy->asy_msr & ASY_MSR_DCD, tp->t_flags & TS_SOFTCAR); in asy_carrier_check()
3377 if ((tp->t_cflag & CLOCAL) != 0 || (tp->t_flags & TS_SOFTCAR) != 0) in asy_carrier_check()
/illumos-gate/usr/src/uts/common/sys/
H A Dtty.h51 #define TS_SOFTCAR 0x00000002 /* force carrier on */ macro
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c763 za->za_ttycommon.t_flags |= TS_SOFTCAR; in zsa_open()
847 if ((za->za_ttycommon.t_flags & TS_SOFTCAR) || in zsa_open()
1085 if (zsasoftdtr && (za->za_ttycommon.t_flags & TS_SOFTCAR)) in zsa_close()
1470 if ((za->za_ttycommon.t_flags & TS_SOFTCAR) || in zsa_wput()
2112 (za->za_ttycommon.t_flags & TS_SOFTCAR)) { in zsa_softint()
2192 (za->za_ttycommon.t_flags & TS_SOFTCAR)) { in zsa_softint()
2777 if (za->za_ttycommon.t_flags & TS_SOFTCAR) in zsa_ioctl()
3353 if (za->za_ttycommon.t_flags & TS_SOFTCAR) printf(" t_fl:TS_SOFTCAR"); in zsa_print_info()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1017 async->async_ttycommon.t_flags |= TS_SOFTCAR; in asyopen()
1018 if ((async->async_ttycommon.t_flags & TS_SOFTCAR) || in asyopen()
2126 if ((val & DCD) || (tp->t_flags & TS_SOFTCAR)) { in async_softint()
2913 if (tp->t_flags & TS_SOFTCAR) in async_ioctl()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1662 tp->t_flags |= TS_SOFTCAR; in usbser_open_carrier_check()
1668 if (tp->t_flags & TS_SOFTCAR) { in usbser_open_carrier_check()
2394 if ((status & TIOCM_CD) || (tp->t_flags & TS_SOFTCAR)) { in usbser_status_proc_cb()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c449 async->async_ttycommon.t_flags |= TS_SOFTCAR; in xenconsopen()