Searched refs:tty_softc (Results 1 – 4 of 4) sorted by relevance
118 struct pts_softc *psc = tty_softc(tp); in ptsdev_read()192 struct pts_softc *psc = tty_softc(tp); in ptsdev_write()265 struct pts_softc *psc = tty_softc(tp); in ptsdev_ioctl()397 struct pts_softc *psc = tty_softc(tp); in ptsdev_poll()452 struct pts_softc *psc = tty_softc(tp); in pts_kqops_read_detach()462 struct pts_softc *psc = tty_softc(tp); in pts_kqops_read_event()478 struct pts_softc *psc = tty_softc(tp); in pts_kqops_write_detach()488 struct pts_softc *psc = tty_softc(tp); in pts_kqops_write_event()514 struct pts_softc *psc = tty_softc(tp); in ptsdev_kqfilter()543 struct pts_softc *psc = tty_softc(tp); in ptsdev_stat()[all …]
401 struct terminal *tm = tty_softc(tp); in termtty_open()410 struct terminal *tm = tty_softc(tp); in termtty_close()418 struct terminal *tm = tty_softc(tp); in termtty_outwakeup()444 struct terminal *tm = tty_softc(tp); in termtty_ioctl()500 struct terminal *tm = tty_softc(tp); in termtty_mmap()
198 tp->t_devsw->tsw_free(tty_softc(tp)); in ttydevsw_free()
217 #define tty_softc(tp) ((tp)->t_devswsoftc) macro