/src/sys/dev/pci/ |
pci_stub.c | 131 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int
|
/src/sys/arch/arm/pci/ |
pci_msi_machdep.c | 173 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, int count) function in typeref:typename:int 234 if (msix_count > 0 && (error = pci_msix_alloc_exact(pa, ihps, msix_count)) == 0) {
|
/src/sys/arch/x86/pci/ |
pci_msi_machdep.c | 612 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int
|
/src/sys/arch/sandpoint/pci/ |
pci_machdep.c | 566 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int
|
/src/sys/arch/powerpc/include/ |
pci_machdep.h | 117 int pci_msix_alloc_exact(const struct pci_attach_args *, 357 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:__pci_inline int
|