Searched refs:t_curstate (Results 1 – 2 of 2) sorted by relevance
726 to_compat((struct termios *)datap->b_rptr, &tp->t_curstate); in ttcompat_ioctl_ack()739 cb->sg_ispeed = tp->t_curstate.t_ispeed > B38400 ? B38400 : in ttcompat_ioctl_ack()740 tp->t_curstate.t_ispeed; in ttcompat_ioctl_ack()741 cb->sg_ospeed = tp->t_curstate.t_ospeed > B38400 ? B38400 : in ttcompat_ioctl_ack()742 tp->t_curstate.t_ospeed; in ttcompat_ioctl_ack()743 cb->sg_erase = tp->t_curstate.t_erase; in ttcompat_ioctl_ack()744 cb->sg_kill = tp->t_curstate.t_kill; in ttcompat_ioctl_ack()745 cb->sg_flags = tp->t_curstate.t_flags; in ttcompat_ioctl_ack()759 to_compat((struct termios *)datap->b_rptr, &tp->t_curstate); in ttcompat_ioctl_ack()762 bcopy(&tp->t_curstate.t_intrc, datap->b_wptr, in ttcompat_ioctl_ack()[all …]
69 compat_state_t t_curstate; /* current emulated state */ member