Home
last modified time | relevance | path

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

/freebsd-12.1/sys/powerpc/mambo/
H A Dmambo_console.c88 tp = tty_alloc(&mambo_ttydevsw, NULL); in cn_drvinit()
/freebsd-12.1/sys/dev/ofw/
H A Dofw_console.c92 tp = tty_alloc(&ofw_ttydevsw, NULL); in cn_drvinit()
/freebsd-12.1/sys/riscv/riscv/
H A Driscv_console.c126 tp = tty_alloc(&riscv_ttydevsw, NULL); in cn_drvinit()
/freebsd-12.1/sys/dev/cfe/
H A Dcfe_console.c92 tp = tty_alloc(&cfe_ttydevsw, NULL); in cn_drvinit()
/freebsd-12.1/sys/dev/bvm/
H A Dbvm_console.c112 tp = tty_alloc(&bvm_ttydevsw, NULL); in cn_drvinit()
/freebsd-12.1/sys/dev/gxemul/cons/
H A Dgxemul_cons.c281 tp = tty_alloc(&gxemul_cons_ttydevsw, NULL); in gxemul_cons_ttyinit()
/freebsd-12.1/sys/sys/
H A Dtty.h164 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
/freebsd-12.1/sys/kern/
H A Dtty_pts.c773 tp = tty_alloc(&pts_class, psc); in pts_alloc()
820 tp = tty_alloc(&pts_class, psc); in pts_alloc_external()
H A Dsubr_terminal.c217 tp = tty_alloc(&terminal_tty_class, tm); in terminal_maketty()
H A Dtty.c1021 tty_alloc(struct ttydevsw *tsw, void *sc) in tty_alloc() function
/freebsd-12.1/sys/dev/syscons/
H A Dsysmouse.c239 sysmouse_tty = tty_alloc(&smdev_ttydevsw, NULL); in sm_attach_mouse()
/freebsd-12.1/sys/powerpc/pseries/
H A Dphyp_console.c243 sc->tp = tty_alloc(&uart_phyp_tty_class, sc); in uart_phyp_attach()
/freebsd-12.1/sys/dev/dcons/
H A Ddcons_os.c382 tp = tty_alloc(&dcons_ttydevsw, dc); in dcons_attach_port()
/freebsd-12.1/sys/dev/uart/
H A Duart_tty.c412 sc->sc_u.u_tty.tp = tp = tty_alloc(&uart_tty_class, sc); in uart_tty_attach()
/freebsd-12.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-12.1/sys/powerpc/powernv/
H A Dopal_console.c281 sc->tp = tty_alloc(&uart_opal_tty_class, sc); in uart_opal_attach()
/freebsd-12.1/sys/dev/xen/console/
H A Dxen_console.c731 tp = tty_alloc(&xencons_ttydevsw, cons); in xencons_attach()
/freebsd-12.1/sys/dev/rp/
H A Drp.c744 rp->rp_tty = tp = tty_alloc(&rp_tty_class, rp); in rp_attachcommon()