Searched refs:c_ispeed (Results 1 – 5 of 5) sorted by relevance
273 speed_t c_ispeed; /* input speed */ member293 user_speed_t c_ispeed __attribute((aligned(8))); /* input speed */304 __uint32_t c_ispeed; /* input speed */ member
160 #define t_ispeed t_termios.c_ispeed
239 term->c_ispeed = compatspcodes[ispeed]; in ttsetcompat()241 term->c_ispeed = tp->t_ispeed; in ttsetcompat()
243 out->c_ispeed = (user_speed_t)in->c_ispeed; in termios32to64()258 out->c_ispeed = (uint32_t)MIN(in->c_ispeed, UINT32_MAX); in termios64to32()1196 if (t->c_ispeed < 0 || t->c_ospeed < 0) { in ttioctl_locked()1201 if (t->c_ispeed == 0) { in ttioctl_locked()1202 t->c_ispeed = t->c_ospeed; in ttioctl_locked()1243 tp->t_ispeed = t->c_ispeed; in ttioctl_locked()
935 print "\tInput Speed: {0: <8d}".format(tty.t_termios.c_ispeed)