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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtermios.h276 speed_t c_ospeed; /* output speed */ member in struct:termios
296 user_speed_t c_ospeed; /* output speed */ member in struct:user_termios
H A Dtty.h150 #define t_ospeed t_termios.c_ospeed
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c228 term->c_ospeed = compatspcodes[speed];
230 term->c_ospeed = tp->t_ospeed;
H A Dtty.c86 * o Handle c_ispeed = 0 to c_ispeed = c_ospeed conversion here instead
232 out->c_ospeed = (user_speed_t)in->c_ospeed;
247 out->c_ospeed = (speed_t)in->c_ospeed;
999 if (t->c_ispeed < 0 || t->c_ospeed < 0) {
1005 t->c_ispeed = t->c_ospeed;
1044 tp->t_ospeed = t->c_ospeed;

Completed in 33 milliseconds