Searched refs:tty_alloc (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/sys/powerpc/mambo/ |
| H A D | mambo_console.c | 86 tp = tty_alloc(&mambo_ttydevsw, NULL); in cn_drvinit()
|
| /freebsd-14.2/sys/dev/ofw/ |
| H A D | ofw_console.c | 90 tp = tty_alloc(&ofw_ttydevsw, NULL); in cn_drvinit()
|
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | riscv_console.c | 124 tp = tty_alloc(&riscv_ttydevsw, NULL); in cn_drvinit()
|
| /freebsd-14.2/sys/dev/cfe/ |
| H A D | cfe_console.c | 90 tp = tty_alloc(&cfe_ttydevsw, NULL); in cn_drvinit()
|
| /freebsd-14.2/sys/sys/ |
| H A D | tty.h | 165 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
|
| /freebsd-14.2/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 | 238 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-14.2/sys/dev/syscons/ |
| H A D | sysmouse.c | 236 sysmouse_tty = tty_alloc(&smdev_ttydevsw, NULL); in sm_attach_mouse()
|
| /freebsd-14.2/sys/dev/dcons/ |
| H A D | dcons_os.c | 382 tp = tty_alloc(&dcons_ttydevsw, dc); in dcons_attach_port()
|
| /freebsd-14.2/sys/dev/uart/ |
| H A D | uart_tty.c | 426 sc->sc_u.u_tty.tp = tp = tty_alloc(&uart_tty_class, sc); in uart_tty_attach()
|
| /freebsd-14.2/sys/powerpc/pseries/ |
| H A D | phyp_console.c | 242 sc->tp = tty_alloc(&uart_phyp_tty_class, sc); in uart_phyp_attach()
|
| /freebsd-14.2/sys/dev/altera/jtag_uart/ |
| H A D | altera_jtag_uart_tty.c | 513 tp = sc->ajus_ttyp = tty_alloc(&aju_ttydevsw, sc); in altera_jtag_uart_attach()
|
| /freebsd-14.2/sys/dev/xen/console/ |
| H A D | xen_console.c | 731 tp = tty_alloc(&xencons_ttydevsw, cons); in xencons_attach()
|
| /freebsd-14.2/sys/powerpc/powernv/ |
| H A D | opal_console.c | 299 sc->tp = tty_alloc(&uart_opal_tty_class, sc); in uart_opal_attach()
|