Home
last modified time | relevance | path

Searched refs:TIOCM_RTS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dttycom.h95 #define TIOCM_RTS 0004 /* request to send */ macro
/f-stack/freebsd/kern/
H A Dtty.c1646 (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1, in tty_generic_ioctl()
1647 ((~bits) & (TIOCM_DTR | TIOCM_RTS)) >> 1); in tty_generic_ioctl()
1652 ttydevsw_modem(tp, (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1, 0); in tty_generic_ioctl()
1657 ttydevsw_modem(tp, 0, (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1); in tty_generic_ioctl()