Home | History | Annotate | Download | only in pending

Lines Matching refs:start4

53                 end_sector, end_cyl, start4[4], size4[4];
215 first[i] = swap_le32toh(px->start4) + pe->start_offset;
242 local_start_off = swap_le32toh(p->start4);
256 offset = swap_le32toh(q->start4);
423 start = swap_le32toh((unsigned char*)(p->start4));
472 start_sec = swap_le32toh(p->start4) + partitions[i].start_offset;
612 new_start = partitions[i + 1].start_offset + swap_le32toh(q->start4) - extended_offset;
614 memcpy(p->start4, (void *)&new_start, 4);
932 begin_sec[i] = swap_le32toh(p->start4) + pe->start_offset;
951 set_levalue(p->start4, start - pe->start_offset);
960 set_levalue(p->start4, pe->start_offset - extended_offset);
1096 begin_sec[i] = swap_le32toh(p->start4) + pe->start_offset;
1106 if ((swap_le32toh(p->start4) + pe->start_offset) < begin_sec[i])
1122 sector_t e_last = swap_le32toh(pex->part->start4) +
1152 start = swap_le32toh(p->start4) + pe->start_offset;
1164 set_levalue(p->start4, new_start - pe->start_offset);
1209 swap_le32toh(p->start4),
1229 else first[i] = swap_le32toh(px->start4) + pe->start_offset;
1259 set_levalue(pj->start4, swap_le32toh(pj->start4)+oj-ojj);
1261 set_levalue(pjj->start4, swap_le32toh(pjj->start4)+ojj-oj);
1262 set_levalue((partitions[j-1].part+1)->start4, ojj-extended_offset);
1263 set_levalue((partitions[j].part+1)->start4, oj-extended_offset);
1271 sj = swap_le32toh(pj->start4);
1272 sjj = swap_le32toh(pjj->start4);
1279 set_levalue(pj->start4, ojj+sjj-oj);
1280 set_levalue(pjj->start4, oj+sj-ojj);