Home
last modified time | relevance | path

Searched refs:B38400 (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dttymodes.c116 #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 Dttydev.h57 #define B38400 15 macro
H A Dtermios.h538 #define B38400 15 macro
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dttydev.h49 #define B38400 15 macro
/titanic_41/usr/src/cmd/bnu/
H A Dline.c60 #ifdef B38400
61 {38400, B38400},
292 #ifdef B38400
293 case B38400:
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbaudrate.c72 { B38400, 38400 },
/titanic_41/usr/src/lib/libnsl/dial/
H A Dline.c61 #ifdef B38400
62 {38400, B38400},
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbaudrate.c67 { B38400, 38400 },
/titanic_41/usr/src/uts/common/io/
H A Dttcompat.c837 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 Dtty_pts.c253 pty->pt_ttycommon.t_cflag = (B38400 << IBSHIFT)|B38400|IFLAGS; in ptslopen()
H A Dconsconfig_dacf.c231 {"38400", B38400}, {"57600", B57600}, {"76800", B76800},
H A Dasy.c4455 asy->asy_bidx = B38400; in asy_parse_mode()
/titanic_41/usr/src/cmd/ttymon/
H A Dsttytable.c58 "38400", B38400, 38400,
59 "38.4", B38400, 38400,
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttytable.c57 "38400", B38400,
58 "38.4", B38400,
/titanic_41/usr/src/head/rpcsvc/
H A Drex.x94 const B38400 = 15; variable
/titanic_41/usr/src/cmd/rexd/
H A Drex.x88 const B38400 = 15; variable
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c609 if (speed > B38400) in main()
610 speed = B38400; in main()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c561 { 38400, B38400 }, { 57600, B57600 }, { 76800, B76800 },
/titanic_41/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1082 case 38400: return B38400; in get_termios_speed()
/titanic_41/usr/src/lib/libcmd/common/
H A Dstty.c151 { "38400", SPEED, C_FLAG, 0, B38400 },
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1184 #ifdef B38400
1185 { 38400, B38400 },
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2786 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 Duftdi_dsd.c663 case B38400: in uftdi_param2regs()