Home
last modified time | relevance | path

Searched refs:sg_ospeed (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dioctl.c87 char sg_ospeed; /* output speed */ member
194 nsg.sg_ospeed = sg->sg_ospeed; in _bc_ioctl()
210 sg->sg_ospeed = nsg.sg_ospeed; in _bc_ioctl()
/titanic_50/usr/src/cmd/rexd/
H A Drex.h82 char sg_ospeed; /* output speed */ member
H A Dunix_login.c502 svr4_sgttyb_var.sg_ospeed = mode->basic.sg_ospeed;
H A Don.c493 mode.basic.sg_ospeed = OldFlags.sg_ospeed; in main()
/titanic_50/usr/src/head/
H A Dsgtty.h84 char sg_ospeed; /* output speed */ member
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h61 char sg_ospeed; /* output speed */ member
/titanic_50/usr/src/uts/common/sys/
H A Dttold.h76 char sg_ospeed; /* output speed */ member
/titanic_50/usr/src/ucblib/libcurses/
H A Dcr_tty.c76 ospeed = _tty.sg_ospeed; in gettmode()
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c839 cb->sg_ospeed = tp->t_curstate.t_ospeed > B38400 ? B38400 : in ttcompat_ioctl_ack()
910 if (tp->t_new_sgttyb.sg_ospeed != B38400 || in ttcompat_ioctl_ack()
912 tp->t_curstate.t_ospeed = tp->t_new_sgttyb.sg_ospeed; in ttcompat_ioctl_ack()
/titanic_50/usr/src/ucbhead/
H A Dcurses.h184 #define baudrate() (_tty.sg_ospeed)
/titanic_50/usr/src/cmd/tput/
H A Dtput.c595 #define SPEED(mode) (mode.sg_ospeed & 017) in initterm()
/titanic_50/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c633 sgtty.sg_ospeed = baudrate; in setupline()
/titanic_50/usr/src/cmd/bnu/
H A Dline.c505 ttbuf.sg_ispeed = ttbuf.sg_ospeed = speed;
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c78 #define cfgetospeed(ptr) (ptr)->sg_ospeed
/titanic_50/usr/src/lib/libshell/common/edit/
H A Dedit.c305 ep->e_ttyspeed = (ttyparm.sg_ospeed>=B1200?FAST:SLOW); in tty_raw()
408 ep->e_ttyspeed = (ttyparm.sg_ospeed>=B1200?FAST:SLOW); in tty_alt()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2787 b.sg_ospeed = B38400; in doit()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c718 sgttyb.sg_ospeed&0xff, in show_sgttyb()