Home
last modified time | relevance | path

Searched refs:remap (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1673 int rval = -1, *map, *remap = NULL; in dtrace_aggregate_walk_joined() local
1725 if (remap == NULL) { in dtrace_aggregate_walk_joined()
1726 remap = dt_zalloc(dtp, naggvars * sizeof (int)); in dtrace_aggregate_walk_joined()
1728 if (remap == NULL) in dtrace_aggregate_walk_joined()
1741 remap[i] = map[aggvar]; in dtrace_aggregate_walk_joined()
2031 if (remap != NULL && remap[j]) { in dtrace_aggregate_walk_joined()
2032 assert(remap[j] - 1 < j); in dtrace_aggregate_walk_joined()
2033 assert(nbundle[remap[j] - 1] != NULL); in dtrace_aggregate_walk_joined()
2034 nbundle[j] = nbundle[remap[j] - 1]; in dtrace_aggregate_walk_joined()
2099 dt_free(dtp, remap); in dtrace_aggregate_walk_joined()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs_clnt.h656 kstat_named_t remap; /* server remap count */ member
H A Dnfs4_clnt.h189 kstat_named_t remap; /* server remap count */ member
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c2488 int remap; in recov_openfiles() local
2536 remap = mi->mi_recovflags & MI4R_REMAP_FILES; in recov_openfiles()
2547 if (remap) { in recov_openfiles()
2614 if (remap) { in recov_openfiles()
H A Dnfs_subr.c4663 nfscl->nfscl_stat.remap.value.ui64++; in failover_remap()
/titanic_44/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c3072 int hmenum, size, remap; in sfmmu_tteload_addentry() local
3159 remap = TTE_IS_VALID(&tteold); in sfmmu_tteload_addentry()
3160 if (remap) { in sfmmu_tteload_addentry()
3188 if (!remap && (cache & CACHE_VAC) && !PP_ISNC(pp)) { in sfmmu_tteload_addentry()
3206 } else if (sfmmu_pagearray_setup(vaddr, pps, ttep, remap)) { in sfmmu_tteload_addentry()
3218 ASSERT(remap || (sfhme->hme_page == NULL)); in sfmmu_tteload_addentry()
3221 ASSERT((!remap) ? sfhme->hme_next == NULL : 1); in sfmmu_tteload_addentry()
3329 if (remap && (flush_tte.tte_inthi || flush_tte.tte_intlo)) { in sfmmu_tteload_addentry()
3380 if (!remap) { in sfmmu_tteload_addentry()
3413 sfmmu_pagearray_setup(caddr_t addr, page_t **pps, tte_t *ttep, int remap) in sfmmu_pagearray_setup() argument
[all …]
/titanic_44/usr/src/cmd/vi/port/
H A Dex.news361 The "remap" option failed completely if it was turned off.
553 If you map o to O and O to o and have remap set, the editor
670 The new option "remap" (default on) causes the editor to attempt
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog2812 and remap sector 0 to sector 1 like EZ-BIOS does.