Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/mambo/
H A Dmambo_console.c85 tp = tty_alloc(&mambo_ttydevsw, NULL); in cn_drvinit()
/freebsd/sys/dev/ofw/
H A Dofw_console.c90 tp = tty_alloc(&ofw_ttydevsw, NULL); in cn_drvinit()
/freebsd/sys/dev/cfe/
H A Dcfe_console.c89 tp = tty_alloc(&cfe_ttydevsw, NULL); in cn_drvinit()
/freebsd/sys/riscv/riscv/
H A Driscv_console.c123 tp = tty_alloc(&riscv_ttydevsw, NULL); in cn_drvinit()
/freebsd/sys/sys/
H A Dtty.h165 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
/freebsd/sys/kern/
H A Dtty_pts.c770 tp = tty_alloc(&pts_class, psc); in pts_alloc()
817 tp = tty_alloc(&pts_class, psc); in pts_alloc_external()
H A Dsubr_terminal.c237 tp = tty_alloc(&terminal_tty_class, tm); in terminal_maketty()
H A Dtty.c1048 tty_alloc(struct ttydevsw *tsw, void *sc) in tty_alloc() function
/freebsd/sys/dev/syscons/
H A Dsysmouse.c244 sysmouse_tty = tty_alloc(&smdev_ttydevsw, NULL); in sm_attach_mouse()
/freebsd/sys/dev/dcons/
H A Ddcons_os.c382 tp = tty_alloc(&dcons_ttydevsw, dc); in dcons_attach_port()
/freebsd/sys/powerpc/pseries/
H A Dphyp_console.c242 sc->tp = tty_alloc(&uart_phyp_tty_class, sc); in uart_phyp_attach()
/freebsd/sys/dev/uart/
H A Duart_tty.c425 sc->sc_u.u_tty.tp = tp = tty_alloc(&uart_tty_class, sc); in uart_tty_attach()
/freebsd/sys/powerpc/powernv/
H A Dopal_console.c299 sc->tp = tty_alloc(&uart_opal_tty_class, sc); in uart_opal_attach()
/freebsd/sys/dev/xen/console/
H A Dxen_console.c735 tp = tty_alloc(&xencons_ttydevsw, cons); in xencons_attach()