Home
last modified time | relevance | path

Searched refs:par_nreg (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/prtconf/
H A Dprt_xxx.c77 offsetof(struct ddi_parent_private_data, par_nreg),
114 offsetof(struct ddi_parent_private_data, par_nreg),
192 dp->par_nreg, *((di_off_t *)(&dp->par_reg)), in obio_print()
196 nreg = dp->par_nreg; in obio_print()
301 dp->par_nreg, *((di_off_t *)(&dp->par_reg)), in sbus_print()
305 nreg = dp->par_nreg; in sbus_print()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsysiosbus.h372 int par_nreg; /* number of regs */ member
384 #define sysio_pd_getnreg(dev) (SYSIO_PD(dev)->par_nreg)
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmach_rootnex.c416 if ((pd == NULL) || (pd->par_nreg == 0)) in rootnex_ctl_initchild_impl()
436 for (i = 0, rp = pd->par_reg; i < pd->par_nreg; i++, rp++) { in rootnex_ctl_initchild_impl()
H A Dsysiosbus.c987 pdptr->par_nreg = reg_len / (int)sizeof (struct regspec); in make_sbus_ppd()
1269 if ((n = pdptr->par_nreg) != 0) in sbus_uninitchild()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmach_rootnex.c255 if ((pd == NULL) || (pd->par_nreg == 0)) in rootnex_ctl_initchild_impl()
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c113 if ((pd == NULL) || (pd->par_nreg == 0)) { in init_regspec_64()
164 pd->par_nreg = n; in init_regspec_64()
217 pdptr->par_nreg = (int)(reg_len / sizeof (struct regspec)); in make_ddi_ppd()
272 if (pdptr->par_nreg != 0) in impl_free_ddi_ppd()
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c940 *ptr = pdp->par_nreg; in rootnex_ctlops()
946 if (n >= pdp->par_nreg) { in rootnex_ctlops()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h778 int par_nreg; /* number of regs */ member
788 #define sparc_pd_getnreg(dev) (DEVI_PD(dev)->par_nreg)
/illumos-gate/usr/src/uts/i86pc/io/
H A Disa.c740 *(int *)result = pdp->par_nreg; in isa_ctlops()
743 if (rn >= pdp->par_nreg) in isa_ctlops()
H A Dimmu_dmar.c687 pdptr->par_nreg = 1; in drhd_devi_create()
H A Drootnex.c710 *ptr = pdp->par_nreg; in rootnex_ctlops()
716 if (n >= pdp->par_nreg) { in rootnex_ctlops()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c1290 ppd->ppd.par_nreg = 0; in cardbus_initchild()
1370 if (ppd->ppd.par_reg && (ppd->ppd.par_nreg > 0)) in cardbus_removechild()
1372 ppd->ppd.par_nreg * sizeof (struct regspec)); in cardbus_removechild()
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvtd.c408 pdptr->par_nreg = 1; in vtd_get_dip()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c615 pdptr->par_nreg = reg_len / (int)sizeof (struct regspec); in make_ddi_ppd()
801 if ((n = pdptr->par_nreg) != 0) in impl_free_ddi_ppd()