Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty.c1061 if (tsw->tsw_ ## x == NULL) \ in tty_alloc_mutex()
1081 tp->t_devsw = tsw; in tty_alloc_mutex()
1083 tp->t_flags = tsw->tsw_flags; in tty_alloc_mutex()
2345 db_printf(" (%p)\n", tsw); in _db_show_devsw()
2346 DB_PRINTSYM(open, tsw->tsw_open); in _db_show_devsw()
2347 DB_PRINTSYM(close, tsw->tsw_close); in _db_show_devsw()
2350 DB_PRINTSYM(ioctl, tsw->tsw_ioctl); in _db_show_devsw()
2351 DB_PRINTSYM(param, tsw->tsw_param); in _db_show_devsw()
2352 DB_PRINTSYM(modem, tsw->tsw_modem); in _db_show_devsw()
2353 DB_PRINTSYM(mmap, tsw->tsw_mmap); in _db_show_devsw()
[all …]
/freebsd/sys/dev/syscons/
H A Dsyscons.c638 if (scp->tsw) in sc_attach_unit()
640 scp->tsw->te_name, scp->tsw->te_desc); in sc_attach_unit()
928 if (scp->tsw) { in sctty_ioctl()
1555 sw = scp->tsw; in sctty_ioctl()
2054 oldtsw = scp->tsw; in sc_cnputc()
3037 if (scp->tsw) in sc_puts()
3462 if (scp->tsw) in scterm()
3664 scp->tsw = NULL; in init_scp()
3696 sw = scp->tsw; in sc_init_emulator()
3731 if (scp->tsw) in sc_init_emulator()
[all …]
H A Dscterm.c63 (*scp->tsw->te_clear)(scp); in sc_clear_screen()
H A Dscvidctl.c379 if (scp->tsw) in sc_set_pixel_mode()
380 (*scp->tsw->te_term)(scp, scp->ts); in sc_set_pixel_mode()
381 scp->tsw = NULL; in sc_set_pixel_mode()
H A Dsyscons.h299 struct sc_term_sw *tsw; member
/freebsd/sys/sys/
H A Dtty.h165 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
166 struct tty *tty_alloc_mutex(struct ttydevsw *tsw, void *softc, struct mtx *mtx);
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c1669 struct t_switch *tsw; in link_srcsink() local
1680 tsw = t->sw[i][j][k]; in link_srcsink()
1681 if (!tsw) in link_srcsink()
1684 fsw = tsw->tmp; in link_srcsink()
1704 tsw->osm_switch->priv = tsw; in link_srcsink()
1726 fsw->port[p]->sw = tsw; in link_srcsink()
1728 tsw->port[p] = fsw->port[p]; in link_srcsink()
1729 tsw->port[p]->osm_port->priv = tsw->port[p]; in link_srcsink()
1780 tl->end[0].sw = tsw; in link_srcsink()
8314 struct t_switch *tsw = NULL; in next_hop_path() local
[all …]