Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dtty.h53 #define TS_SOFTCAR 0x00000002 /* force carrier on */ macro
/titanic_50/usr/src/uts/common/io/
H A Dtty_common.c251 tc->t_flags |= TS_SOFTCAR; in ttycommon_ioctl()
253 tc->t_flags &= ~TS_SOFTCAR; in ttycommon_ioctl()
368 if (tc->t_flags & TS_SOFTCAR) in ttycommon_ioctl()
H A Dasy.c1647 async->async_ttycommon.t_flags |= TS_SOFTCAR; in asyopen()
1650 async->async_ttycommon.t_flags &= ~TS_SOFTCAR; in asyopen()
1659 (async->async_ttycommon.t_flags & TS_SOFTCAR) ? "set" : "clear", in asyopen()
1675 !(async->async_ttycommon.t_flags & TS_SOFTCAR)) || in asyopen()
2717 instance, asy->asy_msr & DCD, tp->t_flags & TS_SOFTCAR); in async_softint()
2738 !(tp->t_flags & TS_SOFTCAR)) { in async_softint()
/titanic_50/usr/src/uts/sun/io/
H A Dzs_async.c762 za->za_ttycommon.t_flags |= TS_SOFTCAR; in zsa_open()
846 if ((za->za_ttycommon.t_flags & TS_SOFTCAR) || in zsa_open()
1084 if (zsasoftdtr && (za->za_ttycommon.t_flags & TS_SOFTCAR)) in zsa_close()
1469 if ((za->za_ttycommon.t_flags & TS_SOFTCAR) || in zsa_wput()
2109 (za->za_ttycommon.t_flags & TS_SOFTCAR)) { in zsa_softint()
2189 (za->za_ttycommon.t_flags & TS_SOFTCAR)) { in zsa_softint()
2774 if (za->za_ttycommon.t_flags & TS_SOFTCAR) in zsa_ioctl()
3350 if (za->za_ttycommon.t_flags & TS_SOFTCAR) printf(" t_fl:TS_SOFTCAR"); in zsa_print_info()
/titanic_50/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1046 uqi->sm_ttycommon->t_flags |= TS_SOFTCAR; in sm_update_ttyinfo()
1048 uqi->sm_ttycommon->t_flags &= ~TS_SOFTCAR; in sm_update_ttyinfo()
1070 (uqi->sm_ttycommon->t_flags & TS_SOFTCAR) || in sm_update_ttyinfo()
2192 uqi->sm_ttycommon->t_flags |= TS_SOFTCAR; in sm_open()
2194 uqi->sm_ttycommon->t_flags &= ~TS_SOFTCAR; in sm_open()
/titanic_50/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()
/titanic_50/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()
2395 if ((status & TIOCM_CD) || (tp->t_flags & TS_SOFTCAR)) { in usbser_status_proc_cb()
/titanic_50/usr/src/uts/common/xen/io/
H A Dxencons.c449 async->async_ttycommon.t_flags |= TS_SOFTCAR; in xenconsopen()