Home
last modified time | relevance | path

Searched refs:tty_softc (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_pts.c118 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 …]
H A Dsubr_terminal.c401 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()
/f-stack/freebsd/sys/
H A Dttydevsw.h198 tp->t_devsw->tsw_free(tty_softc(tp)); in ttydevsw_free()
H A Dtty.h217 #define tty_softc(tp) ((tp)->t_devswsoftc) macro