Searched refs:rts_cts (Results 1 – 3 of 3) sorted by relevance
106 unsigned rts_cts : 1; /* Is rts/cts enabled ? */ member
451 if (p->cfg.rts_cts) in tty_Raw()722 if (p->cfg.rts_cts) in tty_Create()
217 p->cfg.rts_cts = MODEM_CTSRTS; in physical_Create()520 prompt_Printf(arg->prompt, ", CTS/RTS %s\n", (p->cfg.rts_cts ? "on" : "off")); in physical_ShowStatus()821 p->cfg.rts_cts = enable ? 1 : 0; in physical_SetRtsCts()