Home
last modified time | relevance | path

Searched refs:par_intr (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/prtconf/
H A Dprt_xxx.c80 offsetof(struct ddi_parent_private_data, par_intr),
117 offsetof(struct ddi_parent_private_data, par_intr),
193 dp->par_nintr, *((di_off_t *)(&dp->par_intr)), in obio_print()
226 intr = (struct intrspec *)(data + *(di_off_t *)(&dp->par_intr)); in obio_print()
302 dp->par_nintr, *((di_off_t *)(&dp->par_intr)), in sbus_print()
347 (data + *(di_off_t *)(&dp->par_intr)); in sbus_print()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsysiosbus.h375 struct sysiointrspec *par_intr; /* array of possible interrupts */ member
391 #define sysio_pd_getintr(dev, n) (&SYSIO_PD(dev)->par_intr[(n)])
/illumos-gate/usr/src/uts/common/io/pci-ide/
H A Dpci-ide.c532 pdptr->par_intr = ispecp; in pciide_initchild()
651 return ((struct intrspec *)&ppdptr->par_intr[inumber]); in pciide_get_ispec()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c476 new = pdptr->par_intr = kmem_zalloc(size, KM_SLEEP); in impl_xlate_intrs()
513 new = pdptr->par_intr = kmem_zalloc(size, KM_SLEEP); in impl_xlate_intrs()
565 kmem_free(pdptr->par_intr, size); in impl_xlate_intrs()
566 pdptr->par_intr = NULL; in impl_xlate_intrs()
675 pdptr->par_intr = in make_ddi_ppd()
796 kmem_free(pdptr->par_intr, n * sizeof (struct intrspec)); in impl_free_ddi_ppd()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h781 struct intrspec *par_intr; /* array of possible interrupts */ member
792 #define sparc_pd_getintr(dev, n) (&DEVI_PD(dev)->par_intr[(n)])
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcieb_x86.c186 pdptr->par_intr = (struct intrspec *)(pdptr + 1); in pcieb_plat_initchild()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c1276 ppd->ppd.par_intr = (struct intrspec *)(ppd + 1); in cardbus_initchild()
1277 (ppd->ppd.par_intr)->intrspec_pri = 0; in cardbus_initchild()
1278 (ppd->ppd.par_intr)->intrspec_vec = 0; in cardbus_initchild()
1279 (ppd->ppd.par_intr)->intrspec_func = (uint_t (*)()) 0; in cardbus_initchild()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1569 if (!pdp->par_intr && strcmp(ddi_get_name(rdip), "pcic") == 0) { in rootnex_get_ispec()
1571 pdp->par_intr = kmem_zalloc(sizeof (struct intrspec) * in rootnex_get_ispec()
1580 return ((struct intrspec *)&pdp->par_intr[inum]); in rootnex_get_ispec()
1680 if (pdp->par_intr && strcmp(ddi_get_name(rdip), "pcic") == 0) { in rootnex_free_intr_fixed()
1681 kmem_free(pdp->par_intr, sizeof (struct intrspec) * in rootnex_free_intr_fixed()
1687 pdp->par_intr = NULL; in rootnex_free_intr_fixed()
H A Disa.c770 return ((struct intrspec *)&pdp->par_intr[inum]); in isa_get_ispec()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c711 pdptr->par_intr = (struct intrspec *)(pdptr + 1); in ppb_initchild()
/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c1178 ispec = pdptr->par_intr; in pci_intx_get_ispec()
H A Dpcic.c1454 ispecp = (struct intrspec *)&pdp->par_intr[0]; in pcic_attach()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c150 pdptr->par_intr = (struct intrspec *)(pdptr + 1); in pci_common_set_parent_private_data()