HomeSort by: relevance | last modified time | path
    Searched defs:sc_sih (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/ic/
lptvar.h 66 void *sc_sih; member in struct:lpt_softc
  /src/sys/arch/pmax/tc/
dtvar.h 76 void *sc_sih; member in struct:dt_softc
  /src/sys/dev/usb/
uhid.c 105 void *sc_sih; member in struct:uhid_softc
  /src/sys/dev/sbus/
bpp.c 105 void *sc_sih; member in struct:bpp_softc
168 dsc->sc_sih = softint_establish(SOFTINT_CLOCK, bppsoftintr, dsc);
622 softint_schedule(sc->sc_sih);
  /src/sys/arch/arm/amlogic/
meson_uart.c 95 void *sc_sih; member in struct:meson_uart_softc
201 sc->sc_sih = softint_establish(SOFTINT_SERIAL, meson_uart_rxsoft, sc);
202 if (sc->sc_sih == NULL) {
493 softint_schedule(sc->sc_sih);
  /src/sys/arch/usermode/dev/
vncfb.c 95 void *sc_sih; member in struct:vncfb_softc
239 sc->sc_sih = softint_establish(SOFTINT_SERIAL, vncfb_softintr, sc);
531 softint_schedule(sc->sc_sih);
539 softint_schedule(sc->sc_sih);
547 softint_schedule(sc->sc_sih);
555 softint_schedule(sc->sc_sih);
685 softint_schedule(sc->sc_sih);
  /src/sys/net/
if_tap.c 103 void *sc_sih; member in struct:tap_softc
298 sc->sc_sih = NULL;
386 if (sc->sc_sih != NULL) {
387 softint_disestablish(sc->sc_sih);
388 sc->sc_sih = NULL;
463 softint_schedule(sc->sc_sih);
575 softint_schedule(sc->sc_sih);
816 if (sc->sc_sih != NULL) {
817 softint_disestablish(sc->sc_sih);
818 sc->sc_sih = NULL
    [all...]
  /src/sys/dev/i2c/
tcakp.c 102 void *sc_sih; member in struct:tcakp_softc
154 softint_schedule(sc->sc_sih);
401 sc->sc_sih =
403 if (sc->sc_sih == NULL) {

Completed in 16 milliseconds