Searched refs:c_ospeed (Results 1 – 5 of 5) sorted by relevance
274 speed_t c_ospeed; /* output speed */ member294 user_speed_t c_ospeed; /* output speed */ member305 __uint32_t c_ospeed; /* output speed */ member
164 #define t_ospeed t_termios.c_ospeed
261 term->c_ospeed = compatspcodes[ospeed]; in ttsetcompat()263 term->c_ospeed = tp->t_ospeed; in ttsetcompat()
244 out->c_ospeed = (user_speed_t)in->c_ospeed; in termios32to64()259 out->c_ospeed = (uint32_t)MIN(in->c_ospeed, UINT32_MAX); in termios64to32()1196 if (t->c_ispeed < 0 || t->c_ospeed < 0) { in ttioctl_locked()1202 t->c_ispeed = t->c_ospeed; in ttioctl_locked()1244 tp->t_ospeed = t->c_ospeed; in ttioctl_locked()
936 print "\tOutput Speed: {0: <8d}".format(tty.t_termios.c_ospeed)