/src/sys/dev/pci/ |
pci_stub.c | 78 return pci_intx_alloc(pa, ihps); 89 pci_intx_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihp) function in typeref:typename:int
|
/src/sys/arch/x86/pci/ |
pci_intr_machdep.c | 439 pci_intx_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **pih) function in typeref:typename:int 479 * Currently callee functions are pci_intx_alloc(), pci_msi_alloc_exact(), 573 error = pci_intx_alloc(pa, ihps);
|
/src/sys/arch/arm/pci/ |
pci_msi_machdep.c | 185 pci_intx_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihp) function in typeref:typename:int 248 if (intx_count > 0 && (error = pci_intx_alloc(pa, ihps)) == 0) {
|
/src/sys/arch/sandpoint/pci/ |
pci_machdep.c | 514 return pci_intx_alloc(pa, ihps); 525 pci_intx_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihpp) function in typeref:typename:int
|
/src/sys/arch/powerpc/include/ |
pci_machdep.h | 105 int pci_intx_alloc(const struct pci_attach_args *, 308 pci_intx_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps) function in typeref:typename:__pci_inline int
|