t_sc              549 dev/ic/pckbc.c 		if (t->t_sc) {
t_sc              551 dev/ic/pckbc.c 			pckbcintr_internal(t, t->t_sc);
t_sc              899 dev/ic/pckbc.c 	struct pckbc_softc *sc = t->t_sc;
t_sc              922 dev/ic/pckbc.c 	(void)pckbcintr_internal(t, t->t_sc);
t_sc               57 dev/ic/pckbcvar.h 	struct pckbc_softc *t_sc; /* back pointer */
t_sc              160 dev/isa/pckbc_isa.c 	t->t_sc = sc;
t_sc              114 dev/pckbc/pckbd.c 	struct pckbd_softc *t_sc; /* back pointer */
t_sc              376 dev/pckbc/pckbd.c 	sc->id->t_sc = sc;
t_sc              145 dev/wscons/wskbd.c 	struct wskbd_softc *t_sc;	/* back pointer */
t_sc              398 dev/wscons/wskbd.c 	sc->id->t_sc = sc;
t_sc             1337 dev/wscons/wskbd.c 	if (id->t_sc && new_state != id->t_sc->sc_ledstate) {
t_sc             1338 dev/wscons/wskbd.c 		(*id->t_sc->sc_accessops->set_leds)
t_sc             1339 dev/wscons/wskbd.c 		    (id->t_sc->sc_accesscookie, new_state);
t_sc             1340 dev/wscons/wskbd.c 		id->t_sc->sc_ledstate = new_state;
t_sc             1504 dev/wscons/wskbd.c 	struct wskbd_softc *sc = id->t_sc;
t_sc               99 kern/tty_nmea.c 	tp->t_sc = (caddr_t)np;
t_sc              104 kern/tty_nmea.c 		tp->t_sc = NULL;
t_sc              113 kern/tty_nmea.c 	struct nmea *np = (struct nmea *)tp->t_sc;
t_sc              118 kern/tty_nmea.c 	tp->t_sc = NULL;
t_sc              127 kern/tty_nmea.c 	struct nmea *np = (struct nmea *)tp->t_sc;
t_sc              307 net/if_sl.c    			tp->t_sc = (caddr_t)sc;
t_sc              356 net/if_sl.c    	sc = (struct sl_softc *)tp->t_sc;
t_sc              362 net/if_sl.c    		tp->t_sc = NULL;
t_sc              391 net/if_sl.c    	struct sl_softc *sc = (struct sl_softc *)tp->t_sc;
t_sc              485 net/if_sl.c    	struct sl_softc *sc = (struct sl_softc *)tp->t_sc;
t_sc              741 net/if_sl.c    	sc = (struct sl_softc *)tp->t_sc;
t_sc              457 net/if_strip.c 			tp->t_sc = (caddr_t)sc;
t_sc              509 net/if_strip.c 	sc = (struct st_softc *)tp->t_sc;
t_sc              513 net/if_strip.c 		tp->t_sc = NULL;
t_sc              550 net/if_strip.c 	struct st_softc *sc = (struct st_softc *)tp->t_sc;
t_sc              890 net/if_strip.c 	struct st_softc *sc = (struct st_softc *)tp->t_sc;
t_sc             1128 net/if_strip.c 	sc = (struct st_softc *)tp->t_sc;
t_sc              196 net/ppp_tty.c  	sc = (struct ppp_softc *) tp->t_sc;
t_sc              227 net/ppp_tty.c      tp->t_sc = (caddr_t) sc;
t_sc              251 net/ppp_tty.c      sc = (struct ppp_softc *) tp->t_sc;
t_sc              253 net/ppp_tty.c  	tp->t_sc = NULL;
t_sc              297 net/ppp_tty.c      struct ppp_softc *sc = (struct ppp_softc *)tp->t_sc;
t_sc              355 net/ppp_tty.c      struct ppp_softc *sc = (struct ppp_softc *)tp->t_sc;
t_sc              410 net/ppp_tty.c      struct ppp_softc *sc = (struct ppp_softc *) tp->t_sc;
t_sc              727 net/ppp_tty.c      struct ppp_softc *sc = (struct ppp_softc *) tp->t_sc;
t_sc              820 net/ppp_tty.c      sc = (struct ppp_softc *) tp->t_sc;
t_sc             3473 netinet/tcp_input.c 	LIST_INSERT_HEAD(&tp->t_sc, sc, sc_tpq);
t_sc             3558 netinet/tcp_input.c 	for (sc = LIST_FIRST(&tp->t_sc); sc != NULL; sc = nsc) {
t_sc             3569 netinet/tcp_input.c 	LIST_INIT(&tp->t_sc);
t_sc              188 netinet/tcp_var.h 	LIST_HEAD(, syn_cache) t_sc;	/* list of entries by this tcb */
t_sc              126 sys/tty.h      	void	*t_sc;			/* XXX: net/if_sl.c:sl_softc. */