Searched refs:tty_alloc (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/powerpc/mambo/ |
H A D | mambo_console.c | 85 tp = tty_alloc(&mambo_ttydevsw, NULL); in cn_drvinit()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_console.c | 90 tp = tty_alloc(&ofw_ttydevsw, NULL); in cn_drvinit()
|
/freebsd/sys/dev/cfe/ |
H A D | cfe_console.c | 89 tp = tty_alloc(&cfe_ttydevsw, NULL); in cn_drvinit()
|
/freebsd/sys/riscv/riscv/ |
H A D | riscv_console.c | 123 tp = tty_alloc(&riscv_ttydevsw, NULL); in cn_drvinit()
|
/freebsd/sys/sys/ |
H A D | tty.h | 165 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
|
/freebsd/sys/kern/ |
H A D | tty_pts.c | 770 tp = tty_alloc(&pts_class, psc); in pts_alloc() 817 tp = tty_alloc(&pts_class, psc); in pts_alloc_external()
|
H A D | subr_terminal.c | 237 tp = tty_alloc(&terminal_tty_class, tm); in terminal_maketty()
|
H A D | tty.c | 1048 tty_alloc(struct ttydevsw *tsw, void *sc) in tty_alloc() function
|
/freebsd/sys/dev/syscons/ |
H A D | sysmouse.c | 244 sysmouse_tty = tty_alloc(&smdev_ttydevsw, NULL); in sm_attach_mouse()
|
/freebsd/sys/dev/dcons/ |
H A D | dcons_os.c | 382 tp = tty_alloc(&dcons_ttydevsw, dc); in dcons_attach_port()
|
/freebsd/sys/powerpc/pseries/ |
H A D | phyp_console.c | 242 sc->tp = tty_alloc(&uart_phyp_tty_class, sc); in uart_phyp_attach()
|
/freebsd/sys/dev/uart/ |
H A D | uart_tty.c | 425 sc->sc_u.u_tty.tp = tp = tty_alloc(&uart_tty_class, sc); in uart_tty_attach()
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_console.c | 299 sc->tp = tty_alloc(&uart_opal_tty_class, sc); in uart_opal_attach()
|
/freebsd/sys/dev/xen/console/ |
H A D | xen_console.c | 735 tp = tty_alloc(&xencons_ttydevsw, cons); in xencons_attach()
|