Home
last modified time | relevance | path

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

/freebsd-14.2/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.c398 struct terminal *tm = tty_softc(tp); in termtty_open()
407 struct terminal *tm = tty_softc(tp); in termtty_close()
415 struct terminal *tm = tty_softc(tp); in termtty_outwakeup()
441 struct terminal *tm = tty_softc(tp); in termtty_ioctl()
497 struct terminal *tm = tty_softc(tp); in termtty_mmap()
/freebsd-14.2/sys/dev/xen/console/
H A Dxen_console.c232 cons = tty_softc(tp); in xencons_init_hypervisor()
284 cons = tty_softc(tp); in xencons_init_ring()
514 cons = tty_softc(tp); in xencons_tx()
540 cons = tty_softc(tp); in xencons_intr()
581 xencons_tx_flush(tty_softc(tp), 1); in xencons_shutdown()
646 cons = tty_softc(tp); in xencons_tty_open()
658 cons = tty_softc(tp); in xencons_tty_close()
670 cons = tty_softc(tp); in xencons_timeout()
682 cons = tty_softc(tp); in xencons_tty_outwakeup()
760 cons = tty_softc(tp); in xencons_resume()
/freebsd-14.2/sys/dev/uart/
H A Duart_tty.c169 sc = tty_softc(tp); in uart_tty_open()
183 sc = tty_softc(tp); in uart_tty_close()
203 sc = tty_softc(tp); in uart_tty_outwakeup()
228 sc = tty_softc(tp); in uart_tty_inwakeup()
246 sc = tty_softc(tp); in uart_tty_ioctl()
266 sc = tty_softc(tp); in uart_tty_param()
313 sc = tty_softc(tp); in uart_tty_modem()
390 sc = tty_softc(tp); in uart_tty_busy()
/freebsd-14.2/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-14.2/sys/dev/usb/serial/
H A Dusb_serial.c743 struct ucom_softc *sc = tty_softc(tp); in ucom_open()
827 struct ucom_softc *sc = tty_softc(tp); in ucom_close()
853 struct ucom_softc *sc = tty_softc(tp); in ucom_inwakeup()
899 struct ucom_softc *sc = tty_softc(tp); in ucom_ioctl()
945 struct ucom_softc *sc = tty_softc(tp); in ucom_modem()
1267 struct ucom_softc *sc = tty_softc(tp); in ucom_param()
1340 struct ucom_softc *sc = tty_softc(tp); in ucom_outwakeup()
1356 struct ucom_softc *sc = tty_softc(tp); in ucom_busy()
/freebsd-14.2/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-14.2/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-14.2/sys/dev/virtio/console/
H A Dvirtio_console.c1400 port = tty_softc(tp); in vtcon_tty_open()
1415 port = tty_softc(tp); in vtcon_tty_close()
1430 port = tty_softc(tp); in vtcon_tty_outwakeup()
/freebsd-14.2/sys/dev/dcons/
H A Ddcons_os.c219 dc = tty_softc(tp); in dcons_outwakeup()
/freebsd-14.2/sys/powerpc/pseries/
H A Dphyp_console.c436 sc = tty_softc(tp); in uart_phyp_ttyoutwakeup()
/freebsd-14.2/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_tty.c363 struct altera_jtag_uart_softc *sc = tty_softc(tp); in aju_outwakeup()
/freebsd-14.2/sys/powerpc/powernv/
H A Dopal_console.c502 sc = tty_softc(tp); in uart_opal_ttyoutwakeup()