Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDtty.h51 struct ttydevsw;
121 struct ttydevsw *t_devsw; /* (c) Driver hooks. */
161 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
162 struct tty *tty_alloc_mutex(struct ttydevsw *tsw, void *softc, struct mtx *mtx);
HDttydevsw.h58 struct ttydevsw { struct
/NextBSD/sys/powerpc/mambo/
HDmambo_console.c52 static struct ttydevsw mambo_ttydevsw = {
/NextBSD/sys/dev/cfe/
HDcfe_console.c55 static struct ttydevsw cfe_ttydevsw = {
/NextBSD/sys/dev/ofw/
HDofw_console.c55 static struct ttydevsw ofw_ttydevsw = {
/NextBSD/sys/dev/bvm/
HDbvm_console.c53 static struct ttydevsw bvm_ttydevsw = {
/NextBSD/sys/dev/gxemul/cons/
HDgxemul_cons.c83 static struct ttydevsw gxemul_cons_ttydevsw = {
/NextBSD/sys/dev/syscons/
HDsysmouse.c159 static struct ttydevsw smdev_ttydevsw = {
HDsyscons.c247 static struct ttydevsw sc_ttydevsw = {
/NextBSD/sys/dev/dcons/
HDdcons_os.c137 static struct ttydevsw dcons_ttydevsw = {
/NextBSD/sys/dev/altera/jtag_uart/
HDaltera_jtag_uart_tty.c61 static struct ttydevsw aju_ttydevsw = {
/NextBSD/sys/powerpc/pseries/
HDphyp_console.c124 static struct ttydevsw uart_phyp_tty_class = {
/NextBSD/sys/dev/uart/
HDuart_tty.c358 static struct ttydevsw uart_tty_class = {
/NextBSD/sys/dev/nmdm/
HDnmdm.c64 static struct ttydevsw nmdm_class = {
/NextBSD/sys/dev/xen/console/
HDxen_console.c694 static struct ttydevsw xencons_ttydevsw = {
/NextBSD/sys/kern/
HDsubr_terminal.c90 static struct ttydevsw terminal_tty_class = {
HDtty.c965 tty_alloc(struct ttydevsw *tsw, void *sc) in tty_alloc()
972 tty_alloc_mutex(struct ttydevsw *tsw, void *sc, struct mtx *mutex) in tty_alloc_mutex()
2109 _db_show_devsw(const char *sep, const struct ttydevsw *tsw) in _db_show_devsw()
HDtty_pts.c715 static struct ttydevsw pts_class = {
/NextBSD/sys/dev/rp/
HDrp.c694 static struct ttydevsw rp_tty_class = {
/NextBSD/sys/dev/virtio/console/
HDvirtio_console.c221 static struct ttydevsw vtcon_tty_class = {
/NextBSD/sys/dev/si/
HDsi.c257 static struct ttydevsw si_tty_class = {
/NextBSD/sys/dev/usb/serial/
HDusb_serial.c163 static struct ttydevsw ucom_class = {