Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dtty.h53 struct ttydevsw;
124 struct ttydevsw *t_devsw; /* (c) Driver hooks. */
164 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
165 struct tty *tty_alloc_mutex(struct ttydevsw *tsw, void *softc, struct mtx *mtx);
H A Dttydevsw.h61 struct ttydevsw { struct
/freebsd-12.1/sys/powerpc/mambo/
H A Dmambo_console.c54 static struct ttydevsw mambo_ttydevsw = {
/freebsd-12.1/sys/dev/ofw/
H A Dofw_console.c57 static struct ttydevsw ofw_ttydevsw = {
/freebsd-12.1/sys/riscv/riscv/
H A Driscv_console.c82 static struct ttydevsw riscv_ttydevsw = {
/freebsd-12.1/sys/dev/cfe/
H A Dcfe_console.c57 static struct ttydevsw cfe_ttydevsw = {
/freebsd-12.1/sys/dev/bvm/
H A Dbvm_console.c55 static struct ttydevsw bvm_ttydevsw = {
/freebsd-12.1/sys/dev/gxemul/cons/
H A Dgxemul_cons.c85 static struct ttydevsw gxemul_cons_ttydevsw = {
/freebsd-12.1/sys/dev/syscons/
H A Dsysmouse.c227 static struct ttydevsw smdev_ttydevsw = {
H A Dsyscons.c250 static struct ttydevsw sc_ttydevsw = {
/freebsd-12.1/sys/powerpc/pseries/
H A Dphyp_console.c126 static struct ttydevsw uart_phyp_tty_class = {
/freebsd-12.1/sys/dev/nmdm/
H A Dnmdm.c66 static struct ttydevsw nmdm_class = {
/freebsd-12.1/sys/dev/dcons/
H A Ddcons_os.c141 static struct ttydevsw dcons_ttydevsw = {
/freebsd-12.1/sys/dev/uart/
H A Duart_tty.c393 static struct ttydevsw uart_tty_class = {
/freebsd-12.1/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_tty.c65 static struct ttydevsw aju_ttydevsw = {
/freebsd-12.1/sys/powerpc/powernv/
H A Dopal_console.c128 static struct ttydevsw uart_opal_tty_class = {
/freebsd-12.1/sys/dev/xen/console/
H A Dxen_console.c691 static struct ttydevsw xencons_ttydevsw = {
/freebsd-12.1/sys/kern/
H A Dsubr_terminal.c92 static struct ttydevsw terminal_tty_class = {
H A Dtty.c1021 tty_alloc(struct ttydevsw *tsw, void *sc) in tty_alloc()
1028 tty_alloc_mutex(struct ttydevsw *tsw, void *sc, struct mtx *mutex) in tty_alloc_mutex()
2200 _db_show_devsw(const char *sep, const struct ttydevsw *tsw) in _db_show_devsw()
H A Dtty_pts.c720 static struct ttydevsw pts_class = {
/freebsd-12.1/sys/dev/rp/
H A Drp.c694 static struct ttydevsw rp_tty_class = {
/freebsd-12.1/sys/dev/virtio/console/
H A Dvirtio_console.c232 static struct ttydevsw vtcon_tty_class = {
/freebsd-12.1/sys/dev/usb/serial/
H A Dusb_serial.c174 static struct ttydevsw ucom_class = {