Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dttycom.h94 #define TIOCM_DTR 0002 /* data terminal ready */ 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()