Home
last modified time | relevance | path

Searched refs:CREAD (Results 1 – 25 of 44) sorted by relevance

12

/external/u-boot/tools/gdb/
Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } };
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 };
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c231 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest()
304 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) { in chk_tty_parms()
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h138 #define CREAD 0000200 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h162 #define CREAD 0000200 /* Enable receiver. */ macro
/external/syzkaller/vm/vmimpl/
Dconsole.go37 term.Cflag |= unix.B115200 | unix.CS8 | unix.CLOCAL | unix.CREAD
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py150 CREAD = 0000200 variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py150 CREAD = 0000200 variable
/external/toybox/toys/pending/
Dgetty.c160 TT.termios.c_cflag |= CS8|CREAD|HUPCL|CBAUDEX; in termios_init()
Dinit.c85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD; in reset_term()
Dstty.c89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
/external/python/cpython2/Modules/
Dtermios.c496 {"CREAD", CREAD},
/external/u-boot/arch/sandbox/cpu/
Dos.c134 term.c_cflag = CS8 | CREAD | CLOCAL; in os_tty_raw()
/external/python/cpython3/Modules/
Dtermios.c524 {"CREAD", CREAD},
/external/u-boot/tools/
Dkwboot.c262 tio.c_cflag = CREAD|CLOCAL|CS8; in kwboot_open_tty()
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py327 cflag |= (TERMIOS.CLOCAL|TERMIOS.CREAD)
/external/ppp/pppd/
Dsys-linux.c948 tios.c_cflag |= CS8 | CREAD | HUPCL; in set_up_tty()
2670 tios.c_cflag |= CS8 | CREAD | CLOCAL;
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go182 CREAD = 0x80 const
Dzerrors_dragonfly_amd64.go159 CREAD = 0x800 const
Dzerrors_openbsd_arm.go149 CREAD = 0x800 const
Dzerrors_openbsd_amd64.go156 CREAD = 0x800 const
Dzerrors_openbsd_386.go149 CREAD = 0x800 const
Dzerrors_darwin_386.go240 CREAD = 0x800 const
Dzerrors_darwin_arm64.go240 CREAD = 0x800 const
Dzerrors_darwin_amd64.go240 CREAD = 0x800 const
Dzerrors_netbsd_arm.go153 CREAD = 0x800 const

12