Searched refs:tsw (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/syscons/
H A Dscterm.c65 (*scp->tsw->te_clear)(scp);
H A Dsyscons.c586 if (sc_console->tsw->te_size > 0) {
587 sc_ktsw = sc_console->tsw;
591 ts = malloc(sc_console->tsw->te_size, M_DEVBUF,
593 (*sc_console->tsw->te_init)(
596 (*sc_console->tsw->te_default_attr)(sc_console,
601 (*sc_console->tsw->te_default_attr)(
640 if (scp->tsw)
642 scp->tsw->te_name, scp->tsw->te_desc);
852 if ((*sc->cur_scp->tsw
[all...]
H A Dscvidctl.c377 if (scp->tsw)
378 (*scp->tsw->te_term)(scp, scp->ts);
379 scp->tsw = NULL;
H A Dsyscons.h301 struct sc_term_sw *tsw; member in struct:scr_stat
/freebsd-13-stable/sys/sys/
H A Dtty.h167 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
168 struct tty *tty_alloc_mutex(struct ttydevsw *tsw, void *softc, struct mtx *mtx);
/freebsd-13-stable/sys/kern/
H A Dtty.c1050 tty_alloc(struct ttydevsw *tsw, void *sc) argument
1053 return (tty_alloc_mutex(tsw, sc, NULL));
1057 tty_alloc_mutex(struct ttydevsw *tsw, void *sc, struct mtx *mutex) argument
1063 if (tsw->tsw_ ## x == NULL) \
1064 tsw->tsw_ ## x = ttydevsw_def ## x; \
1083 tp->t_devsw = tsw;
1085 tp->t_flags = tsw->tsw_flags;
2309 _db_show_devsw(const char *sep, const struct ttydevsw *tsw) argument
2313 db_printsym((db_addr_t)tsw, DB_STGY_ANY);
2314 db_printf(" (%p)\n", tsw);
[all...]
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_torus.c1669 struct t_switch *tsw; local
1680 tsw = t->sw[i][j][k];
1681 if (!tsw)
1684 fsw = tsw->tmp;
1701 pg = &tsw->ptgrp[2 * TORUS_MAX_DIM];
1703 tsw->osm_switch = fsw->osm_switch;
1704 tsw->osm_switch->priv = tsw;
1723 t->portgrp_sz, cl_ntoh64(tsw->n_id));
1726 fsw->port[p]->sw = tsw;
8314 struct t_switch *tsw = NULL; local
[all...]

Completed in 103 milliseconds