Home
last modified time | relevance | path

Searched refs:ttydevsw (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dtty.h53 struct ttydevsw;
124 struct ttydevsw *t_devsw; /* (c) Driver hooks. */
167 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
168 struct tty *tty_alloc_mutex(struct ttydevsw *tsw, void *softc, struct mtx *mtx);
H A Dttydevsw.h61 struct ttydevsw { struct
/freebsd-13.1/sys/powerpc/mambo/
H A Dmambo_console.c54 static struct ttydevsw mambo_ttydevsw = {
/freebsd-13.1/sys/riscv/riscv/
H A Driscv_console.c82 static struct ttydevsw riscv_ttydevsw = {
/freebsd-13.1/sys/dev/cfe/
H A Dcfe_console.c57 static struct ttydevsw cfe_ttydevsw = {
/freebsd-13.1/sys/dev/ofw/
H A Dofw_console.c57 static struct ttydevsw ofw_ttydevsw = {
/freebsd-13.1/sys/dev/gxemul/cons/
H A Dgxemul_cons.c85 static struct ttydevsw gxemul_cons_ttydevsw = {
/freebsd-13.1/sys/dev/syscons/
H A Dsysmouse.c226 static struct ttydevsw smdev_ttydevsw = {
H A Dsyscons.c256 static struct ttydevsw sc_ttydevsw = {
/freebsd-13.1/sys/dev/dcons/
H A Ddcons_os.c143 static struct ttydevsw dcons_ttydevsw = {
/freebsd-13.1/sys/dev/nmdm/
H A Dnmdm.c67 static struct ttydevsw nmdm_class = {
/freebsd-13.1/sys/powerpc/pseries/
H A Dphyp_console.c127 static struct ttydevsw uart_phyp_tty_class = {
/freebsd-13.1/sys/dev/uart/
H A Duart_tty.c396 static struct ttydevsw uart_tty_class = {
/freebsd-13.1/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_tty.c65 static struct ttydevsw aju_ttydevsw = {
/freebsd-13.1/sys/powerpc/powernv/
H A Dopal_console.c130 static struct ttydevsw uart_opal_tty_class = {
/freebsd-13.1/sys/dev/xen/console/
H A Dxen_console.c693 static struct ttydevsw xencons_ttydevsw = {
/freebsd-13.1/sys/kern/
H A Dsubr_terminal.c91 static struct ttydevsw terminal_tty_class = {
H A Dtty.c1049 tty_alloc(struct ttydevsw *tsw, void *sc) in tty_alloc()
1056 tty_alloc_mutex(struct ttydevsw *tsw, void *sc, struct mtx *mutex) in tty_alloc_mutex()
2295 _db_show_devsw(const char *sep, const struct ttydevsw *tsw) in _db_show_devsw()
H A Dtty_pts.c725 static struct ttydevsw pts_class = {
/freebsd-13.1/sys/dev/usb/serial/
H A Dusb_serial.c175 static struct ttydevsw ucom_class = {
/freebsd-13.1/sys/dev/virtio/console/
H A Dvirtio_console.c239 static struct ttydevsw vtcon_tty_class = {