| /src/sys/dev/pci/ |
| lpt_puc.c | 73 char intrbuf[PCI_INTRSTR_LEN]; local 87 intrstr = pci_intr_string(aa->pc, aa->intrhandle, intrbuf, 88 sizeof(intrbuf));
|
| bha_pci.c | 99 char intrbuf[PCI_INTRSTR_LEN]; local 135 intrstr = pci_intr_string(pc, ih, intrbuf, sizeof(intrbuf));
|
| com_puc.c | 95 char intrbuf[PCI_INTRSTR_LEN]; local 110 intrstr = pci_intr_string(aa->pc, aa->intrhandle, intrbuf, 111 sizeof(intrbuf));
|
| dpt_pci.c | 89 char intrbuf[PCI_INTRSTR_LEN]; local 123 intrstr = pci_intr_string(pc, ih, intrbuf, sizeof(intrbuf));
|
| if_mtd_pci.c | 90 char intrbuf[PCI_INTRSTR_LEN]; local 121 intrstring = pci_intr_string(pa->pa_pc, ih, intrbuf, sizeof(intrbuf));
|
| iha_pci.c | 114 char intrbuf[PCI_INTRSTR_LEN]; local 145 intrstr = pci_intr_string(pa->pa_pc, ih, intrbuf, sizeof(intrbuf));
|
| adv_pci.c | 118 char intrbuf[PCI_INTRSTR_LEN]; local 221 intrstr = pci_intr_string(pc, ih, intrbuf, sizeof(intrbuf));
|
| adw_pci.c | 105 char intrbuf[PCI_INTRSTR_LEN]; local 175 intrstr = pci_intr_string(pc, ih, intrbuf, sizeof(intrbuf));
|
| atppc_puc.c | 100 char intrbuf[PCI_INTRSTR_LEN]; local 118 intrstr = pci_intr_string(aa->pc, aa->intrhandle, intrbuf, 119 sizeof(intrbuf));
|
| cy_pci.c | 96 char intrbuf[PCI_INTRSTR_LEN]; local 139 intrstr = pci_intr_string(pa->pa_pc, ih, intrbuf, sizeof(intrbuf));
|
| if_an_pci.c | 125 char intrbuf[PCI_INTRSTR_LEN]; local 150 intrstr = pci_intr_string(pa->pa_pc, ih, intrbuf, sizeof(intrbuf));
|
| if_ep_pci.c | 184 char intrbuf[PCI_INTRSTR_LEN]; local 220 intrstr = pci_intr_string(pc, ih, intrbuf, sizeof(intrbuf));
|
| if_eqos_pci.c | 110 char intrbuf[PCI_INTRSTR_LEN]; local 184 intrstr = pci_intr_string(pc, psc->sc_intrs[0], intrbuf, 185 sizeof(intrbuf));
|
| iop_pci.c | 117 char intrbuf[PCI_INTRSTR_LEN]; local 190 intrstr = pci_intr_string(pc, ih, intrbuf, sizeof(intrbuf));
|
| mpt_pci.c | 137 char intrbuf[PCI_INTRSTR_LEN]; local 206 intrstr = pci_intr_string(pa->pa_pc, ih, intrbuf, sizeof(intrbuf));
|
| rtsx_pci.c | 107 char intrbuf[PCI_INTRSTR_LEN]; local 158 intrstr = pci_intr_string(pc, sc->sc_pihp[0], intrbuf, sizeof(intrbuf));
|
| /src/sys/dev/eisa/ |
| dpt_eisa.c | 124 char intrbuf[EISA_INTRSTR_LEN]; local 155 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf));
|
| bha_eisa.c | 154 char intrbuf[EISA_INTRSTR_LEN]; local 185 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf));
|
| depca_eisa.c | 160 char intrbuf[EISA_INTRSTR_LEN]; local 167 intrstr = eisa_intr_string(esc->sc_ec, ih, intrbuf, sizeof(intrbuf));
|
| ahc_eisa.c | 118 char intrbuf[EISA_INTRSTR_LEN]; local 170 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf));
|
| cac_eisa.c | 165 char intrbuf[EISA_INTRSTR_LEN]; local 212 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf));
|
| if_ep_eisa.c | 244 char intrbuf[EISA_INTRSTR_LEN]; local 293 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf));
|
| if_tlp_eisa.c | 154 char intrbuf[EISA_INTRSTR_LEN]; local 257 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf));
|
| mlx_eisa.c | 117 char intrbuf[EISA_INTRSTR_LEN]; local 181 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf));
|
| /src/sys/arch/evbarm/ixm1200/ |
| nappi_nppb.c | 119 char intrbuf[PCI_INTRSTR_LEN]; local 164 intrstr = pci_intr_string(pc, ih, intrbuf, sizeof(intrbuf));
|