HomeSort by: relevance | last modified time | path
    Searched refs:t_sc (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/sys/dev/ir/
irframe_tty.c 287 sc = (struct irframet_softc *)tp->t_sc;
309 tp->t_sc = sc;
337 struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc;
350 tp->t_sc = NULL;
374 struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc;
417 /*struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc;*/
502 struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc;
585 struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc;
605 struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc;
626 struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc;
    [all...]
  /src/sys/dev/hpc/
hpf1275a_tty.c 330 tp->t_sc = sc;
344 struct hpf1275a_softc *sc = tp->t_sc;
354 tp->t_sc = NULL;
369 struct hpf1275a_softc *sc = tp->t_sc;
  /src/sys/dev/ic/
pckbcvar.h 68 struct pckbc_softc *t_sc; /* back pointer */ member in struct:pckbc_internal
pckbc.c 474 if (t->t_sc) {
476 pckbcintr(t->t_sc);
487 (*t->t_sc->intr_establish)(t->t_sc, slot);
693 pckbcintr(t->t_sc);
  /src/sys/arch/arm/iomd/
iomdkbc.c 69 struct iomdkbc_softc *t_sc; member in struct:iomdkbc_internal
147 t->t_sc = sc;
165 t->t_sc = sc;
  /src/sys/dev/sun/
sunkbd.c 151 tp->t_sc = k;
243 struct kbd_sun_softc *k = tp->t_sc;
285 struct kbd_sun_softc *k = tp->t_sc;
sunms.c 150 tp->t_sc = ms;
215 struct ms_softc *ms = tp->t_sc;
  /src/sys/dev/bluetooth/
btuart.c 236 sc = tp->t_sc;
266 tp->t_sc = sc;
280 struct btuart_softc *sc = tp->t_sc;
294 tp->t_sc = NULL;
311 struct btuart_softc *sc = tp->t_sc;
335 struct btuart_softc *sc = tp->t_sc;
482 struct btuart_softc *sc = tp->t_sc;
  /src/sys/arch/alpha/jensenio/
pckbc_jensenio.c 123 t->t_sc = sc;
  /src/sys/arch/evbppc/explora/dev/
pckbc_elb.c 104 t->t_sc = sc;
  /src/sys/arch/evbppc/walnut/dev/
pckbc_pbus.c 125 t->t_sc = sc;
  /src/sys/arch/sgimips/hpc/
pckbc_hpc.c 121 t->t_sc = sc;
  /src/sys/net/
ppp_tty.c 201 sc = (struct ppp_softc *) tp->t_sc;
234 tp->t_sc = (void *) sc;
261 sc = (struct ppp_softc *) tp->t_sc;
263 tp->t_sc = NULL;
302 struct ppp_softc *sc = (struct ppp_softc *)tp->t_sc;
357 struct ppp_softc *sc = (struct ppp_softc *)tp->t_sc;
419 struct ppp_softc *sc = (struct ppp_softc *) tp->t_sc;
733 struct ppp_softc *sc = (struct ppp_softc *) tp->t_sc;
821 sc = (struct ppp_softc *) tp->t_sc;
if_sl.c 350 tp->t_sc = (void *)sc;
400 sc = tp->t_sc;
415 tp->t_sc = NULL;
446 struct sl_softc *sc = (struct sl_softc *)tp->t_sc;
554 struct sl_softc *sc = tp->t_sc;
620 sc = (struct sl_softc *)tp->t_sc;
  /src/sys/arch/alpha/sableio/
pckbc_sableio.c 124 t->t_sc = sc;
  /src/sys/arch/arc/jazz/
pckbc_jazzio.c 157 t->t_sc = sc;
  /src/sys/arch/i386/pnpbios/
pckbc_pnpbios.c 165 t->t_sc = &first->sc_pckbc;
  /src/sys/dev/ofisa/
pckbc_ofisa.c 137 t->t_sc = sc;
  /src/sys/arch/next68k/dev/
nextkbd.c 70 struct nextkbd_softc *t_sc; /* back pointer */ member in struct:nextkbd_internal
167 sc->id->t_sc = sc; /* set back pointer */
  /src/sys/arch/sgimips/mace/
macekbc.c 71 struct macekbc_softc *t_sc; member in struct:macekbc_internal
152 t->t_sc = sc;
  /src/sys/arch/arm/samsung/
exynos_uart.c 263 tp->t_sc = sc;
506 struct exynos_uart_softc *sc = tp->t_sc;
538 struct exynos_uart_softc *sc = tp->t_sc;
  /src/sys/arch/usermode/dev/
ttycons.c 137 sc->sc_tty->t_sc = sc;
316 struct ttycons_softc *sc = t->t_sc;
  /src/sys/dev/wscons/
wskbd.c 177 struct wskbd_softc *t_sc; /* back pointer */ member in struct:wskbd_internal
452 sc->id->t_sc = sc;
1460 if (id->t_sc && new_state != id->t_sc->sc_ledstate) {
1461 (*id->t_sc->sc_accessops->set_leds)
1462 (id->t_sc->sc_accesscookie, new_state);
1463 id->t_sc->sc_ledstate = new_state;
1682 struct wskbd_softc *sc = id->t_sc;
  /src/sys/arch/sparc/dev/
pckbc_js.c 222 t->t_sc = sc;
  /src/sys/arch/sparc64/dev/
pckbc_ebus.c 182 t->t_sc = psc;

Completed in 48 milliseconds

1 2