Home
last modified time | relevance | path

Searched refs:CRTSCTS (Results 1 – 8 of 8) sorted by relevance

/external/ppp/pppd/
Dsys-solaris.c100 #ifndef CRTSCTS
218 #ifndef CRTSCTS
1187 #if !defined (CRTSCTS)
1194 #ifndef CRTSCTS
1205 #ifndef CRTSCTS
1213 #ifdef CRTSCTS
1215 tios.c_cflag |= CRTSCTS;
1217 tios.c_cflag &= ~CRTSCTS;
1263 #ifndef CRTSCTS
1294 #ifndef CRTSCTS
Dsys-linux.c961 tios.c_cflag |= CRTSCTS; in set_up_tty()
971 tios.c_cflag &= ~CRTSCTS; in set_up_tty()
/external/toybox/toys/pending/
Dgetty.c153 #ifdef CRTSCTS in termios_init()
154 if (toys.optflags & FLAG_h) TT.termios.c_cflag |= CRTSCTS; in termios_init()
Dinit.c84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h161 #define CRTSCTS 020000000000 /* flow control */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h185 #define CRTSCTS 020000000000 /* flow control */ macro
/external/libedit/src/
Dtty.c290 #ifdef CRTSCTS
294 {"crtscts", CRTSCTS, MD_CTL},
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c1309 termios.c_cflag |= (CLOCAL | CREAD | CRTSCTS | stop_bits); in userial_change_rate()