HomeSort by: relevance | last modified time | path
    Searched defs:aiv (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/dev/
apic.c 163 struct apic_iv *aiv, *biv; local in function:apic_intr_establish
173 aiv = kmem_alloc(sizeof(struct apic_iv), KM_SLEEP);
175 aiv->sc = sc;
176 aiv->ih = ih;
177 aiv->handler = handler;
178 aiv->arg = arg;
179 aiv->next = NULL;
180 aiv->cnt = cnt;
184 iv = hppa_intr_establish(pri, apic_intr, aiv, &ci->ci_ir, irq);
186 kmem_free(aiv, sizeof(*aiv))
    [all...]
apic.c 163 struct apic_iv *aiv, *biv; local in function:apic_intr_establish
173 aiv = kmem_alloc(sizeof(struct apic_iv), KM_SLEEP);
175 aiv->sc = sc;
176 aiv->ih = ih;
177 aiv->handler = handler;
178 aiv->arg = arg;
179 aiv->next = NULL;
180 aiv->cnt = cnt;
184 iv = hppa_intr_establish(pri, apic_intr, aiv, &ci->ci_ir, irq);
186 kmem_free(aiv, sizeof(*aiv))
    [all...]

Completed in 25 milliseconds