Lines Matching refs:t_devsw
92 return (tp->t_devsw->tsw_open(tp)); in ttydevsw_open()
102 tp->t_devsw->tsw_close(tp); in ttydevsw_close()
116 tp->t_devsw->tsw_outwakeup(tp); in ttydevsw_outwakeup()
130 tp->t_devsw->tsw_inwakeup(tp); in ttydevsw_inwakeup()
140 return (tp->t_devsw->tsw_ioctl(tp, cmd, data, td)); in ttydevsw_ioctl()
151 return (tp->t_devsw->tsw_cioctl(tp, unit, cmd, data, td)); in ttydevsw_cioctl()
160 return (tp->t_devsw->tsw_param(tp, t)); in ttydevsw_param()
169 return (tp->t_devsw->tsw_modem(tp, sigon, sigoff)); in ttydevsw_modem()
179 return (tp->t_devsw->tsw_mmap(tp, offset, paddr, nprot, memattr)); in ttydevsw_mmap()
189 tp->t_devsw->tsw_pktnotify(tp, event); in ttydevsw_pktnotify()
198 tp->t_devsw->tsw_free(tty_softc(tp)); in ttydevsw_free()
208 return (tp->t_devsw->tsw_busy(tp)); in ttydevsw_busy()