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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtermios.h275 speed_t c_ispeed; /* input speed */ member in struct:termios
295 user_speed_t c_ispeed __attribute((aligned(8))); /* input speed */
H A Dtty.h146 #define t_ispeed t_termios.c_ispeed
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c222 term->c_ispeed = compatspcodes[speed];
224 term->c_ispeed = tp->t_ispeed;
H A Dtty.c86 * o Handle c_ispeed = 0 to c_ispeed = c_ospeed conversion here instead
231 out->c_ispeed = (user_speed_t)in->c_ispeed;
246 out->c_ispeed = (speed_t)in->c_ispeed;
999 if (t->c_ispeed < 0 || t->c_ospeed < 0) {
1004 if (t->c_ispeed == 0)
1005 t->c_ispeed = t->c_ospeed;
1043 tp->t_ispeed = t->c_ispeed;
[all...]

Completed in 34 milliseconds