Searched refs:t_ospeed (Results 1 – 2 of 2) sorted by relevance
211 tp->t_curstate.t_ospeed = B0; in ttcompatopen()839 cb->sg_ospeed = tp->t_curstate.t_ospeed > B38400 ? B38400 : in ttcompat_ioctl_ack()840 tp->t_curstate.t_ospeed; in ttcompat_ioctl_ack()911 tp->t_curstate.t_ospeed <= B38400) in ttcompat_ioctl_ack()912 tp->t_curstate.t_ospeed = tp->t_new_sgttyb.sg_ospeed; in ttcompat_ioctl_ack()1143 if (csp->t_ospeed > CBAUD) { in from_compat()1144 termiosp->c_cflag |= ((csp->t_ospeed - CBAUD - 1) & CBAUD) | in from_compat()1147 termiosp->c_cflag |= csp->t_ospeed & CBAUD; in from_compat()1150 if (csp->t_ospeed != csp->t_ispeed) { in from_compat()1313 csp->t_ospeed = termiosp->c_cflag & CBAUD; in to_compat()[all …]
45 char t_ispeed, t_ospeed; /* speeds */ member