Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDtty_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()
390 struct pts_softc *psc = tty_softc(tp); in ptsdev_poll()
445 struct pts_softc *psc = tty_softc(tp); in pts_kqops_read_detach()
455 struct pts_softc *psc = tty_softc(tp); in pts_kqops_read_event()
471 struct pts_softc *psc = tty_softc(tp); in pts_kqops_write_detach()
481 struct pts_softc *psc = tty_softc(tp); in pts_kqops_write_event()
507 struct pts_softc *psc = tty_softc(tp); in ptsdev_kqfilter()
536 struct pts_softc *psc = tty_softc(tp); in ptsdev_stat()
[all …]
HDsubr_terminal.c371 struct terminal *tm = tty_softc(tp); in termtty_open()
380 struct terminal *tm = tty_softc(tp); in termtty_close()
388 struct terminal *tm = tty_softc(tp); in termtty_outwakeup()
414 struct terminal *tm = tty_softc(tp); in termtty_ioctl()
460 struct terminal *tm = tty_softc(tp); in termtty_mmap()
/freebsd-11-stable/sys/dev/uart/
HDuart_tty.c166 sc = tty_softc(tp); in uart_tty_open()
180 sc = tty_softc(tp); in uart_tty_close()
200 sc = tty_softc(tp); in uart_tty_outwakeup()
225 sc = tty_softc(tp); in uart_tty_inwakeup()
243 sc = tty_softc(tp); in uart_tty_ioctl()
263 sc = tty_softc(tp); in uart_tty_param()
307 sc = tty_softc(tp); in uart_tty_modem()
384 sc = tty_softc(tp); in uart_tty_busy()
/freebsd-11-stable/sys/dev/xen/console/
HDxen_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()
769 cons = tty_softc(tp); in xencons_resume()
/freebsd-11-stable/sys/dev/nmdm/
HDnmdm.c108 np = tty_softc(tp); in nmdm_close()
320 struct nmdmpart *np = tty_softc(tp); in nmdm_param()
378 struct nmdmpart *np = tty_softc(tp); in nmdm_modem()
403 struct nmdmpart *np = tty_softc(tp); in nmdm_inwakeup()
412 struct nmdmpart *np = tty_softc(tp); in nmdm_outwakeup()
/freebsd-11-stable/sys/dev/rp/
HDrp.c811 rp = tty_softc(tp); in rpopen()
862 rp = tty_softc(tp); in rpclose()
874 rp = tty_softc(tp); in rphardclose()
904 rp = tty_softc(tp); in rpioctl()
923 rp = tty_softc(tp); in rpmodem()
997 rp = tty_softc(tp);
1094 rp = tty_softc(tp); in rpstart()
/freebsd-11-stable/sys/dev/usb/serial/
HDusb_serial.c685 struct ucom_softc *sc = tty_softc(tp); in ucom_open()
768 struct ucom_softc *sc = tty_softc(tp); in ucom_close()
794 struct ucom_softc *sc = tty_softc(tp); in ucom_inwakeup()
840 struct ucom_softc *sc = tty_softc(tp); in ucom_ioctl()
886 struct ucom_softc *sc = tty_softc(tp); in ucom_modem()
1213 struct ucom_softc *sc = tty_softc(tp); in ucom_param()
1287 struct ucom_softc *sc = tty_softc(tp); in ucom_outwakeup()
1303 struct ucom_softc *sc = tty_softc(tp); in ucom_busy()
/freebsd-11-stable/sys/dev/si/
HDsi.c638 pp = tty_softc(tp); in siclose()
650 pp = tty_softc(tp); in siioctl()
807 struct si_port *pp = tty_softc(tp); in siparam()
983 pp = tty_softc(tp); in simodem()
1380 pp = tty_softc(tp); in si_start()
1486 pp = tty_softc(tp);
/freebsd-11-stable/sys/sys/
HDttydevsw.h196 tp->t_devsw->tsw_free(tty_softc(tp)); in ttydevsw_free()
HDtty.h208 #define tty_softc(tp) ((tp)->t_devswsoftc) macro
/freebsd-11-stable/sys/dev/syscons/
HDsyscons.h106 #define SC_VTY(dev) (((sc_ttysoftc *)tty_softc(tp))->st_index)
108 #define SC_STAT(tp) (*((scr_stat **)&((sc_ttysoftc *)tty_softc(tp))->st_stat))
/freebsd-11-stable/sys/dev/virtio/console/
HDvirtio_console.c1295 port = tty_softc(tp); in vtcon_tty_open()
1310 port = tty_softc(tp); in vtcon_tty_close()
1325 port = tty_softc(tp); in vtcon_tty_outwakeup()
/freebsd-11-stable/sys/dev/dcons/
HDdcons_os.c217 dc = tty_softc(tp); in dcons_outwakeup()
/freebsd-11-stable/sys/dev/altera/jtag_uart/
HDaltera_jtag_uart_tty.c304 struct altera_jtag_uart_softc *sc = tty_softc(tp); in aju_outwakeup()
/freebsd-11-stable/sys/powerpc/pseries/
HDphyp_console.c410 sc = tty_softc(tp); in uart_phyp_ttyoutwakeup()