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

/darwin-on-arm/xnu/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 */
306 __uint32_t c_ispeed; /* input speed */ member in struct:termios32
H A Dtty.h155 #define t_ispeed t_termios.c_ispeed
/darwin-on-arm/xnu/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...]

Completed in 26 milliseconds