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

/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
/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...]
/xnu-2422.115.4/tools/lldbmacros/
H A Dprocess.py484 print "\tInput Speed: {0: <8d}".format(tty.t_termios.c_ispeed)

Completed in 38 milliseconds