Searched refs:c_ispeed (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-nextstep.c87 return (t->c_ispeed);
100 t->c_ispeed = speed;
/macosx-10.9.5/tcsh-65/tcsh/
H A Dmi.termios.c60 return termios_p->c_ispeed;
73 termios_p->c_ispeed = speed;
263 termios_p->c_ispeed =
302 if ((termios_p->c_ispeed != 0 && termios_p->c_ispeed != termios_p->c_ospeed)
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dtermios.c153 return (t->c_ispeed);
172 t->c_ispeed = speed;
182 t->c_ispeed = t->c_ospeed = speed;
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtermios.h273 speed_t c_ispeed; /* input speed */ member in struct:termios
293 user_speed_t c_ispeed __attribute((aligned(8))); /* input speed */
304 __uint32_t c_ispeed; /* input speed */ member in struct:termios32
H A Dtty.h155 #define t_ispeed t_termios.c_ispeed
/macosx-10.9.5/adv_cmds-153/stty/
H A Dgfmt.c109 tp->c_ispeed = tmp;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c233 term->c_ispeed = compatspcodes[speed];
235 term->c_ispeed = tp->t_ispeed;
H A Dtty.c86 * o Handle c_ispeed = 0 to c_ispeed = c_ospeed conversion here instead
250 out->c_ispeed = (user_speed_t)in->c_ispeed;
265 out->c_ispeed = (speed_t)in->c_ispeed;
1244 if (t->c_ispeed < 0 || t->c_ospeed < 0) {
1249 if (t->c_ispeed == 0)
1250 t->c_ispeed = t->c_ospeed;
1288 tp->t_ispeed = t->c_ispeed;
[all...]
/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp390 out->c_ispeed = (user_speed_t)in->c_ispeed;
405 out->c_ispeed = (speed_t)in->c_ispeed;
832 fSessions[TTY_DIALIN_INDEX].fInitTerm.c_ispeed
1639 if (t->c_ispeed == 0) {
1640 t->c_ispeed = t->c_ospeed;
1646 if ((int) data != -1 && t->c_ispeed == t->c_ospeed) {
1656 * devices, and are evident by a 1 in the low bit of c_ospeed/c_ispeed
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dprocess.py484 print "\tInput Speed: {0: <8d}".format(tty.t_termios.c_ispeed)

Completed in 207 milliseconds