Symbol: ttydevsw
sys/dev/cfe/cfe_console.c
54
static struct ttydevsw cfe_ttydevsw = {
sys/dev/dcons/dcons_os.c
141
static struct ttydevsw dcons_ttydevsw = {
sys/dev/nmdm/nmdm.c
65
static struct ttydevsw nmdm_class = {
sys/dev/ofw/ofw_console.c
55
static struct ttydevsw ofw_ttydevsw = {
sys/dev/syscons/syscons.c
254
static struct ttydevsw sc_ttydevsw = {
sys/dev/syscons/sysmouse.c
232
static struct ttydevsw smdev_ttydevsw = {
sys/dev/uart/uart_tty.c
406
static struct ttydevsw uart_tty_class = {
sys/dev/usb/serial/usb_serial.c
172
static struct ttydevsw ucom_class = {
sys/dev/virtio/console/virtio_console.c
236
static struct ttydevsw vtcon_tty_class = {
sys/dev/xen/console/xen_console.c
694
static struct ttydevsw xencons_ttydevsw = {
sys/kern/subr_terminal.c
87
static struct ttydevsw terminal_tty_class = {
sys/kern/tty.c
1049
tty_alloc(struct ttydevsw *tsw, void *sc)
sys/kern/tty.c
1056
tty_alloc_mutex(struct ttydevsw *tsw, void *sc, struct mtx *mutex)
sys/kern/tty.c
2357
_db_show_devsw(const char *sep, const struct ttydevsw *tsw)
sys/kern/tty_pts.c
718
static struct ttydevsw pts_class = {
sys/powerpc/mambo/mambo_console.c
51
static struct ttydevsw mambo_ttydevsw = {
sys/powerpc/powernv/opal_console.c
128
static struct ttydevsw uart_opal_tty_class = {
sys/powerpc/pseries/phyp_console.c
125
static struct ttydevsw uart_phyp_tty_class = {
sys/riscv/riscv/riscv_console.c
79
static struct ttydevsw riscv_ttydevsw = {
sys/sys/tty.h
122
struct ttydevsw *t_devsw; /* (c) Driver hooks. */
sys/sys/tty.h
165
struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
sys/sys/tty.h
166
struct tty *tty_alloc_mutex(struct ttydevsw *tsw, void *softc, struct mtx *mtx);
sys/sys/tty.h
51
struct ttydevsw;