/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
|
pcivar.h | 420 int pci_intx_alloc(const struct pci_attach_args *, pci_intr_handle_t **);
|
if_vmx.c | 833 if (pci_intx_alloc(sc->vmx_pa, &sc->vmx_intrs) == 0) {
|
/src/sys/arch/sandpoint/include/ |
pci_machdep.h | 94 int pci_intx_alloc(const struct pci_attach_args *,
|
/src/sys/arch/x86/include/ |
pci_machdep_common.h | 150 int pci_intx_alloc(const struct pci_attach_args *,
|
/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
|
/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/include/ |
pci_machdep.h | 199 int pci_intx_alloc(const struct pci_attach_args *, pci_intr_handle_t **);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci/ |
nouveau_nvkm_subdev_pci_base.c | 147 if ((ret = pci_intx_alloc(pa, &pci->pci_ihp))) {
|
/src/sys/external/bsd/drm2/pci/ |
drm_pci.c | 184 if (pci_intx_alloc(pa, &irq_cookie->intr_handles)) {
|
/src/sys/arch/riscv/include/ |
pci_machdep.h | 230 int pci_intx_alloc(const struct pci_attach_args *, pci_intr_handle_t **);
|
/src/sys/arch/powerpc/booke/pci/ |
pq3pci.c | 1661 error = pci_intx_alloc(pa, ihps);
|
/src/share/man/man9/ |
Makefile | 652 pci_msi.9 pci_intx_alloc.9 \
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_irq.c | 4100 if ((ret = -pci_intx_alloc(pa, &dev_priv->pci_ihp))) {
|
/src/sys/dev/pci/igc/ |
if_igc.c | 628 error = pci_intx_alloc(pa, &sc->sc_intrs);
|