Searched refs:tty_softc (Results 1 – 3 of 3) sorted by relevance
88 struct pts_softc *psc = tty_softc(tp); in ptsdev_read()167 struct pts_softc *psc = tty_softc(tp); in ptsdev_write()246 struct pts_softc *psc = tty_softc(tp); in ptsdev_ioctl()381 struct pts_softc *psc = tty_softc(tp); in ptsdev_poll()440 struct pts_softc *psc = tty_softc(tp); in pts_kqops_read_detach()449 struct pts_softc *psc = tty_softc(tp); in pts_kqops_read_event()467 struct pts_softc *psc = tty_softc(tp); in pts_kqops_write_detach()476 struct pts_softc *psc = tty_softc(tp); in pts_kqops_write_event()504 struct pts_softc *psc = tty_softc(tp); in ptsdev_kqfilter()535 struct pts_softc *psc = tty_softc(tp); in ptsdev_stat()[all …]
171 struct serial_tty_context *context = tty_softc(tp); in serial_tty_outwakeup()206 softc = tty_softc(tp); in serial_tty_open()230 softc = tty_softc(tp); in serial_tty_close()352 softc = tty_softc(tp); in rt_hw_serial_unregister_tty()395 softc = tty_softc(tp); in _match_tty_iter()
237 #define tty_softc(tp) ((tp)->t_devswsoftc) macro389 tp->t_devsw->tsw_free(tty_softc(tp)); in ttydevsw_free()
Completed in 6 milliseconds