Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_pts.c115 struct pts_softc *psc = tty_softc(tp); in ptsdev_read()
189 struct pts_softc *psc = tty_softc(tp); in ptsdev_write()
262 struct pts_softc *psc = tty_softc(tp); in ptsdev_ioctl()
389 struct pts_softc *psc = tty_softc(tp); in ptsdev_poll()
444 struct pts_softc *psc = tty_softc(tp); in pts_kqops_read_detach()
454 struct pts_softc *psc = tty_softc(tp); in pts_kqops_read_event()
470 struct pts_softc *psc = tty_softc(tp); in pts_kqops_write_detach()
480 struct pts_softc *psc = tty_softc(tp); in pts_kqops_write_event()
506 struct pts_softc *psc = tty_softc(tp); in ptsdev_kqfilter()
534 struct pts_softc *psc = tty_softc(tp); in ptsdev_stat()
[all …]
H A Dsubr_terminal.c397 struct terminal *tm = tty_softc(tp); in termtty_open()
406 struct terminal *tm = tty_softc(tp); in termtty_close()
414 struct terminal *tm = tty_softc(tp); in termtty_outwakeup()
440 struct terminal *tm = tty_softc(tp); in termtty_ioctl()
496 struct terminal *tm = tty_softc(tp); in termtty_mmap()
/freebsd/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/sys/dev/xen/console/
H A Dxen_console.c236 cons = tty_softc(tp); in xencons_init_hypervisor()
288 cons = tty_softc(tp); in xencons_init_ring()
518 cons = tty_softc(tp); in xencons_tx()
544 cons = tty_softc(tp); in xencons_intr()
585 xencons_tx_flush(tty_softc(tp), 1); in xencons_shutdown()
650 cons = tty_softc(tp); in xencons_tty_open()
662 cons = tty_softc(tp); in xencons_tty_close()
674 cons = tty_softc(tp); in xencons_timeout()
686 cons = tty_softc(tp); in xencons_tty_outwakeup()
764 cons = tty_softc(tp); in xencons_resume()
/freebsd/sys/dev/nmdm/
H A Dnmdm.c109 np = tty_softc(tp); in nmdm_close()
321 struct nmdmpart *np = tty_softc(tp); in nmdm_param()
379 struct nmdmpart *np = tty_softc(tp); in nmdm_modem()
404 struct nmdmpart *np = tty_softc(tp); in nmdm_inwakeup()
413 struct nmdmpart *np = tty_softc(tp); in nmdm_outwakeup()
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c785 struct ucom_softc *sc = tty_softc(tp); in ucom_open()
877 struct ucom_softc *sc = tty_softc(tp); in ucom_close()
903 struct ucom_softc *sc = tty_softc(tp); in ucom_inwakeup()
949 struct ucom_softc *sc = tty_softc(tp); in ucom_ioctl()
999 struct ucom_softc *sc = tty_softc(tp); in ucom_modem()
1324 struct ucom_softc *sc = tty_softc(tp); in ucom_param()
1403 struct ucom_softc *sc = tty_softc(tp); in ucom_outwakeup()
1419 struct ucom_softc *sc = tty_softc(tp); in ucom_busy()
/freebsd/sys/sys/
H A Dttydevsw.h196 tp->t_devsw->tsw_free(tty_softc(tp)); in ttydevsw_free()
H A Dtty.h215 #define tty_softc(tp) ((tp)->t_devswsoftc) macro
/freebsd/sys/dev/syscons/
H A Dsyscons.h90 #define SC_VTY(dev) (((sc_ttysoftc *)tty_softc(tp))->st_index)
92 #define SC_STAT(tp) (*((scr_stat **)&((sc_ttysoftc *)tty_softc(tp))->st_stat))
/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.c1399 port = tty_softc(tp); in vtcon_tty_open()
1414 port = tty_softc(tp); in vtcon_tty_close()
1429 port = tty_softc(tp); in vtcon_tty_outwakeup()
/freebsd/sys/dev/dcons/
H A Ddcons_os.c219 dc = tty_softc(tp); in dcons_outwakeup()
/freebsd/sys/powerpc/pseries/
H A Dphyp_console.c436 sc = tty_softc(tp); in uart_phyp_ttyoutwakeup()
/freebsd/sys/powerpc/powernv/
H A Dopal_console.c502 sc = tty_softc(tp); in uart_opal_ttyoutwakeup()