OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setdtr
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection_win.cc
70
if (!EscapeCommFunction(file_, control_signals.dtr ?
SETDTR
: CLRDTR))
/external/libvpx/libvpx/examples/includes/geshi/geshi/
teraterm.php
155
'
SetDTR
', // (version 4.59 or later)
/external/ppp/pppd/
tty.c
677
setdtr
(real_ttyfd, 0); /* in case modem is off hook */
679
setdtr
(real_ttyfd, 1);
830
setdtr
(real_ttyfd, 0);
[
all
...]
sys-solaris.c
1308
setdtr
(fd, on)
function
[
all
...]
pppd.h
604
void
setdtr
__P((int, int)); /* Raise or lower port's DTR line */
[
all
...]
sys-linux.c
906
setdtr
(tty_fd, 1);
972
*
setdtr
- control the DTR line on the serial port.
976
void
setdtr
(int tty_fd, int on)
function
[
all
...]
Completed in 221 milliseconds