Home
last modified time | relevance | path

Searched refs:ihdl_plat_datap (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvd.c651 ihdl_plat_t *ihdl_plat_datap = (ihdl_plat_t *)hdlp->ih_private; in xpvd_enable_intr() local
656 ihdl_plat_datap->ip_ispecp = xpvd_get_ispec(rdip, inum); in xpvd_enable_intr()
657 if (ihdl_plat_datap->ip_ispecp == NULL) in xpvd_enable_intr()
682 ihdl_plat_t *ihdl_plat_datap = (ihdl_plat_t *)hdlp->ih_private; in xpvd_disable_intr() local
685 ihdl_plat_datap->ip_ispecp = xpvd_get_ispec(rdip, inum); in xpvd_disable_intr()
686 if (ihdl_plat_datap->ip_ispecp == NULL) in xpvd_disable_intr()
694 ihdl_plat_datap->ip_ispecp = NULL; in xpvd_disable_intr()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c210 ihdl_plat_t *ihdl_plat_datap; in pci_common_intr_ops() local
517 ihdl_plat_datap = (ihdl_plat_t *)hdlp->ih_private; in pci_common_intr_ops()
518 pci_kstat_create(&ihdl_plat_datap->ip_ksp, pdip, hdlp); in pci_common_intr_ops()
527 ihdl_plat_datap = (ihdl_plat_t *)hdlp->ih_private; in pci_common_intr_ops()
528 if (ihdl_plat_datap->ip_ksp != NULL) in pci_common_intr_ops()
529 pci_kstat_delete(ihdl_plat_datap->ip_ksp); in pci_common_intr_ops()
928 ihdl_plat_t *ihdl_plat_datap = (ihdl_plat_t *)hdlp->ih_private; in pci_enable_intr() local
941 ihdl_plat_datap->ip_ispecp = ispec; in pci_enable_intr()
953 hdlp->ih_cb_arg2, &ihdl_plat_datap->ip_ticks, rdip)) in pci_enable_intr()
978 ihdl_plat_datap->ip_ispecp = ispec; in pci_disable_intr()
[all …]
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c5404 ihdl_plat_t *ihdl_plat_datap = in pcmcia_intr_disable_isr() local
5423 ihdl_plat_datap->ip_ispecp != &sockp->ls_intrspec) { in pcmcia_intr_disable_isr()
5444 if (ihdl_plat_datap->ip_ispecp == in pcmcia_intr_disable_isr()
5446 ispecp = ihdl_plat_datap->ip_ispecp; in pcmcia_intr_disable_isr()