Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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.c400 struct terminal *tm = tty_softc(tp); in termtty_open()
409 struct terminal *tm = tty_softc(tp); in termtty_close()
417 struct terminal *tm = tty_softc(tp); in termtty_outwakeup()
443 struct terminal *tm = tty_softc(tp); in termtty_ioctl()
499 struct terminal *tm = tty_softc(tp); in termtty_mmap()
/freebsd-13.1/sys/dev/uart/
H A Duart_tty.c168 sc = tty_softc(tp); in uart_tty_open()
182 sc = tty_softc(tp); in uart_tty_close()
202 sc = tty_softc(tp); in uart_tty_outwakeup()
227 sc = tty_softc(tp); in uart_tty_inwakeup()
245 sc = tty_softc(tp); in uart_tty_ioctl()
265 sc = tty_softc(tp); in uart_tty_param()
312 sc = tty_softc(tp); in uart_tty_modem()
389 sc = tty_softc(tp); in uart_tty_busy()
/freebsd-13.1/sys/dev/xen/console/
H A Dxen_console.c234 cons = tty_softc(tp); in xencons_init_hypervisor()
286 cons = tty_softc(tp); in xencons_init_ring()
516 cons = tty_softc(tp); in xencons_tx()
542 cons = tty_softc(tp); in xencons_intr()
583 xencons_tx_flush(tty_softc(tp), 1); in xencons_shutdown()
648 cons = tty_softc(tp); in xencons_tty_open()
660 cons = tty_softc(tp); in xencons_tty_close()
672 cons = tty_softc(tp); in xencons_timeout()
684 cons = tty_softc(tp); in xencons_tty_outwakeup()
762 cons = tty_softc(tp); in xencons_resume()
/freebsd-13.1/sys/dev/nmdm/
H A Dnmdm.c111 np = tty_softc(tp); in nmdm_close()
323 struct nmdmpart *np = tty_softc(tp); in nmdm_param()
381 struct nmdmpart *np = tty_softc(tp); in nmdm_modem()
406 struct nmdmpart *np = tty_softc(tp); in nmdm_inwakeup()
415 struct nmdmpart *np = tty_softc(tp); in nmdm_outwakeup()
/freebsd-13.1/sys/dev/usb/serial/
H A Dusb_serial.c745 struct ucom_softc *sc = tty_softc(tp); in ucom_open()
829 struct ucom_softc *sc = tty_softc(tp); in ucom_close()
855 struct ucom_softc *sc = tty_softc(tp); in ucom_inwakeup()
901 struct ucom_softc *sc = tty_softc(tp); in ucom_ioctl()
947 struct ucom_softc *sc = tty_softc(tp); in ucom_modem()
1269 struct ucom_softc *sc = tty_softc(tp); in ucom_param()
1342 struct ucom_softc *sc = tty_softc(tp); in ucom_outwakeup()
1358 struct ucom_softc *sc = tty_softc(tp); in ucom_busy()
/freebsd-13.1/sys/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
/freebsd-13.1/sys/dev/syscons/
H A Dsyscons.h92 #define SC_VTY(dev) (((sc_ttysoftc *)tty_softc(tp))->st_index)
94 #define SC_STAT(tp) (*((scr_stat **)&((sc_ttysoftc *)tty_softc(tp))->st_stat))
/freebsd-13.1/sys/dev/virtio/console/
H A Dvirtio_console.c1404 port = tty_softc(tp); in vtcon_tty_open()
1419 port = tty_softc(tp); in vtcon_tty_close()
1434 port = tty_softc(tp); in vtcon_tty_outwakeup()
/freebsd-13.1/sys/dev/dcons/
H A Ddcons_os.c221 dc = tty_softc(tp); in dcons_outwakeup()
/freebsd-13.1/sys/powerpc/pseries/
H A Dphyp_console.c438 sc = tty_softc(tp); in uart_phyp_ttyoutwakeup()
/freebsd-13.1/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_tty.c365 struct altera_jtag_uart_softc *sc = tty_softc(tp); in aju_outwakeup()
/freebsd-13.1/sys/powerpc/powernv/
H A Dopal_console.c504 sc = tty_softc(tp); in uart_opal_ttyoutwakeup()