ixp12x0_intr.c | 331 ixp12x0_intr_establish(int irq, int ipl, int (*ih_func)(void *), void *arg) function in typeref:typename:void * 337 printf("ixp12x0_intr_establish(irq=%d, ipl=%d, ih_func=%08x, arg=%08x)\n", 341 panic("ixp12x0_intr_establish: IRQ %d out of range", ipl); 343 panic("ixp12x0_intr_establish: IPL %d out of range", ipl);
|