Home
last modified time | relevance | path

Searched refs:tsw_free (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/sys/
H A Dttydevsw.h76 tsw_free_t *tsw_free; /* Destructor. */ member
196 tp->t_devsw->tsw_free(tty_softc(tp)); in ttydevsw_free()
/freebsd/sys/dev/dcons/
H A Ddcons_os.c144 .tsw_free = dcons_free,
/freebsd/sys/dev/nmdm/
H A Dnmdm.c72 .tsw_free = nmdm_free,
/freebsd/sys/dev/uart/
H A Duart_tty.c415 .tsw_free = uart_tty_free,
/freebsd/sys/kern/
H A Dtty_pts.c724 .tsw_free = ptsdrv_free,
H A Dtty.c2355 DB_PRINTSYM(free, tsw->tsw_free); in _db_show_devsw()
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c182 .tsw_free = ucom_free,
/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.c241 .tsw_free = vtcon_tty_free,