/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 }; 36 { "115200", B115200 },
|
/external/openssh/ |
D | ttymodes.c | 146 #ifdef B115200 in speed_to_baud() 147 case B115200: in speed_to_baud() 235 #ifdef B115200 in baud_to_speed() 237 return B115200; in baud_to_speed()
|
/external/strace/xlat/ |
D | baud_options.h | 68 #if defined(B115200) || (defined(HAVE_DECL_B115200) && HAVE_DECL_B115200) 69 XLAT(B115200),
|
D | baud_options.in | 18 B115200
|
/external/toybox/toys/pending/ |
D | getty.c | 74 #ifdef B115200 75 {115200, B115200},
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 146 #define B115200 0010002 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 170 #define B115200 0010002 macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 349 #ifdef B115200 350 {"B115200", B115200},
|
/external/syzkaller/vm/vmimpl/ |
D | console.go | 37 term.Cflag |= unix.B115200 | unix.CS8 | unix.CLOCAL | unix.CREAD
|
/external/python/cpython3/Modules/ |
D | termios.c | 340 #ifdef B115200 341 {"B115200", B115200},
|
/external/u-boot/tools/ |
D | kwboot.c | 233 return B115200; in kwboot_tty_speed() 721 speed = B115200; in main()
|
/external/nos/test/system-test-harness/src/ |
D | util.cc | 444 if (cfsetospeed(&tty_state, B115200) || in Init() 445 cfsetispeed(&tty_state, B115200)) { in Init()
|
/external/ppp/pppd/ |
D | sys-solaris.c | 1123 #ifdef B115200 1124 { 115200, B115200 },
|
D | sys-linux.c | 843 #ifdef B115200 844 { 115200, B115200 },
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 66 B115200 = 0x12 const
|
D | zerrors_openbsd_386.go | 54 B115200 = 0x1c200 const
|
D | zerrors_openbsd_amd64.go | 55 B115200 = 0x1c200 const
|
D | zerrors_dragonfly_amd64.go | 52 B115200 = 0x1c200 const
|
D | zerrors_openbsd_arm.go | 54 B115200 = 0x1c200 const
|
D | zerrors_darwin_arm64.go | 134 B115200 = 0x1c200 const
|
D | zerrors_darwin_386.go | 134 B115200 = 0x1c200 const
|
D | zerrors_darwin_arm.go | 134 B115200 = 0x1c200 const
|
D | zerrors_darwin_amd64.go | 134 B115200 = 0x1c200 const
|
D | zerrors_netbsd_amd64.go | 56 B115200 = 0x1c200 const
|
D | zerrors_netbsd_386.go | 56 B115200 = 0x1c200 const
|