Searched refs:ttydevsw (Results 1 – 5 of 5) sorted by relevance
53 struct ttydevsw;124 struct ttydevsw *t_devsw; /* (c) Driver hooks. */167 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);168 struct tty *tty_alloc_mutex(struct ttydevsw *tsw, void *softc, struct mtx *mtx);
61 struct ttydevsw { struct
92 static struct ttydevsw terminal_tty_class = {
725 static struct ttydevsw pts_class = {
1048 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()2307 _db_show_devsw(const char *sep, const struct ttydevsw *tsw) in _db_show_devsw()