Searched refs:TS_SOFTCAR (Results 1 – 8 of 8) sorted by relevance
53 #define TS_SOFTCAR 0x00000002 /* force carrier on */ macro
251 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()
1647 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()
762 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()
1046 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()
1017 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()
1662 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()
449 async->async_ttycommon.t_flags |= TS_SOFTCAR; in xenconsopen()