Searched refs:t_ispeed (Results 1 – 2 of 2) sorted by relevance
210 tp->t_curstate.t_ispeed = B0; in ttcompatopen()837 cb->sg_ispeed = tp->t_curstate.t_ispeed > B38400 ? B38400 : in ttcompat_ioctl_ack()838 tp->t_curstate.t_ispeed; in ttcompat_ioctl_ack()908 tp->t_curstate.t_ispeed <= B38400) in ttcompat_ioctl_ack()909 tp->t_curstate.t_ispeed = tp->t_new_sgttyb.sg_ispeed; in ttcompat_ioctl_ack()1150 if (csp->t_ospeed != csp->t_ispeed) { in from_compat()1151 if (csp->t_ispeed > (CIBAUD >> IBSHIFT)) { in from_compat()1153 (((csp->t_ispeed - (CIBAUD >> IBSHIFT) - 1) << in from_compat()1156 termiosp->c_cflag |= (csp->t_ispeed << IBSHIFT) & in from_compat()1160 if (csp->t_ispeed == 0) in from_compat()[all …]
45 char t_ispeed, t_ospeed; /* speeds */ member