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

/xnu-2422.115.4/bsd/sys/
H A Dtermios.h274 speed_t c_ospeed; /* output speed */ member in struct:termios
294 user_speed_t c_ospeed; /* output speed */ member in struct:user_termios
305 __uint32_t c_ospeed; /* output speed */ member in struct:termios32
H A Dtty.h159 #define t_ospeed t_termios.c_ospeed
/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c239 term->c_ospeed = compatspcodes[speed];
241 term->c_ospeed = tp->t_ospeed;
H A Dtty.c86 * o Handle c_ispeed = 0 to c_ispeed = c_ospeed conversion here instead
251 out->c_ospeed = (user_speed_t)in->c_ospeed;
266 out->c_ospeed = (speed_t)in->c_ospeed;
1244 if (t->c_ispeed < 0 || t->c_ospeed < 0) {
1250 t->c_ispeed = t->c_ospeed;
1289 tp->t_ospeed = t->c_ospeed;
/xnu-2422.115.4/tools/lldbmacros/
H A Dprocess.py485 print "\tOutput Speed: {0: <8d}".format(tty.t_termios.c_ospeed)

Completed in 34 milliseconds