HomeSort by: relevance | last modified time | path
    Searched defs:pci_intr_alloc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/
pci_stub.c 71 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int
  /src/sys/arch/x86/pci/
pci_intr_machdep.c 493 * error = pci_intr_alloc(pa, ihps, counts, PCI_INTR_TYPE_MSIX);
501 * error = pci_intr_alloc(pa, ihps, counts, PCI_INTR_TYPE_MSIX);
507 * error = pci_intr_alloc(pa, ihps, counts, PCI_INTR_TYPE_MSI);
512 * error = pci_intr_alloc(pa, ihps, NULL, 0);
516 pci_intr_alloc(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 203 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, int *counts, pci_intr_type_t max_type) function in typeref:typename:int
  /src/sys/arch/sandpoint/pci/
pci_machdep.c 507 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int
  /src/sys/arch/powerpc/include/
pci_machdep.h 102 int pci_intr_alloc(const struct pci_attach_args *,
294 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:__pci_inline int

Completed in 40 milliseconds