Home
last modified time | relevance | path

Searched refs:sg_ispeed (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dioctl.c86 char sg_ispeed; /* input speed */ member
193 nsg.sg_ispeed = sg->sg_ispeed; in _bc_ioctl()
209 sg->sg_ispeed = nsg.sg_ispeed; in _bc_ioctl()
/titanic_41/usr/src/cmd/rexd/
H A Drex.h81 char sg_ispeed; /* input speed */ member
H A Drex.c126 speedp = &mode->basic.sg_ispeed; in xdr_rex_ttymode()
H A Dunix_login.c501 svr4_sgttyb_var.sg_ispeed = mode->basic.sg_ispeed;
H A Don.c492 mode.basic.sg_ispeed = OldFlags.sg_ispeed; in main()
/titanic_41/usr/src/head/
H A Dsgtty.h83 char sg_ispeed; /* input speed */ member
/titanic_41/usr/src/cmd/bnu/
H A Dline.c505 ttbuf.sg_ispeed = ttbuf.sg_ospeed = speed;
508 if (ps->sp_name == ttbuf.sg_ispeed) {
512 ASSERT(spwant >= 0, "BAD SPEED", "", ttbuf.sg_ispeed);
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h60 char sg_ispeed; /* input speed */ member
/titanic_41/usr/src/uts/common/sys/
H A Dttold.h75 char sg_ispeed; /* input speed */ member
/titanic_41/usr/src/lib/libcurses/screen/
H A Dcurshdr.h203 #define _BR(x) (x.sg_ispeed)
/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()
907 if (tp->t_new_sgttyb.sg_ispeed != B38400 || in ttcompat_ioctl_ack()
909 tp->t_curstate.t_ispeed = tp->t_new_sgttyb.sg_ispeed; in ttcompat_ioctl_ack()
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c632 sgtty.sg_ispeed = baudrate; in setupline()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c77 #define cfgetispeed(ptr) (ptr)->sg_ispeed
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2786 b.sg_ispeed = B38400; in doit()
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c716 sgttyb.sg_ispeed&0xff, in show_sgttyb()