Searched refs:tty_alloc (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/sys/powerpc/mambo/ |
| HD | mambo_console.c | 86 tp = tty_alloc(&mambo_ttydevsw, NULL); in cn_drvinit()
|
| /NextBSD/sys/dev/cfe/ |
| HD | cfe_console.c | 90 tp = tty_alloc(&cfe_ttydevsw, NULL); in cn_drvinit()
|
| /NextBSD/sys/dev/ofw/ |
| HD | ofw_console.c | 90 tp = tty_alloc(&ofw_ttydevsw, NULL); in cn_drvinit()
|
| /NextBSD/sys/dev/bvm/ |
| HD | bvm_console.c | 110 tp = tty_alloc(&bvm_ttydevsw, NULL); in cn_drvinit()
|
| /NextBSD/sys/dev/gxemul/cons/ |
| HD | gxemul_cons.c | 279 tp = tty_alloc(&gxemul_cons_ttydevsw, NULL); in gxemul_cons_ttyinit()
|
| /NextBSD/sys/sys/ |
| HD | tty.h | 161 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
|
| /NextBSD/sys/dev/syscons/ |
| HD | sysmouse.c | 171 sysmouse_tty = tty_alloc(&smdev_ttydevsw, NULL); in sm_attach_mouse()
|
| /NextBSD/sys/kern/ |
| HD | tty_pts.c | 768 tp = tty_alloc(&pts_class, psc); in pts_alloc() 815 tp = tty_alloc(&pts_class, psc); in pts_alloc_external()
|
| HD | subr_terminal.c | 186 tp = tty_alloc(&terminal_tty_class, tm); in terminal_maketty()
|
| HD | tty.c | 965 tty_alloc(struct ttydevsw *tsw, void *sc) in tty_alloc() function
|
| /NextBSD/sys/dev/dcons/ |
| HD | dcons_os.c | 362 tp = tty_alloc(&dcons_ttydevsw, dc); in dcons_attach_port()
|
| /NextBSD/sys/dev/altera/jtag_uart/ |
| HD | altera_jtag_uart_tty.c | 441 tp = sc->ajus_ttyp = tty_alloc(&aju_ttydevsw, sc); in altera_jtag_uart_attach()
|
| /NextBSD/sys/powerpc/pseries/ |
| HD | phyp_console.c | 241 sc->tp = tty_alloc(&uart_phyp_tty_class, sc); in uart_phyp_attach()
|
| /NextBSD/sys/dev/uart/ |
| HD | uart_tty.c | 376 sc->sc_u.u_tty.tp = tp = tty_alloc(&uart_tty_class, sc); in uart_tty_attach()
|
| /NextBSD/sys/dev/xen/console/ |
| HD | xen_console.c | 739 tp = tty_alloc(&xencons_ttydevsw, cons); in xencons_attach()
|
| /NextBSD/sys/dev/rp/ |
| HD | rp.c | 744 rp->rp_tty = tp = tty_alloc(&rp_tty_class, rp); in rp_attachcommon()
|