obio_intr_establish
sc->ih = obio_intr_establish(osc, G42XXEB_INT_KEY, IPL_TTY,
sc->sc_detect_ih = obio_intr_establish(osc, G42XXEB_INT_MMCSD,
void *obio_intr_establish(struct obio_softc *, int, int, int,
sc->sc_ih = obio_intr_establish(bsc, OPIO_INTR, IPL_BIO,
return obio_intr_establish(bsc, irq, level, IST_EDGE_FALLING,
sc->sc_ih = obio_intr_establish(bsc, oba->oba_intr, IPL_BIO,
sc->sc_ih = obio_intr_establish(psc, sc->intr_no, IPL_NET,
isc->sc_ih = obio_intr_establish(device_private(parent),
void *obio_intr_establish(struct obio_softc *, int, int, int (*)(void *), void *);
obio_intr_establish(psc, sa->oba_intr,
void *obio_intr_establish(int irq, int level, int (*func)(void *), void *arg);
sc->sc_ih = obio_intr_establish(oa->oa_irq[0].or_irq, IPL_BIO, wdcintr,
static void obio_intr_establish(bus_space_tag_t, int, int, int,
obio_bustag.bs_intr_establish = obio_intr_establish; /* XXX */