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

/macosx-10.10/tcsh-65/tcsh/
H A Dmi.termios.c250 if (sgbuf.sg_ispeed == B110)
264 sg_to_tc_speed((unsigned char) sgbuf.sg_ispeed);
309 sgbuf.sg_ispeed = sgbuf.sg_ospeed = sgspeed;
H A Ded.init.c410 if (extty.d_t.sg_ispeed != tstty.d_t.sg_ispeed) {
411 extty.d_t.sg_ispeed = tstty.d_t.sg_ispeed;
412 edtty.d_t.sg_ispeed = tstty.d_t.sg_ispeed;
H A Ded.term.c1044 spd = td->d_t.sg_ispeed;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h99 char sg_ispeed; /* input speed */ member in struct:sgttyb
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c230 if ((speed = sg->sg_ispeed) > MAX_SPEED || speed < 0)
395 sg->sg_ispeed = sg->sg_ospeed;
397 sg->sg_ispeed = ttcompatspeedtab(tp->t_ispeed, compatspeeds);
/macosx-10.10/screen-22/screen/
H A Dtty.sh372 m->m_ttyb.sg_ispeed = B9600;
1491 if (ip) m->m_ttyb.sg_ispeed = ip->idx;
1541 debug1("sg_ispeed = %d\n", m->m_ttyb.sg_ispeed);
H A Dtty.c516 m->m_ttyb.sg_ispeed = B9600;
1815 if (ip) m->m_ttyb.sg_ispeed = ip->idx;
1865 debug1("sg_ispeed = %d\n", m->m_ttyb.sg_ispeed);
H A Dtty.c.dist516 m->m_ttyb.sg_ispeed = B9600;
1815 if (ip) m->m_ttyb.sg_ispeed = ip->idx;
1865 debug1("sg_ispeed = %d\n", m->m_ttyb.sg_ispeed);
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_leitch.c354 ttyb.sg_ispeed = ttyb.sg_ospeed = SPEED232;
H A Dntp_refclock.c937 ttyp->sg_ispeed = ttyp->sg_ospeed = speed;
/macosx-10.10/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c117 # define cfsetispeed(tp, val) (tp)->sg.sg_ispeed = (val)
119 # define cfgetispeed(tp) (tp)->sg.sg_ispeed
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c74 # define cfgetispeed(ptr) (ptr)->sg_ispeed
/macosx-10.10/uucp-11/uucp/unix/
H A Dserial.c1171 q->snew.stty.sg_ispeed = ib;
1656 qsysdep->snew.stty.sg_ispeed = B0;
1745 sbaud.stty.sg_ispeed = B0;
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixChan.c1439 iostate.sg_ispeed = TtyGetSpeed(ttyPtr->baud);
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixChan.c1594 iostate.sg_ispeed = TtyGetSpeed(ttyPtr->baud);

Completed in 286 milliseconds