/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | ttymodes.c | 116 #ifdef B38400 in speed_to_baud() 117 case B38400: in speed_to_baud() 213 #ifdef B38400 in baud_to_speed() 215 return B38400; in baud_to_speed()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ttydev.h | 57 #define B38400 15 macro
|
H A D | termios.h | 538 #define B38400 15 macro
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttydev.h | 49 #define B38400 15 macro
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | line.c | 60 #ifdef B38400 61 {38400, B38400}, 292 #ifdef B38400 293 case B38400:
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | baudrate.c | 72 { B38400, 38400 },
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | line.c | 61 #ifdef B38400 62 {38400, B38400},
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | baudrate.c | 67 { B38400, 38400 },
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ttcompat.c | 837 cb->sg_ispeed = tp->t_curstate.t_ispeed > B38400 ? B38400 : in ttcompat_ioctl_ack() 839 cb->sg_ospeed = tp->t_curstate.t_ospeed > B38400 ? B38400 : in ttcompat_ioctl_ack() 907 if (tp->t_new_sgttyb.sg_ispeed != B38400 || in ttcompat_ioctl_ack() 908 tp->t_curstate.t_ispeed <= B38400) in ttcompat_ioctl_ack() 910 if (tp->t_new_sgttyb.sg_ospeed != B38400 || in ttcompat_ioctl_ack() 911 tp->t_curstate.t_ospeed <= B38400) in ttcompat_ioctl_ack()
|
H A D | tty_pts.c | 253 pty->pt_ttycommon.t_cflag = (B38400 << IBSHIFT)|B38400|IFLAGS; in ptslopen()
|
H A D | consconfig_dacf.c | 231 {"38400", B38400}, {"57600", B57600}, {"76800", B76800},
|
H A D | asy.c | 4455 asy->asy_bidx = B38400; in asy_parse_mode()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 58 "38400", B38400, 38400, 59 "38.4", B38400, 38400,
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 57 "38400", B38400, 58 "38.4", B38400,
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | rex.x | 94 const B38400 = 15; variable
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | rex.x | 88 const B38400 = 15; variable
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 609 if (speed > B38400) in main() 610 speed = B38400; in main()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 561 { 38400, B38400 }, { 57600, B57600 }, { 76800, B76800 },
|
/titanic_41/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1082 case 38400: return B38400; in get_termios_speed()
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 151 { "38400", SPEED, C_FLAG, 0, B38400 },
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1184 #ifdef B38400 1185 { 38400, B38400 },
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 2786 b.sg_ispeed = B38400; in doit() 2787 b.sg_ospeed = B38400; in doit()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbftdi/ |
H A D | uftdi_dsd.c | 663 case B38400: in uftdi_param2regs()
|