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

  /src/sys/arch/arc/isa/
isabus.c 239 struct isa_intrhand *isa_intrhand[ICU_LEN]; variable in typeref:struct:isa_intrhand * []
258 struct isa_intrhand *q;
263 for (q = isa_intrhand[irq]; q; q = q->ih_next)
297 for (q = isa_intrhand[irq]; q; q = q->ih_next)
306 if (isa_intrhand[irq])
346 struct isa_intrhand **p, *q, *ih;
347 static struct isa_intrhand fakehand = {NULL, fakeintr};
375 for (p = &isa_intrhand[irq]; (q = *p) != NULL; p = &q->ih_next)
417 struct isa_intrhand *ih
    [all...]
  /src/sys/arch/arc/include/
isa_machdep.h 139 struct isa_intrhand { struct
140 struct isa_intrhand *ih_next;

Completed in 12 milliseconds