Searched refs:DTR (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Headers/
H A DAppleUSBCDCACMControl.h94 virtual void USBSendSetControlLineState(bool RTS, bool DTR);
/macosx-10.10/cups-408/cups/vcnet/regex/
H A DMakefile110 DTR=$(PRE) Makefile=mf.tmp $(POST) macro
112 makedtr $(DTR) >$@
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp882 // DTR - true(set DTR), false(clear DTR)
890 void AppleUSBCDCACMControl::USBSendSetControlLineState(bool RTS, bool DTR) argument
926 if (DTR)
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_acts.c34 * control over the modem data terminal ready (DTR) control line. The
168 * &D2 hang up and return to command mode on DTR transition
182 #define DTR 1 /* DTR timeout */ macro
192 #define S_DTR 2 /* wait for modem DTR */
386 * command. When this happens, raise DTR and dial the number
398 up->timer = DTR;
829 * In DTR state we are waiting for the modem to settle down
920 * feed the data to the clock filter. If a modem port, drop DTR
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h328 void setControlLineState(bool RTS, bool DTR);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h344 void setControlLineState(bool RTS, bool DTR);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1391 setControlLineState(false, false); // clear RTS and clear DTR only if not terminated
1592 XTRACE(this, 0, 0, "setState - DTR TRUE");
1597 XTRACE(this, 0, 0, "setState - DTR FALSE");
1942 setControlLineState(true, true); // set RTS and set DTR
1951 setControlLineState(false, false); // clear RTS and clear DTR
2806 // DTR - true(set DTR), false(clear DTR)
2814 void AppleUSBCDCDMM::setControlLineState(bool RTS, bool DTR) argument
2825 if (DTR)
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp2162 setControlLineState(false, false); // clear RTS and clear DTR only if not terminated
2408 // Handle DTR and RTS changes for the modem
2417 XTRACE(this, 0, 0, "setState - Changing DTR to ON");
2420 XTRACE(this, 0, 0, "setState - Changing DTR to OFF");
2424 XTRACE(this, 0, DTRstate, "setState - DTR state unchanged");
2803 // setControlLineState(true, true); // set RTS and set DTR
2812 setControlLineState(false, false); // clear RTS and clear DTR
3650 // DTR - true(set DTR), false(clear DTR)
3658 setControlLineState(bool RTS, bool DTR) argument
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dtermcap.src4507 # ADM-12+ supports hardware handshaking, but it is DTR/CTS as opposed to
4513 # set ADM-12+ for DTR handshaking from supervisor setup.
4988 # S2 10 DTR status (pin 20)
5030 # S2 10 DTR status (pin 20) (U = disconnected, D = connected)
5091 # 3 Open, 4 Closed: DTR on when terminal is on
5092 # 3 Closed, 4 Open: DTR is connected to RTS
5149 tvi92D|tvi92B with DTR instead of XON/XOFF & better padding:\
5301 # 10 X DTR Disconnected
5302 # X DTR connected
6113 # DTR handshakin
[all...]
/macosx-10.10/ncurses-44/ncurses/misc/
H A Dterminfo.src6426 # ADM-12+ supports hardware handshaking, but it is DTR/CTS as opposed to
6432 # set ADM-12+ for DTR handshaking from supervisor setup.
6929 # S2 10 DTR status (pin 20)
6973 # S2 10 DTR status (pin 20) (U = disconnected, D = connected)
7147 # 3 Open, 4 Closed: DTR on when terminal is on
7148 # 3 Closed, 4 Open: DTR is connected to RTS
7422 tvi92D|tvi92B with DTR instead of XON/XOFF & better padding,
7579 # 10 X DTR Disconnected
7580 # X DTR connected
8498 # DTR handshakin
[all...]

Completed in 463 milliseconds