intr_pic_claim_root
return (intr_pic_claim_root(sc->sc_dev, xref, a10_intr, sc, INTR_ROOT_IRQ));
if (intr_pic_claim_root(dev, xref, arm_gic_intr, sc, INTR_ROOT_IRQ) != 0) {
if (intr_pic_claim_root(dev, xref, arm_gic_intr, sc, INTR_ROOT_IRQ)
if (intr_pic_claim_root(dev, xref, bcm2835_intc_intr, sc, INTR_ROOT_IRQ)
error = intr_pic_claim_root(sc->bls_dev, xref, bcm_lintc_intr, sc,
return (intr_pic_claim_root(sc->sc_dev, xref, ti_aintc_intr, sc,
if (intr_pic_claim_root(dev, xref, apple_aic_irq, sc,
if (intr_pic_claim_root(dev, xref, apple_aic_fiq, sc,
err = intr_pic_claim_root(dev, ACPI_INTR_XREF, arm_gic_v3_intr, sc,
err = intr_pic_claim_root(dev, xref, arm_gic_v3_intr, sc, INTR_ROOT_IRQ);
return (intr_pic_claim_root(sc->dev, xref, intc_intr, sc, INTR_ROOT_IRQ));
int intr_pic_claim_root(device_t, intptr_t, intr_irq_filter_t *, void *,