Searched refs:ip_handler (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/arch/i386/include/
H A Di82093var.h42 struct intrhand *ip_handler; member in struct:ioapic_pin
/openbsd-current/sys/arch/i386/i386/
H A Dioapic.c340 sc->sc_pins[i].ip_handler = NULL;
428 else if (pp->ip_handler == NULL) {
535 apic_intrhand[pp->ip_vector] = pp->ip_handler;
597 for (q = sc->sc_pins[p].ip_handler; q != NULL;
726 for (p = &pin->ip_handler; (q = *p) != NULL; p = &q->ih_next) {
802 for (p = &pin->ip_handler; (q = *p) != NULL && q != ih;

Completed in 167 milliseconds