Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtty.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);
H A Dttydevsw.h59 struct ttydevsw { struct
/freebsd/sys/powerpc/mambo/
H A Dmambo_console.c51 static struct ttydevsw mambo_ttydevsw = {
/freebsd/sys/dev/ofw/
H A Dofw_console.c55 static struct ttydevsw ofw_ttydevsw = {
/freebsd/sys/dev/cfe/
H A Dcfe_console.c54 static struct ttydevsw cfe_ttydevsw = {
/freebsd/sys/riscv/riscv/
H A Driscv_console.c79 static struct ttydevsw riscv_ttydevsw = {
/freebsd/sys/dev/syscons/
H A Dsysmouse.c224 static struct ttydevsw smdev_ttydevsw = {
H A Dsyscons.c254 static struct ttydevsw sc_ttydevsw = {
/freebsd/sys/dev/dcons/
H A Ddcons_os.c141 static struct ttydevsw dcons_ttydevsw = {
/freebsd/sys/dev/nmdm/
H A Dnmdm.c65 static struct ttydevsw nmdm_class = {
/freebsd/sys/powerpc/pseries/
H A Dphyp_console.c125 static struct ttydevsw uart_phyp_tty_class = {
/freebsd/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_tty.c62 static struct ttydevsw aju_ttydevsw = {
/freebsd/sys/dev/uart/
H A Duart_tty.c406 static struct ttydevsw uart_tty_class = {
/freebsd/sys/powerpc/powernv/
H A Dopal_console.c128 static struct ttydevsw uart_opal_tty_class = {
/freebsd/sys/dev/xen/console/
H A Dxen_console.c695 static struct ttydevsw xencons_ttydevsw = {
/freebsd/tools/build/test-includes/
H A Dbadfiles.inc135 sys/ttydevsw.h \
/freebsd/sys/kern/
H A Dsubr_terminal.c88 static struct ttydevsw terminal_tty_class = {
H A Dtty.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()
H A Dtty_pts.c717 static struct ttydevsw pts_class = {
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c173 static struct ttydevsw ucom_class = {
/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.c236 static struct ttydevsw vtcon_tty_class = {