Searched refs:TIOCM_RTS (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_neoclock4x.c | 38 # define TIOCM_RTS MRTS macro 259 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS)) in neoclock4x_start() 268 #ifdef TIOCM_RTS in neoclock4x_start() 269 sl232 = sl232 | TIOCM_DTR | TIOCM_RTS; /* turn on RTS, and DTR for power supply */ in neoclock4x_start() 408 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS)) in neoclock4x_shutdown() 416 #ifdef TIOCM_RTS in neoclock4x_shutdown() 418 sl232 &= ~(TIOCM_DTR | TIOCM_RTS); in neoclock4x_shutdown()
|
| H A D | refclock_palisade.h | 61 #define TIOCM_RTS MRTS macro
|
| H A D | refclock_heath.c | 59 * TIOCMBIS ioctl system calls and TIOCM_RTS control bit. Present 403 int bits = TIOCM_RTS; in heath_poll()
|
| H A D | refclock_hopfser.c | 31 # define TIOCM_RTS MRTS macro
|
| H A D | refclock_palisade.c | 1439 x |= TIOCM_RTS; /* turn on RTS */ in HW_poll() 1459 x &= ~TIOCM_RTS; /* turn off RTS */ in HW_poll()
|
| H A D | refclock_parse.c | 5868 sl232 = (sl232 & ~TIOCM_RTS) | TIOCM_DTR; /* turn on DTR, clear RTS for power supply */ in rawdcf_init_1() 5894 #if defined(TIOCMSET) && (defined(TIOCM_RTS) || defined(CIOCM_RTS)) 5914 #ifdef TIOCM_RTS in rawdcf_init_2() 5915 sl232 = (sl232 & ~TIOCM_DTR) | TIOCM_RTS; /* turn on RTS, clear DTR for power supply */ in rawdcf_init_2()
|
| /freebsd/contrib/ntp/parseutil/ |
| H A D | testdcf.c | 368 #ifdef TIOCM_RTS in main() 369 int on = TIOCM_RTS; in main() 408 #if defined(TIOCMBIC) && defined(TIOCM_RTS) in main()
|
| /freebsd/usr.bin/morse/ |
| H A D | morse.c | 379 lflags &= ~TIOCM_RTS; in main() 575 lflags |= TIOCM_RTS; in ttyout() 582 lflags &= ~TIOCM_RTS; in ttyout()
|
| /freebsd/sys/sys/ |
| H A D | ttycom.h | 92 #define TIOCM_RTS 0004 /* request to send */ macro
|
| /freebsd/usr.sbin/moused/msconvd/ |
| H A D | msconvd.c | 1229 i = TIOCM_RTS; in r_init() 1975 i &= ~TIOCM_RTS; /* RTS = 0 */ in pnpwakeup1() 1992 i = TIOCM_DTR | TIOCM_RTS; /* DTR = 0, RTS = 0 */ in pnpwakeup1() 2002 i = TIOCM_RTS; /* DTR = 1, RTS = 1 */ in pnpwakeup1() 2016 i = TIOCM_DTR | TIOCM_RTS; /* DTR = 0, RTS = 0 */ in pnpwakeup1() 2023 i = TIOCM_DTR | TIOCM_RTS; /* DTR = 1, RTS = 1 */ in pnpwakeup1() 2053 i &= ~TIOCM_RTS; /* RTS = 0 */ in pnpwakeup2() 2062 i = TIOCM_DTR | TIOCM_RTS; /* DTR = 1, RTS = 1 */ in pnpwakeup2() 2094 i = TIOCM_DTR | TIOCM_RTS; /* DTR = 1, RTS = 1 */ in pnpgets()
|
| /freebsd/sys/kern/ |
| H A D | tty.c | 1690 (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1, in tty_generic_ioctl() 1691 ((~bits) & (TIOCM_DTR | TIOCM_RTS)) >> 1); in tty_generic_ioctl() 1696 ttydevsw_modem(tp, (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1, 0); in tty_generic_ioctl() 1701 ttydevsw_modem(tp, 0, (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1); in tty_generic_ioctl()
|