Home
last modified time | relevance | path

Searched refs:pci_common_intr_ops (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.h104 int pci_common_intr_ops(dev_info_t *, dev_info_t *, ddi_intr_op_t,
H A Dpci.c657 return (pci_common_intr_ops(pdip, rdip, intr_op, hdlp, result)); in pci_intr_ops()
H A Dpci_common.c191 pci_common_intr_ops(dev_info_t *pdip, dev_info_t *rdip, ddi_intr_op_t intr_op, in pci_common_intr_ops() function
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c956 return (pci_common_intr_ops(pdip, rdip, intr_op, hdlp, result)); in npe_intr_ops()