/openbsd/sys/arch/amd64/include/ |
H A D | pci_machdep.h | 89 int pci_intr_map(struct pci_attach_args *, pci_intr_handle_t *);
|
/openbsd/sys/arch/i386/pci/ |
H A D | pci_machdep.h | 98 int pci_intr_map(struct pci_attach_args *, pci_intr_handle_t *);
|
/openbsd/sys/dev/pci/ |
H A D | if_an_pci.c | 125 if (pci_intr_map(pa, &ih)) { in an_pci_attach()
|
H A D | if_ep_pci.c | 113 if (pci_intr_map(pa, &ih)) { in ep_pci_attach()
|
H A D | twe_pci.c | 82 if (pci_intr_map(pa, &ih)) { in twe_pci_attach()
|
H A D | ufshci_pci.c | 87 if (pci_intr_map(pa, &ih) != 0) { in ufshci_pci_attach()
|
H A D | if_ti_pci.c | 136 if (pci_intr_map(pa, &ih)) { in ti_pci_attach()
|
H A D | xspd.c | 79 if (pci_intr_map(pa, &ih) != 0) { in xspd_attach()
|
H A D | iha_pci.c | 112 if (pci_intr_map(pa, &ih)) { in iha_pci_attach()
|
H A D | adw_pci.c | 158 if (pci_intr_map(pa, &ih)) { in adw_pci_attach()
|
H A D | if_mtd_pci.c | 112 if (pci_intr_map(pa, &ih)) { in mtd_pci_attach()
|
H A D | trm_pci.c | 148 if (pci_intr_map(pa, &ih)) { in trm_pci_attach()
|
H A D | adv_pci.c | 173 if (pci_intr_map(pa, &ih)) { in adv_pci_attach()
|
H A D | if_pgt_pci.c | 108 if (pci_intr_map(pa, &ih) != 0) { in pgt_pci_attach()
|
H A D | if_sf_pci.c | 139 if (pci_intr_map(pa, &ih)) { in sf_pci_attach()
|
H A D | psp_pci.c | 78 pci_intr_map_msi(pa, &ih) != 0 && pci_intr_map(pa, &ih) != 0) { in psp_pci_intr_map()
|
H A D | nvme_pci.c | 100 if (pci_intr_map(pa, &ih) != 0) { in nvme_pci_attach()
|
H A D | cy_pci.c | 133 if (pci_intr_map(pa, &ih) != 0) { in cy_pci_attach()
|
H A D | if_dwqe_pci.c | 91 if (pci_intr_map_msi(pa, &ih) && pci_intr_map(pa, &ih)) { in dwqe_pci_attach()
|
/openbsd/sys/arch/macppc/include/ |
H A D | pci_machdep.h | 84 int pci_intr_map(struct pci_attach_args *, pci_intr_handle_t *);
|
/openbsd/sys/arch/landisk/include/ |
H A D | pci_machdep.h | 76 #define pci_intr_map(pa, ihp) \ macro
|
/openbsd/sys/arch/alpha/pci/ |
H A D | pci_machdep.c | 145 pci_intr_map(struct pci_attach_args *pa, pci_intr_handle_t *ihp) in pci_intr_map() function
|
/openbsd/sys/arch/loongson/include/ |
H A D | pci_machdep.h | 76 #define pci_intr_map(c, ihp) \ macro
|
/openbsd/sys/arch/sparc64/include/ |
H A D | pci_machdep.h | 102 int pci_intr_map(struct pci_attach_args *, pci_intr_handle_t *);
|
/openbsd/sys/arch/hppa/include/ |
H A D | pci_machdep.h | 81 #define pci_intr_map(p, ihp) \ macro
|