Searched defs:intr_establish_xname (Results 1 - 6 of 6) sorted by relevance
| /src/sys/arch/riscv/riscv/ | ||
| H A D | interrupt.c | 116 intr_establish_xname(int irq, int ipl, int type, int (*func)(void *), void *arg, function in typeref:typename:void * |
| /src/sys/arch/powerpc/powerpc/ | ||
| H A D | intr_stubs.c | 82 intr_establish_xname(int irq, int ipl, int ist, int (*func)(void *), void *arg, function in typeref:typename:void * |
| /src/sys/arch/ia64/ia64/ | ||
| H A D | interrupt.c | 259 intr_establish_xname(int irq, int type, int level, int (*func)(void *), function in typeref:typename:void * |
| /src/sys/arch/powerpc/pic/ | ||
| H A D | intr.c | 162 intr_establish_xname(int hwirq, int type, int ipl, int (*ih_fun)(void *), function in typeref:typename:void * |
| /src/sys/arch/x86/x86/ | ||
| H A D | intr.c | 832 intr_establish_xname(int legacy_irq, struct pic *pic, int pin, int type, function in typeref:typename:void * |
| /src/sys/arch/arm/pic/ | ||
| H A D | pic.c | 881 intr_establish_xname(int irq, int ipl, int type, int (*func)(void *), void *arg, function in typeref:typename:void * |
Completed in 9 milliseconds