Home
last modified time | relevance | path

Searched refs:sec_setup_intr (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/sys/dev/sec/
H A Dsec.c65 static int sec_setup_intr(struct sec_softc *sc, struct resource **ires,
259 error = sec_setup_intr(sc, &sc->sc_pri_ires, &sc->sc_pri_ihand, in sec_attach()
267 error = sec_setup_intr(sc, &sc->sc_sec_ires, &sc->sc_sec_ihand, in sec_attach()
460 sec_setup_intr(struct sec_softc *sc, struct resource **ires, void **ihand, in sec_setup_intr() function