• Home
  • Raw
  • Download

Lines Matching refs:start4

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