Searched refs:new_start (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dreloc.c192 int new_start; local
194 new_start = hfs_effect_move_extent (fs, ptr_src, ptr_dest,
196 if (new_start == -1) return -1;
198 if (ref->ext_start != (unsigned) new_start) {
205 PED_CPU_TO_BE16(new_start);
210 PED_CPU_TO_BE16(new_start);
215 PED_CPU_TO_BE16(new_start);
226 PED_CPU_TO_BE16(new_start);
240 PED_CPU_TO_BE16(new_start);
259 move = hfsc_cache_move_extent(cache, ref->ext_start, new_start);
295 unsigned int old_start, new_start; local
[all...]
H A Dreloc_plus.c193 int new_start; local
195 new_start = hfsplus_effect_move_extent (fs, ptr_src, ptr_dest,
198 if (new_start == -1) return -1;
200 if (ref->ext_start != (unsigned) new_start) {
206 PED_CPU_TO_BE32(new_start);
211 PED_CPU_TO_BE32(new_start);
216 PED_CPU_TO_BE32(new_start);
221 PED_CPU_TO_BE32(new_start);
229 PED_CPU_TO_BE32(new_start);
236 if (!hfsj_update_jib(fs, new_start))
362 unsigned int old_start, new_start; local
[all...]
H A Dcache.c195 uint32_t new_start)
201 unsigned int idx2 = new_start >> CR_SHIFT;
207 pext && new_start != pext->ext_start;
217 old_start, new_start);
232 pext->ext_start = new_start;
194 hfsc_cache_move_extent(HfsCPrivateCache* cache, uint32_t old_start, uint32_t new_start) argument
H A Dcache.h110 uint32_t new_start);
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c2236 PedSector new_start; local
2259 new_start = part->prev->geom.end + 1;
2261 new_start = global_min_start;
2268 if (!ped_disk_set_partition_geom (disk, part, constraint, new_start,
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c3793 int new_type, new_start, new_len;
3852 if (! safe_parse_maxint (&arg, &new_start))
3865 lba_to_chs (new_start, &start_cl, &start_ch, &start_dh);
3866 lba_to_chs (new_start + new_len - 1, &end_cl, &end_ch, &end_dh);
3876 PC_SLICE_START (mbr, entry) = new_start;
3755 int new_type, new_start, new_len; local
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c541 regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs);
543 if (BE (new_start == NULL, 0))
548 re_free (new_start);
551 regs->start = new_start;
540 regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs); local

Completed in 113 milliseconds