Searched defs:isa_intrhand (Results 1 – 2 of 2) sorted by relevance
139 struct isa_intrhand { struct140 struct isa_intrhand *ih_next; argument141 int (*ih_fun)(void *);142 void *ih_arg;143 u_long ih_count;144 int ih_level;145 int ih_irq;146 struct evcnt ih_evcnt;147 char ih_evname[32];
239 struct isa_intrhand *isa_intrhand[ICU_LEN]; variable