ixp425_intr.c | 333 ixp425_intr_establish(int irq, int ipl, int (*func)(void *), void *arg) function in typeref:typename:void * 340 panic("ixp425_intr_establish: IRQ %d out of range", irq); 342 printf("ixp425_intr_establish(irq=%d, ipl=%d, func=%08x, arg=%08x)\n",
|