| /src/sys/dev/ic/ |
| lptvar.h | 66 void *sc_sih; member in struct:lpt_softc
|
| sc16is7xxvar.h | 81 void *sc_sih; member in struct:sc16is7xx_sc
|
| sc16is7xx.c | 150 softint_schedule(sc->sc_sih); 404 sc->sc_sih = NULL; 524 sc->sc_sih = 526 if (sc->sc_sih == NULL) { 629 if (sc->sc_sih != NULL) 630 softint_disestablish(sc->sc_sih);
|
| lpt.c | 132 sc->sc_sih = softint_establish(SOFTINT_SERIAL, lptsoftintr, sc); 143 softint_disestablish(sc->sc_sih); 425 softint_schedule(sc->sc_sih);
|
| /src/sys/arch/pmax/tc/ |
| dtvar.h | 76 void *sc_sih; member in struct:dt_softc
|
| dt.c | 219 sc->sc_sih = softint_establish(SOFTINT_SERIAL, dt_dispatch, sc); 220 if (sc->sc_sih == NULL) { 309 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) {
|
| /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/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/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/dev/usb/ |
| uhid.c | 105 void *sc_sih; member in struct:uhid_softc
|