Searched refs:CREAD (Results 1 – 25 of 44) sorted by relevance
12
/external/u-boot/tools/gdb/ |
D | serial.c | 18 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/ |
D | ioctl02.c | 231 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/ |
D | termbits.h | 138 #define CREAD 0000200 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 162 #define CREAD 0000200 /* Enable receiver. */ macro
|
/external/syzkaller/vm/vmimpl/ |
D | console.go | 37 term.Cflag |= unix.B115200 | unix.CS8 | unix.CLOCAL | unix.CREAD
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 150 CREAD = 0000200 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 150 CREAD = 0000200 variable
|
/external/toybox/toys/pending/ |
D | getty.c | 160 TT.termios.c_cflag |= CS8|CREAD|HUPCL|CBAUDEX; in termios_init()
|
D | init.c | 85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD; in reset_term()
|
D | stty.c | 89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
|
/external/python/cpython2/Modules/ |
D | termios.c | 496 {"CREAD", CREAD},
|
/external/u-boot/arch/sandbox/cpu/ |
D | os.c | 134 term.c_cflag = CS8 | CREAD | CLOCAL; in os_tty_raw()
|
/external/python/cpython3/Modules/ |
D | termios.c | 524 {"CREAD", CREAD},
|
/external/u-boot/tools/ |
D | kwboot.c | 262 tio.c_cflag = CREAD|CLOCAL|CS8; in kwboot_open_tty()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 327 cflag |= (TERMIOS.CLOCAL|TERMIOS.CREAD)
|
/external/ppp/pppd/ |
D | sys-linux.c | 948 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/ |
D | zerrors_solaris_amd64.go | 182 CREAD = 0x80 const
|
D | zerrors_dragonfly_amd64.go | 159 CREAD = 0x800 const
|
D | zerrors_openbsd_arm.go | 149 CREAD = 0x800 const
|
D | zerrors_openbsd_amd64.go | 156 CREAD = 0x800 const
|
D | zerrors_openbsd_386.go | 149 CREAD = 0x800 const
|
D | zerrors_darwin_386.go | 240 CREAD = 0x800 const
|
D | zerrors_darwin_arm64.go | 240 CREAD = 0x800 const
|
D | zerrors_darwin_amd64.go | 240 CREAD = 0x800 const
|
D | zerrors_netbsd_arm.go | 153 CREAD = 0x800 const
|
12