Searched refs:B38400 (Results 1 – 25 of 42) sorted by relevance
12
/external/openssh/ |
D | ttymodes.c | 116 #ifdef B38400 in speed_to_baud() 117 case B38400: in speed_to_baud() 205 #ifdef B38400 in baud_to_speed() 207 return B38400; in baud_to_speed()
|
/external/strace/xlat/ |
D | baud_options.h | 62 #if defined(B38400) || (defined(HAVE_DECL_B38400) && HAVE_DECL_B38400) 63 XLAT(B38400),
|
D | baud_options.in | 16 B38400
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 129 #define B38400 0000017 macro 131 #define EXTB B38400
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 153 #define B38400 0000017 macro 155 #define EXTB B38400
|
/external/toybox/toys/pending/ |
D | getty.c | 62 #ifdef B38400 63 {38400, B38400}, 69 {38400, B38400},
|
/external/u-boot/tools/gdb/ |
D | serial.c | 31 { "9600", B9600 }, { "19200", B19200 }, { "38400", B38400 },
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 142 B38400 = 0000017 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 142 B38400 = 0000017 variable
|
/external/python/cpython2/Modules/ |
D | termios.c | 345 {"B38400", B38400},
|
/external/python/cpython3/Modules/ |
D | termios.c | 336 {"B38400", B38400},
|
/external/u-boot/tools/ |
D | kwboot.c | 237 return B38400; in kwboot_tty_speed()
|
/external/ppp/pppd/ |
D | sys-linux.c | 834 #ifdef B38400 835 { 38400, B38400 },
|
D | sys-solaris.c | 1108 #ifdef B38400 1109 { 38400, B38400 },
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 78 B38400 = 0xf const
|
D | zerrors_dragonfly_amd64.go | 64 B38400 = 0x9600 const
|
D | zerrors_openbsd_arm.go | 66 B38400 = 0x9600 const
|
D | zerrors_openbsd_amd64.go | 67 B38400 = 0x9600 const
|
D | zerrors_openbsd_386.go | 66 B38400 = 0x9600 const
|
D | zerrors_darwin_386.go | 146 B38400 = 0x9600 const
|
D | zerrors_darwin_arm64.go | 146 B38400 = 0x9600 const
|
D | zerrors_darwin_amd64.go | 146 B38400 = 0x9600 const
|
D | zerrors_netbsd_arm.go | 68 B38400 = 0x9600 const
|
D | zerrors_darwin_arm.go | 146 B38400 = 0x9600 const
|
D | zerrors_freebsd_386.go | 116 B38400 = 0x9600 const
|
12