Lines Matching refs:intrspec
149 sizeof (struct intrspec)), KM_SLEEP); in pci_common_set_parent_private_data()
150 pdptr->par_intr = (struct intrspec *)(pdptr + 1); in pci_common_set_parent_private_data()
162 struct intrspec *ispec; in pci_get_priority()
167 if ((ispec = (struct intrspec *)pci_intx_get_ispec(dip, dip, in pci_get_priority()
172 ispec = (struct intrspec *)pci_intx_get_ispec(dip, dip, in pci_get_priority()
207 struct intrspec *ispec; in pci_common_intr_ops()
419 ispec = (struct intrspec *)isp; in pci_common_intr_ops()
477 ispec = (struct intrspec *)isp; in pci_common_intr_ops()
514 ispec = (struct intrspec *)isp; in pci_common_intr_ops()
524 ispec = (struct intrspec *)isp; in pci_common_intr_ops()
787 struct intrspec *ispec; in pci_alloc_intr_fixed()
811 ispec = (struct intrspec *)pci_intx_get_ispec(pdip, rdip, in pci_alloc_intr_fixed()
846 struct intrspec *ispec; in pci_free_intr_fixed()
862 ispec = (struct intrspec *)pci_intx_get_ispec(pdip, rdip, in pci_free_intr_fixed()
926 struct intrspec *ispec; in pci_enable_intr()
934 ispec = (struct intrspec *)pci_intx_get_ispec(pdip, rdip, (int)inum); in pci_enable_intr()
967 struct intrspec *ispec; in pci_disable_intr()
971 ispec = (struct intrspec *)pci_intx_get_ispec(pdip, rdip, (int)inum); in pci_disable_intr()