Searched refs:ttydevsw (Results 1 – 20 of 20) sorted by relevance
51 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);
59 struct ttydevsw { struct
51 static struct ttydevsw mambo_ttydevsw = {
55 static struct ttydevsw ofw_ttydevsw = {
54 static struct ttydevsw cfe_ttydevsw = {
79 static struct ttydevsw riscv_ttydevsw = {
232 static struct ttydevsw smdev_ttydevsw = {
254 static struct ttydevsw sc_ttydevsw = {
141 static struct ttydevsw dcons_ttydevsw = {
65 static struct ttydevsw nmdm_class = {
125 static struct ttydevsw uart_phyp_tty_class = {
406 static struct ttydevsw uart_tty_class = {
128 static struct ttydevsw uart_opal_tty_class = {
695 static struct ttydevsw xencons_ttydevsw = {
133 sys/ttydevsw.h \
88 static struct ttydevsw terminal_tty_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()2340 _db_show_devsw(const char *sep, const struct ttydevsw *tsw) in _db_show_devsw()
717 static struct ttydevsw pts_class = {
236 static struct ttydevsw vtcon_tty_class = {
172 static struct ttydevsw ucom_class = {