Lines Matching refs:child_rp
968 xlate_reg_prop(dev_info_t *dip, upa64s_regspec_t *child_rp, off_t off, in xlate_reg_prop() argument
976 HI32(child_rp->upa64s_phys), LO32(child_rp->upa64s_phys), in xlate_reg_prop()
977 HI32(child_rp->upa64s_size), LO32(child_rp->upa64s_size)); in xlate_reg_prop()
985 if (off + len > child_rp->upa64s_size) { in xlate_reg_prop()
993 if (child_rp->upa64s_size >= (1ull << 32)) in xlate_reg_prop()
1004 child_beg = child_rp->upa64s_phys; in xlate_reg_prop()
1010 child_end = child_beg + child_rp->upa64s_size; in xlate_reg_prop()
1023 rp->regspec_size = len ? len : child_rp->upa64s_size; in xlate_reg_prop()
1067 upa64s_regspec_t *child_rp; in init_child() local
1081 (caddr_t)&child_rp, &i) != DDI_SUCCESS) { in init_child()
1085 (void) sprintf(addr, "%x,%x", portid, LO32(child_rp->upa64s_phys)); in init_child()
1089 kmem_free(child_rp, i); in init_child()