Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtty.h53 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);
H A Dttydevsw.h61 struct ttydevsw { struct
/f-stack/freebsd/kern/
H A Dsubr_terminal.c92 static struct ttydevsw terminal_tty_class = {
H A Dtty_pts.c725 static struct ttydevsw pts_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()
2307 _db_show_devsw(const char *sep, const struct ttydevsw *tsw) in _db_show_devsw()