Home | History | Annotate | Download | only in dev

Lines Matching defs:iv

164 	void *iv;
184 iv = hppa_intr_establish(pri, apic_intr, aiv, &ci->ci_ir, irq);
185 if (iv == NULL) {
236 struct apic_iv *iv = v;
237 struct elroy_softc *sc = iv->sc;
239 uint32_t irq = APIC_INT_IRQ(iv->ih);
242 while (iv) {
243 claimed = iv->handler(iv->arg);
244 if (claimed && iv->cnt)
245 iv->cnt->ev_count++;
248 iv = iv->next;