Searched refs:B19200 (Results 1 – 25 of 41) sorted by relevance
12
/external/openssh/ |
D | ttymodes.c | 106 #ifdef B19200 in speed_to_baud() 107 case B19200: in speed_to_baud() 195 #ifdef B19200 in baud_to_speed() 197 return B19200; in baud_to_speed()
|
/external/strace/xlat/ |
D | baud_options.h | 59 #if defined(B19200) || (defined(HAVE_DECL_B19200) && HAVE_DECL_B19200) 60 XLAT(B19200),
|
D | baud_options.in | 15 B19200
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 128 #define B19200 0000016 macro 130 #define EXTA B19200
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 152 #define B19200 0000016 macro 154 #define EXTA B19200
|
/external/u-boot/tools/gdb/ |
D | serial.c | 31 { "9600", B9600 }, { "19200", B19200 }, { "38400", B38400 },
|
/external/toybox/toys/pending/ |
D | getty.c | 59 #ifdef B19200 60 {19200, B19200},
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 140 B19200 = 0000016 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 140 B19200 = 0000016 variable
|
/external/python/cpython2/Modules/ |
D | termios.c | 344 {"B19200", B19200},
|
/external/python/cpython3/Modules/ |
D | termios.c | 335 {"B19200", B19200},
|
/external/u-boot/tools/ |
D | kwboot.c | 239 return B19200; in kwboot_tty_speed()
|
/external/ppp/pppd/ |
D | sys-linux.c | 831 #ifdef B19200 832 { 19200, B19200 },
|
D | sys-solaris.c | 1105 #ifdef B19200 1106 { 19200, B19200 },
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 72 B19200 = 0xe const
|
D | zerrors_dragonfly_amd64.go | 58 B19200 = 0x4b00 const
|
D | zerrors_openbsd_arm.go | 60 B19200 = 0x4b00 const
|
D | zerrors_openbsd_amd64.go | 61 B19200 = 0x4b00 const
|
D | zerrors_openbsd_386.go | 60 B19200 = 0x4b00 const
|
D | zerrors_darwin_386.go | 140 B19200 = 0x4b00 const
|
D | zerrors_darwin_arm64.go | 140 B19200 = 0x4b00 const
|
D | zerrors_darwin_amd64.go | 140 B19200 = 0x4b00 const
|
D | zerrors_netbsd_arm.go | 62 B19200 = 0x4b00 const
|
D | zerrors_darwin_arm.go | 140 B19200 = 0x4b00 const
|
D | zerrors_freebsd_386.go | 110 B19200 = 0x4b00 const
|
12