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

  /src/sys/arch/sgimips/include/
intr.h 49 struct sgimips_intrhand { struct
50 LIST_ENTRY(sgimips_intrhand) ih_q;
54 struct sgimips_intrhand *ih_next;
61 LIST_HEAD(,sgimips_intrhand) intr_q;
65 extern struct sgimips_intrhand intrtab[];
  /src/sys/arch/sgimips/dev/
int.c 248 struct sgimips_intrhand *ih;
280 struct sgimips_intrhand *ih;
308 struct sgimips_intrhand *ih;
335 struct sgimips_intrhand *ih;
369 struct sgimips_intrhand *n, *ih;
408 struct sgimips_intrhand *n, *ih;
  /src/sys/arch/sgimips/sgimips/
machdep.c 110 struct sgimips_intrhand intrtab[NINTR];

Completed in 13 milliseconds