Searched refs:TIOCM_RTS (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_palisade.h61 #define TIOCM_RTS MRTS macro
H A Drefclock_neoclock4x.c38 # define TIOCM_RTS MRTS macro
259 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS))
268 #ifdef TIOCM_RTS
269 sl232 = sl232 | TIOCM_DTR | TIOCM_RTS; /* turn on RTS, and DTR for power supply */
408 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS))
416 #ifdef TIOCM_RTS
418 sl232 &= ~(TIOCM_DTR | TIOCM_RTS);
H A Drefclock_heath.c59 * TIOCMBIS ioctl system calls and TIOCM_RTS control bit. Present
403 int bits = TIOCM_RTS;
H A Drefclock_hopfser.c31 # define TIOCM_RTS MRTS macro
H A Drefclock_palisade.c1439 x |= TIOCM_RTS; /* turn on RTS */
1459 x &= ~TIOCM_RTS; /* turn off RTS */
H A Drefclock_parse.c5868 sl232 = (sl232 & ~TIOCM_RTS) | TIOCM_DTR; /* turn on DTR, clear RTS for power supply */
5894 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS))
5914 #ifdef TIOCM_RTS
5915 sl232 = (sl232 & ~TIOCM_DTR) | TIOCM_RTS; /* turn on RTS, clear DTR for power supply */
/freebsd-current/sys/sys/
H A Dttycom.h92 #define TIOCM_RTS 0004 /* request to send */ macro
/freebsd-current/contrib/ntp/parseutil/
H A Dtestdcf.c368 #ifdef TIOCM_RTS
369 int on = TIOCM_RTS;
408 #if defined(TIOCMBIC) && defined(TIOCM_RTS)
411 perror("TIOCM_RTS");
/freebsd-current/usr.bin/morse/
H A Dmorse.c379 lflags &= ~TIOCM_RTS;
575 lflags |= TIOCM_RTS;
582 lflags &= ~TIOCM_RTS;
/freebsd-current/usr.sbin/moused/
H A Dmoused.c1732 i = TIOCM_RTS;
2773 i &= ~TIOCM_RTS; /* RTS = 0 */
2790 i = TIOCM_DTR | TIOCM_RTS; /* DTR = 0, RTS = 0 */
2800 i = TIOCM_RTS; /* DTR = 1, RTS = 1 */
2814 i = TIOCM_DTR | TIOCM_RTS; /* DTR = 0, RTS = 0 */
2821 i = TIOCM_DTR | TIOCM_RTS; /* DTR = 1, RTS = 1 */
2851 i &= ~TIOCM_RTS; /* RTS = 0 */
2860 i = TIOCM_DTR | TIOCM_RTS; /* DTR = 1, RTS = 1 */
2892 i = TIOCM_DTR | TIOCM_RTS; /* DTR = 1, RTS = 1 */
/freebsd-current/sys/kern/
H A Dtty.c1667 (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1,
1668 ((~bits) & (TIOCM_DTR | TIOCM_RTS)) >> 1);
1673 ttydevsw_modem(tp, (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1, 0);
1678 ttydevsw_modem(tp, 0, (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1);

Completed in 202 milliseconds