/titanic_44/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_reloc.c | 122 do_relocate(struct module *mp, char *reltbl, Word relshtype, int nreloc, in do_relocate() argument 137 rend = reladdr + nreloc * relocsize; in do_relocate() 279 uint_t nreloc; in do_relocations() local 303 nreloc = rshp->sh_size / rshp->sh_entsize; in do_relocations() 324 nreloc, rshp->sh_entsize, shp->sh_addr) < 0) { in do_relocations()
|
/titanic_44/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_reloc.c | 124 do_relocate(struct module *mp, char *reltbl, Word relshtype, int nreloc, in do_relocate() argument 139 rend = reladdr + nreloc * relocsize; in do_relocate() 285 uint_t nreloc; in do_relocations() local 309 nreloc = rshp->sh_size / rshp->sh_entsize; in do_relocations() 330 nreloc, rshp->sh_entsize, shp->sh_addr) < 0) { in do_relocations()
|
/titanic_44/usr/src/uts/sparc/krtld/ |
H A D | kobj_reloc.c | 154 int nreloc, in do_relocate() argument 171 rend = reladdr + nreloc * relocsize; in do_relocate() 344 uint_t nreloc; in do_relocations() local 367 nreloc = rshp->sh_size / rshp->sh_entsize; in do_relocations() 386 nreloc, rshp->sh_entsize, shp->sh_addr) < 0) { in do_relocations()
|
/titanic_44/usr/src/uts/common/fs/swapfs/ |
H A D | swap_vnops.c | 71 uint_t *pszc, spgcnt_t *nreloc, struct seg *seg, caddr_t addr, 316 spgcnt_t *nreloc, in swap_getconpage() argument 331 ASSERT(nreloc != NULL); in swap_getconpage() 354 *nreloc = 0; in swap_getconpage() 355 pp = page_lookup_create(vp, off, SE_SHARED, conpp, nreloc, 0); in swap_getconpage() 385 if (*nreloc != 0) { in swap_getconpage() 392 *nreloc = 1; in swap_getconpage()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | vm_anon.c | 1988 spgcnt_t nreloc = 0; in anon_map_getpages() local 2172 NULL, pl, PAGESIZE, conpp, ppa_szc, &nreloc, seg, vaddr, in anon_map_getpages() 2217 if (prealloc && nreloc > 1) { in anon_map_getpages() 2223 spgcnt_t npgs = nreloc; in anon_map_getpages() 2556 spgcnt_t nreloc = 0; in anon_map_privatepages() local 2698 PAGESIZE, conpp, NULL, &nreloc, seg, vaddr, in anon_map_privatepages() 2708 ASSERT(prealloc == 0 || nreloc == 1); in anon_map_privatepages() 2853 spgcnt_t nreloc = 0; in anon_map_createpages() local 3030 &nreloc, seg, addr, S_CREATE, cred); in anon_map_createpages() 3038 ASSERT(nreloc == 1); in anon_map_createpages()
|
H A D | seg_vn.c | 3158 spgcnt_t nreloc; in segvn_relocate_pages() local 3190 err = page_relocate(&pp, &repl, 0, 1, &nreloc, NULL); in segvn_relocate_pages() 3191 if (err || nreloc != curnpgs) { in segvn_relocate_pages() 3194 "nreloc=%ld", err, curnpgs, nreloc); in segvn_relocate_pages() 3367 spgcnt_t nreloc; in segvn_fill_vp_pages() local 3617 nreloc = 0; in segvn_fill_vp_pages() 3618 ret = page_relocate(&pp, &newpp, 0, 1, &nreloc, NULL); in segvn_fill_vp_pages() 3619 if (ret != 0 || nreloc == 0) { in segvn_fill_vp_pages() 3624 while (nreloc-- != 0) { in segvn_fill_vp_pages()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | mem_config.c | 695 uint_t nreloc; member 2146 MDSTAT_INCR(mhp, nreloc); in delete_memory_thread() 2937 printf("\t%8u nreloc\n", mhp->mh_delstat.nreloc); in mem_del_stat_print_func()
|