Home
last modified time | relevance | path

Searched refs:CSTOPB (Results 1 – 11 of 11) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h136 #define CSTOPB 0000100 macro
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py373 cflag &= ~(TERMIOS.CSTOPB)
375 cflag |= (TERMIOS.CSTOPB) # XXX same as TWO.. there is no POSIX support for 1.5
377 cflag |= (TERMIOS.CSTOPB)
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h160 #define CSTOPB 0000100 /* Two stop bits instead of one. */ macro
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py149 CSTOPB = 0000100 variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py149 CSTOPB = 0000100 variable
/external/toybox/toys/pending/
Dgetty.c152 TT.termios.c_cflag &= (0|CSTOPB|PARENB|PARODD); in termios_init()
Dinit.c84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
/external/python/cpython2/Modules/
Dtermios.c492 {"CSTOPB", CSTOPB},
/external/ppp/pppd/
Dsys-linux.c947 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); in set_up_tty()
979 tios.c_cflag |= CSTOPB; in set_up_tty()
2669 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB);
Dsys-solaris.c1212 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1229 tios.c_cflag |= CSTOPB;
/external/libedit/src/
Dtty.c266 #ifdef CSTOPB
267 {"cstopb", CSTOPB, MD_CTL},