intr_establish
intr_establish(int irq, int ipl, int type, int (*func)(void *), void *arg)
intr_establish(int vector, int type, int pri, hw_ifun_t ih_fun, void *ih_arg)
intr_establish(int irq, int (*func)(void *), void *arg)
intr_establish(int (*func)(void *), void *arg, int ipl, int isrpri)
intr_establish(int irq, int type, int level, int (*func)(void *), void *arg)
intr_establish(int (*func)(void *), void *arg, int ipl)
intr_establish(int hwirq, int type, int ipl, int (*ih_fun)(void *),
void *intr_establish(int, int, int, int (*)(void *), void *) __noprofile;
intr_establish(int irq, int ipl, int type, int (*func)(void *), void *arg)
intr_establish(int level, int classipl,
intr_establish(int level, bool mpsafe, struct intrhand *ih)
intr_establish(int (*func)(void *), void *arg, int irq, int ipl,
intr_establish(int legacy_irq, struct pic *pic, int pin, int type, int level,