Searched refs:sc_sih (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Darcofivar.h27 void *sc_sih; member in struct:arcofi_softc
H A Darcofi.c919 softintr_schedule(sc->sc_sih);
946 softintr_schedule(sc->sc_sih);
/openbsd-current/sys/arch/hppa/gsc/
H A Darcofi_gsc.c76 sc->sc_sih = softintr_establish(IPL_SOFTTTY, &arcofi_swintr, sc);
77 if (sc->sc_sih == NULL) {
/openbsd-current/sys/dev/sbus/
H A Dmagmareg.h107 void *sc_sih; /* softintr vector */ member in struct:magma_softc
H A Dmagma.c337 sc->sc_sih = softintr_establish(IPL_TTY, magma_soft, sc);
338 if (sc->sc_sih == NULL) {
653 softintr_schedule(sc->sc_sih);

Completed in 94 milliseconds