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

/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIORS232SerialStreamSync.h92 #define PD_RS232_S_DTR TIOCM_DTR // data terminal ready
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dttycom.h93 #define TIOCM_DTR 0002 /* data terminal ready */ macro
/macosx-10.10.1/IOSerialFamily-74/tests/
H A DIOSerialTestLib.c155 handshake = TIOCM_DTR | TIOCM_RTS | TIOCM_CTS | TIOCM_DSR;
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_acts.c352 int dtr = TIOCM_DTR;
915 int dtr = TIOCM_DTR;
H A Drefclock_neoclock4x.c276 sl232 = sl232 | TIOCM_DTR | TIOCM_RTS; /* turn on RTS, and DTR for power supply */
425 sl232 &= ~(TIOCM_DTR | TIOCM_RTS);
H A Drefclock_parse.c5665 #if defined(TIOCMSET) && (defined(TIOCM_DTR) || defined(CIOCM_DTR))
5675 * the name has changed from CIOCM_DTR to TIOCM_DTR recently.
5685 #ifdef TIOCM_DTR
5686 sl232 = (sl232 & ~TIOCM_RTS) | TIOCM_DTR; /* turn on DTR, clear RTS for power supply */
5722 * the name has changed from CIOCM_DTR to TIOCM_DTR recently.
5733 sl232 = (sl232 & ~TIOCM_DTR) | TIOCM_RTS; /* turn on RTS, clear DTR for power supply */
/macosx-10.10.1/screen-22/screen/
H A Dtty.c1461 # define TIOCM_DTR MDTR macro
1557 # ifdef TIOCM_DTR
1558 s = "!DTR "; if (mflags & TIOCM_DTR) s++;
H A Dtty.c.dist1461 # define TIOCM_DTR MDTR
1557 # ifdef TIOCM_DTR
1558 s = "!DTR "; if (mflags & TIOCM_DTR) s++;
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixChan.c889 #ifdef TIOCM_DTR
891 SET_BITS(control, TIOCM_DTR);
893 CLEAR_BITS(control, TIOCM_DTR);
895 #else /* !TIOCM_DTR */
899 #endif /* TIOCM_DTR */
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixChan.c1049 #ifdef TIOCM_DTR
1051 control |= TIOCM_DTR;
1053 control &= ~TIOCM_DTR;
1055 #else /* !TIOCM_DTR */
1059 #endif /* TIOCM_DTR */
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c1553 int modembits = TIOCM_DTR;

Completed in 128 milliseconds