/src/sys/arch/sgimips/pci/ |
pci_machdep.c | 151 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, function in typeref:typename:void *
|
/src/sys/arch/atari/pci/ |
pci_milan.c | 109 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, function in typeref:typename:void * 114 panic("pci_intr_establish: bogus handle 0x%x", ih);
|
pci_hades.c | 158 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, function in typeref:typename:void * 169 panic("pci_intr_establish: interrupt was already established");
|
/src/sys/arch/landisk/include/ |
pci_machdep.h | 92 #define pci_intr_establish(v, ih, level, ih_fun, ih_arg) \ macro
|
/src/sys/arch/cobalt/pci/ |
pci_machdep.c | 215 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, function in typeref:typename:void *
|
/src/sys/arch/dreamcast/include/ |
pci_machdep.h | 94 #define pci_intr_establish(c, ih, l, h, a) \ macro
|
/src/sys/arch/hpcmips/include/ |
pci_machdep.h | 92 #define pci_intr_establish(c, ih, l, h, a) \ macro
|
/src/sys/rump/dev/lib/libpci/ |
rumpdev_pci.c | 143 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, function in typeref:typename:void *
|
/src/sys/arch/sparc64/include/ |
pci_machdep.h | 107 #define pci_intr_establish(pc, handle, level, func, arg) \ macro
|
/src/sys/arch/amiga/include/ |
pci_machdep.h | 117 #define pci_intr_establish(c, ih, l, h, a) \ macro
|
/src/sys/arch/arc/include/ |
pci_machdep.h | 99 #define pci_intr_establish(c, ih, l, h, a) \ macro
|
/src/sys/arch/hppa/include/ |
pci_machdep.h | 86 #define pci_intr_establish(c, ih, l, h, a) \ macro
|
/src/sys/arch/mips/include/ |
pci_machdep.h | 108 #define pci_intr_establish(c, ih, l, h, a) \ macro
|
/src/sys/arch/x86/pci/ |
pci_intr_machdep.c | 351 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, function in typeref:typename:void *
|
/src/sys/arch/alpha/pci/ |
pci_machdep.c | 594 pci_intr_establish(pci_chipset_tag_t const pc, pci_intr_handle_t const ih, function in typeref:typename:void *
|
/src/sys/arch/sparc/sparc/ |
pci_machdep.c | 527 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, function in typeref:typename:void * 534 ("pci_intr_establish(line %d, ipl %d)\n", ih, level)); 547 ("pci_intr_establish: returning handle %p\n", cookie));
|
/src/sys/arch/sandpoint/pci/ |
pci_machdep.c | 428 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, function in typeref:typename:void *
|
/src/sys/arch/arm/include/ |
pci_machdep.h | 167 #define pci_intr_establish(c, ih, l, h, a) \ macro
|
/src/sys/arch/riscv/include/ |
pci_machdep.h | 197 #define pci_intr_establish(c, ih, l, h, a) \ macro
|
/src/sys/arch/powerpc/include/ |
pci_machdep.h | 91 void * pci_intr_establish(pci_chipset_tag_t, pci_intr_handle_t, 259 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int ipl, function in typeref:typename:__pci_inline void *
|
/src/sys/dev/pci/ |
xmm7360.c | 239 #define pci_intr_establish(pc, ih, lvl, func, arg, name) \ macro 2224 sc->sc_ih = pci_intr_establish(sc->sc_pc, sc->sc_pih, IPL_NET,
|