Home
last modified time | relevance | path

Searched refs:ttydevsw (Results 1 – 21 of 21) sorted by relevance

/freebsd-14-stable/sys/sys/
HDtty.h51 struct ttydevsw;
122 struct ttydevsw *t_devsw; /* (c) Driver hooks. */
165 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
166 struct tty *tty_alloc_mutex(struct ttydevsw *tsw, void *softc, struct mtx *mtx);
HDttydevsw.h59 struct ttydevsw { struct
/freebsd-14-stable/sys/powerpc/mambo/
HDmambo_console.c52 static struct ttydevsw mambo_ttydevsw = {
/freebsd-14-stable/sys/dev/ofw/
HDofw_console.c55 static struct ttydevsw ofw_ttydevsw = {
/freebsd-14-stable/sys/dev/cfe/
HDcfe_console.c55 static struct ttydevsw cfe_ttydevsw = {
/freebsd-14-stable/sys/riscv/riscv/
HDriscv_console.c80 static struct ttydevsw riscv_ttydevsw = {
/freebsd-14-stable/sys/dev/syscons/
HDsysmouse.c224 static struct ttydevsw smdev_ttydevsw = {
HDsyscons.c254 static struct ttydevsw sc_ttydevsw = {
/freebsd-14-stable/sys/dev/dcons/
HDdcons_os.c141 static struct ttydevsw dcons_ttydevsw = {
/freebsd-14-stable/sys/dev/nmdm/
HDnmdm.c65 static struct ttydevsw nmdm_class = {
/freebsd-14-stable/sys/powerpc/pseries/
HDphyp_console.c125 static struct ttydevsw uart_phyp_tty_class = {
/freebsd-14-stable/sys/dev/altera/jtag_uart/
HDaltera_jtag_uart_tty.c63 static struct ttydevsw aju_ttydevsw = {
/freebsd-14-stable/sys/dev/uart/
HDuart_tty.c407 static struct ttydevsw uart_tty_class = {
/freebsd-14-stable/sys/powerpc/powernv/
HDopal_console.c128 static struct ttydevsw uart_opal_tty_class = {
/freebsd-14-stable/sys/dev/xen/console/
HDxen_console.c691 static struct ttydevsw xencons_ttydevsw = {
/freebsd-14-stable/tools/build/test-includes/
HDbadfiles.inc134 sys/ttydevsw.h \
/freebsd-14-stable/sys/kern/
HDsubr_terminal.c89 static struct ttydevsw terminal_tty_class = {
HDtty.c1048 tty_alloc(struct ttydevsw *tsw, void *sc) in tty_alloc()
1055 tty_alloc_mutex(struct ttydevsw *tsw, void *sc, struct mtx *mutex) in tty_alloc_mutex()
2340 _db_show_devsw(const char *sep, const struct ttydevsw *tsw) in _db_show_devsw()
HDtty_pts.c717 static struct ttydevsw pts_class = {
/freebsd-14-stable/sys/dev/virtio/console/
HDvirtio_console.c237 static struct ttydevsw vtcon_tty_class = {
/freebsd-14-stable/sys/dev/usb/serial/
HDusb_serial.c172 static struct ttydevsw ucom_class = {