Home
last modified time | relevance | path

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

/NextBSD/sys/powerpc/mambo/
HDmambo_console.c86 tp = tty_alloc(&mambo_ttydevsw, NULL); in cn_drvinit()
/NextBSD/sys/dev/cfe/
HDcfe_console.c90 tp = tty_alloc(&cfe_ttydevsw, NULL); in cn_drvinit()
/NextBSD/sys/dev/ofw/
HDofw_console.c90 tp = tty_alloc(&ofw_ttydevsw, NULL); in cn_drvinit()
/NextBSD/sys/dev/bvm/
HDbvm_console.c110 tp = tty_alloc(&bvm_ttydevsw, NULL); in cn_drvinit()
/NextBSD/sys/dev/gxemul/cons/
HDgxemul_cons.c279 tp = tty_alloc(&gxemul_cons_ttydevsw, NULL); in gxemul_cons_ttyinit()
/NextBSD/sys/sys/
HDtty.h161 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
/NextBSD/sys/dev/syscons/
HDsysmouse.c171 sysmouse_tty = tty_alloc(&smdev_ttydevsw, NULL); in sm_attach_mouse()
/NextBSD/sys/kern/
HDtty_pts.c768 tp = tty_alloc(&pts_class, psc); in pts_alloc()
815 tp = tty_alloc(&pts_class, psc); in pts_alloc_external()
HDsubr_terminal.c186 tp = tty_alloc(&terminal_tty_class, tm); in terminal_maketty()
HDtty.c965 tty_alloc(struct ttydevsw *tsw, void *sc) in tty_alloc() function
/NextBSD/sys/dev/dcons/
HDdcons_os.c362 tp = tty_alloc(&dcons_ttydevsw, dc); in dcons_attach_port()
/NextBSD/sys/dev/altera/jtag_uart/
HDaltera_jtag_uart_tty.c441 tp = sc->ajus_ttyp = tty_alloc(&aju_ttydevsw, sc); in altera_jtag_uart_attach()
/NextBSD/sys/powerpc/pseries/
HDphyp_console.c241 sc->tp = tty_alloc(&uart_phyp_tty_class, sc); in uart_phyp_attach()
/NextBSD/sys/dev/uart/
HDuart_tty.c376 sc->sc_u.u_tty.tp = tp = tty_alloc(&uart_tty_class, sc); in uart_tty_attach()
/NextBSD/sys/dev/xen/console/
HDxen_console.c739 tp = tty_alloc(&xencons_ttydevsw, cons); in xencons_attach()
/NextBSD/sys/dev/rp/
HDrp.c744 rp->rp_tty = tp = tty_alloc(&rp_tty_class, rp); in rp_attachcommon()