Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetenv.c216 const char **new_base; in addtoenv() local
310 new_base = (const char **)(new_chunk + 1); in addtoenv()
311 new_environ = &new_base[(new_size - 1) - environ_size]; in addtoenv()
322 environ_base = new_base; in addtoenv()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c589 sbdp_copy_regs(pnode_t node, uint64_t bpa, uint64_t new_base, int inval, in sbdp_copy_regs() argument
615 tmp_base = new_base; in sbdp_copy_regs()
944 uint64_t new_base, old_base, temp_base; in sbdp_prep_rename_script() local
966 new_base = (s_bdp->bpa >> PHYS2UM_SHIFT) << MC_UM_SHIFT; in sbdp_prep_rename_script()
976 SBDP_DBG_MEM("new 0x%lx old_base ox%lx temp_base 0x%lx\n", new_base, in sbdp_prep_rename_script()
1016 if (sbdp_copy_regs(t_nodes[i], t_bdp->bpa, new_base, 0, rsp, in sbdp_prep_rename_script()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c13479 struct tsbe *new_base = (struct tsbe *)new_tsbinfo->tsb_va; in sfmmu_copy_tsb() local
13531 new = new_base + new_offset; in sfmmu_copy_tsb()