Home | History | Annotate | Download | only in dev

Lines Matching refs:TIOCM_RTS

416 		(void) mscmctl(dev, TIOCM_DTR | TIOCM_RTS, DMSET);
627 msc->flags &= ~(TIOCM_DTR | TIOCM_RTS);
840 (void) mscmctl(dev, TIOCM_DTR | TIOCM_RTS, DMBIS);
845 (void) mscmctl(dev, TIOCM_DTR | TIOCM_RTS, DMBIC);
934 (void) mscmctl (tp->t_dev, TIOCM_DTR | TIOCM_RTS, DMSET);
955 mscmctl( tp->t_dev, TIOCM_RTS, DMBIC); /* Clear/Lower RTS */
957 mscmctl( tp->t_dev, TIOCM_RTS, DMBIS); /* Set/Raise RTS */
1106 * bits can be: TIOCM_DTR, TIOCM_RTS, TIOCM_CTS, TIOCM_CD, TIOCM_RI, TIOCM_DSR
1133 bits &= TIOCM_DTR | TIOCM_RTS; /* can only modify DTR and RTS */
1137 msc->flags = (bits | (msc->flags & ~(TIOCM_DTR | TIOCM_RTS)));
1152 if (msc->flags & TIOCM_RTS) /* was bits & */