Home
last modified time | relevance | path

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

/freebsd-13.1/sys/powerpc/mambo/
H A Dmambo_console.c88 tp = tty_alloc(&mambo_ttydevsw, NULL); in cn_drvinit()
/freebsd-13.1/sys/riscv/riscv/
H A Driscv_console.c126 tp = tty_alloc(&riscv_ttydevsw, NULL); in cn_drvinit()
/freebsd-13.1/sys/dev/cfe/
H A Dcfe_console.c92 tp = tty_alloc(&cfe_ttydevsw, NULL); in cn_drvinit()
/freebsd-13.1/sys/dev/ofw/
H A Dofw_console.c92 tp = tty_alloc(&ofw_ttydevsw, NULL); in cn_drvinit()
/freebsd-13.1/sys/dev/gxemul/cons/
H A Dgxemul_cons.c281 tp = tty_alloc(&gxemul_cons_ttydevsw, NULL); in gxemul_cons_ttyinit()
/freebsd-13.1/sys/sys/
H A Dtty.h167 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
/freebsd-13.1/sys/kern/
H A Dtty_pts.c778 tp = tty_alloc(&pts_class, psc); in pts_alloc()
825 tp = tty_alloc(&pts_class, psc); in pts_alloc_external()
H A Dsubr_terminal.c240 tp = tty_alloc(&terminal_tty_class, tm); in terminal_maketty()
H A Dtty.c1049 tty_alloc(struct ttydevsw *tsw, void *sc) in tty_alloc() function
/freebsd-13.1/sys/dev/syscons/
H A Dsysmouse.c238 sysmouse_tty = tty_alloc(&smdev_ttydevsw, NULL); in sm_attach_mouse()
/freebsd-13.1/sys/dev/dcons/
H A Ddcons_os.c384 tp = tty_alloc(&dcons_ttydevsw, dc); in dcons_attach_port()
/freebsd-13.1/sys/powerpc/pseries/
H A Dphyp_console.c244 sc->tp = tty_alloc(&uart_phyp_tty_class, sc); in uart_phyp_attach()
/freebsd-13.1/sys/dev/uart/
H A Duart_tty.c415 sc->sc_u.u_tty.tp = tp = tty_alloc(&uart_tty_class, sc); in uart_tty_attach()
/freebsd-13.1/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_tty.c515 tp = sc->ajus_ttyp = tty_alloc(&aju_ttydevsw, sc); in altera_jtag_uart_attach()
/freebsd-13.1/sys/powerpc/powernv/
H A Dopal_console.c301 sc->tp = tty_alloc(&uart_opal_tty_class, sc); in uart_opal_attach()
/freebsd-13.1/sys/dev/xen/console/
H A Dxen_console.c733 tp = tty_alloc(&xencons_ttydevsw, cons); in xencons_attach()