Home
last modified time | relevance | path

Searched refs:B115200 (Results 1 – 25 of 41) 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 };
36 { "115200", B115200 },
/external/openssh/
Dttymodes.c146 #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/
Dbaud_options.h68 #if defined(B115200) || (defined(HAVE_DECL_B115200) && HAVE_DECL_B115200)
69 XLAT(B115200),
Dbaud_options.in18 B115200
/external/toybox/toys/pending/
Dgetty.c74 #ifdef B115200
75 {115200, B115200},
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h146 #define B115200 0010002 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h170 #define B115200 0010002 macro
/external/python/cpython2/Modules/
Dtermios.c349 #ifdef B115200
350 {"B115200", B115200},
/external/syzkaller/vm/vmimpl/
Dconsole.go37 term.Cflag |= unix.B115200 | unix.CS8 | unix.CLOCAL | unix.CREAD
/external/python/cpython3/Modules/
Dtermios.c340 #ifdef B115200
341 {"B115200", B115200},
/external/u-boot/tools/
Dkwboot.c233 return B115200; in kwboot_tty_speed()
721 speed = B115200; in main()
/external/nos/test/system-test-harness/src/
Dutil.cc444 if (cfsetospeed(&tty_state, B115200) || in Init()
445 cfsetispeed(&tty_state, B115200)) { in Init()
/external/ppp/pppd/
Dsys-linux.c843 #ifdef B115200
844 { 115200, B115200 },
Dsys-solaris.c1123 #ifdef B115200
1124 { 115200, B115200 },
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go66 B115200 = 0x12 const
Dzerrors_dragonfly_amd64.go52 B115200 = 0x1c200 const
Dzerrors_openbsd_arm.go54 B115200 = 0x1c200 const
Dzerrors_openbsd_amd64.go55 B115200 = 0x1c200 const
Dzerrors_openbsd_386.go54 B115200 = 0x1c200 const
Dzerrors_darwin_386.go134 B115200 = 0x1c200 const
Dzerrors_darwin_arm64.go134 B115200 = 0x1c200 const
Dzerrors_darwin_amd64.go134 B115200 = 0x1c200 const
Dzerrors_netbsd_arm.go56 B115200 = 0x1c200 const
Dzerrors_darwin_arm.go134 B115200 = 0x1c200 const
Dzerrors_freebsd_386.go104 B115200 = 0x1c200 const

12