/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 *
|
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_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");
|
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
|
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 *
|
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
|
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
|
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 *
|
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
|
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
|
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
|
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 *
|