Searched refs:ih_number (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/sys/arch/sparc64/sparc64/
H A Dintr.c164 if (ih->ih_number & INTR_DEVINO) {
172 if (ih->ih_number <= 0 || ih->ih_number >= MAXINTNUM)
173 panic("intr_establish: bad intr number %x", ih->ih_number);
175 q = intrlev[ih->ih_number];
178 intrlev[ih->ih_number] = ih;
188 printf("intr_establish: intr reused %x\n", ih->ih_number);
198 nih->ih_number = q->ih_number;
207 intrlev[ih->ih_number]
[all...]
H A Dclock.c176 .ih_number = 1,
515 * so we set the ih_number to 1.
H A Dmachdep.c1663 ih->ih_number = number;
/openbsd-current/sys/arch/sparc64/include/
H A Dintr.h49 short ih_number; /* interrupt number */ member in struct:intrhand
/openbsd-current/sys/arch/sparc64/dev/
H A Debus_mainbus.c335 ih->ih_number |= intrmap & INTMAP_INR;
346 hv_intr_setstate(ih->ih_number, INTR_IDLE);
H A Dcbus.c211 uint64_t devino = ih->ih_number;
H A Dfhc.c285 ih->ih_number |= r & INTMAP_INR;
H A Dpsycho.c685 ih->ih_number = INTVEC(*(ih->ih_map));
691 ih->ih_fun, ih->ih_arg, sc->sc_dev.dv_xname, ih->ih_number,
1284 ih->ih_fun, ih->ih_arg, ih->ih_number, ih->ih_pil));
H A Dpyro.c726 ih->ih_number = msinum;
812 ih->ih_number |= intrmap & INTMAP_INR;
H A Dvpci.c643 ih->ih_number = msinum;
714 uint64_t sysino = INTVEC(ih->ih_number);
H A Dsbus.c367 ih->ih_number = INTVEC(*(ih->ih_map));
H A Dschizo.c818 ih->ih_number |= intrmap & INTMAP_INR;

Completed in 137 milliseconds