Searched defs:rbase (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dload_elf_obj.c469 Elf_Rel r, *rbase; local
501 rbase = (Elf_Rel *)(intptr_t)shdr[i].sh_addr;
505 COPYOUT(rbase + j, &r, sizeof(r));
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1032 rootnex_addr_t rbase; local
1150 rbase = (rootnex_addr_t)(rp->regspec_addr & MMU_PAGEMASK);
1157 pbase = pfn_to_pa(xen_assign_pfn(mmu_btop(rbase)));
1159 pbase = rbase;
1162 pbase = rbase;
1274 rootnex_addr_t rbase; local
1341 rbase = (rootnex_addr_t)rp->regspec_addr &
1354 pbase = pfn_to_pa(xen_assign_pfn(mmu_btop(rbase))) |
1355 (rbase & MMU_PAGEOFFSET);
1357 pbase = rbase;
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c342 ctf_id_t rbase = ctf_type_resolve(rfp, rtype); local
343 uint_t rkind = ctf_type_kind(rfp, rbase);
359 rtype = rbase = DT_INT_TYPE(dtp);
367 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) {
382 if (lbase - rbase < 0)
1047 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; local
1096 rbase = ctf_type_resolve(rfp, rp->dn_type);
1097 rkind = ctf_type_kind(rfp, rbase);
1101 ctf_type_reference(rfp, rbase));
1103 ctf_array_info(rfp, rbase,
[all...]

Completed in 54 milliseconds