Searched refs:TS_SOFTCAR (Results 1 – 7 of 7) sorted by relevance
252 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()
2338 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()
51 #define TS_SOFTCAR 0x00000002 /* force carrier on */ macro
763 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()
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()2394 if ((status & TIOCM_CD) || (tp->t_flags & TS_SOFTCAR)) { in usbser_status_proc_cb()
449 async->async_ttycommon.t_flags |= TS_SOFTCAR; in xenconsopen()