| /freebsd/contrib/telnet/telnet/ |
| H A D | baud.h | 65 #ifndef B115200 66 #define B115200 B76800 macro 69 #ifndef B115200 70 #define B115200 B76800 macro 75 #define B230400 B115200 114 #ifdef B115200 115 { 115200, B115200 },
|
| /freebsd/contrib/tcsh/ |
| H A D | mi.termios.c | 29 #undef B115200 111 #ifdef B115200 112 case B115200: return 115200; 145 #ifdef B115200 146 if (speed == 115200) return B115200;
|
| /freebsd/crypto/openssh/ |
| H A D | ttymodes.c | 144 #ifdef B115200 in speed_to_baud() 145 case B115200: in speed_to_baud() 233 #ifdef B115200 in baud_to_speed() 235 return B115200; in baud_to_speed()
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_baudrate.c | 77 #undef B115200 142 #ifdef B115200
|
| /freebsd/crypto/heimdal/appl/telnet/telnet/ |
| H A D | sys_bsd.c | 550 #ifndef B115200 551 #define B115200 B76800 macro 555 #define B230400 B115200 574 { 38400, B38400 }, { 57600, B57600 }, { 115200, B115200 },
|
| /freebsd/usr.sbin/ppp/ |
| H A D | defs.c | 226 #ifdef B115200 227 { 115200, B115200, },
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | termios-macros.h | 113 #define B115200 0010002 macro
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Terminal.cpp | 195 #if defined(B115200) in baudRateToConst() 197 return B115200; in baudRateToConst()
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 206 #define B115200 115200 macro
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 729 #ifdef B115200 in ConnectFile() 730 ::cfsetospeed(&options, B115200); in ConnectFile() 731 ::cfsetispeed(&options, B115200); in ConnectFile()
|
| /freebsd/sys/dev/usb/serial/ |
| H A D | ubsa.c | 440 case B115200: in ubsa_pre_param() 472 case B115200: in ubsa_cfg_param()
|
| H A D | uvscom.c | 553 case B115200: in uvscom_pre_param() 600 case B115200: in uvscom_cfg_param()
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | tset.c | 292 #ifdef B115200 293 DATA("115200", B115200),
|
| /freebsd/sys/kern/ |
| H A D | tty.c | 993 else if (t->c_ispeed > B115200) in ttydevsw_defparam() 994 t->c_ispeed = B115200; in ttydevsw_defparam() 997 else if (t->c_ospeed > B115200) in ttydevsw_defparam() 998 t->c_ospeed = B115200; in ttydevsw_defparam()
|
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | sys_term.c | 696 #ifdef B115200 697 { 115200, B115200 },
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_nmea.c | 387 # ifdef B115200 in nmea_start() 389 baudrate = B115200; in nmea_start()
|
| H A D | ntp_refclock.c | |
| /freebsd/libexec/getty/ |
| H A D | subr.c | 531 { 115200, B115200 },
|
| /freebsd/contrib/less/ |
| H A D | screen.c | 491 #ifdef B115200 in raw_mode() 492 case B115200: ospeed = 17; break; in raw_mode()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 381 { B57600, LINUX_B57600 }, { B115200, LINUX_B115200 },
|