Searched refs:remap (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcontext.h47 FatFragment* remap; member in struct:_FatOpContext
H A Dcontext.c99 ctx->remap = (FatFragment*) ped_malloc (sizeof (FatFragment)
101 if (!ctx->remap)
123 free (ctx->remap);
166 return ctx->remap [frag];
H A Dclstdup.c290 ctx->remap [ctx->buffer_offset + i] = ctx->buffer_map [i];
375 ctx->remap[i] = fat_op_context_map_static_fragment (ctx, i);
H A Dresize.c451 ctx->remap [old_cluster],
454 ctx->remap [old_cluster]));
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1452 int rval = -1, *map, *remap = NULL; local
1499 * we will allocate a remap that will indicate the
1501 * should be pulled. (That is, where the remap will
1504 if (remap == NULL) {
1505 remap = dt_zalloc(dtp, naggvars * sizeof (int));
1507 if (remap == NULL)
1520 remap[i] = map[aggvar];
1804 * remap. If we have a remapping, we'll drop it in
1810 if (remap != NULL && remap[
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_prop.c1385 int remap; local
1392 remap = ZFS_PROP_SHARE_NFS;
1396 remap = ZFS_PROP_SHARE_SMB;
1401 remap = prop;
1434 return (do_remap ? remap : prop);

Completed in 34 milliseconds