Home | History | Annotate | Download | only in pending

Lines Matching refs:total

509     xprintf(", total %lld sectors\n", total_number_sectors/(g_sect_size/SECTOR_SIZE));
1066 sector_t total, real_s, real_c;
1070 total = (real_c * g_sectors + real_s) * g_heads + h;
1071 if (!total) xprintf("Partition %u contains sector 0\n", n);
1078 if (g_cylinders <= ONE_K && start != total)
1079 total %lld\n", n, start, total);
1085 sector_t begin_sec[num_parts], end_sec[num_parts], total = 1;
1109 total += end_sec[i] + 1 - begin_sec[i];
1114 total += begin_sec[i] >= begin_sec[j] ? begin_sec[i] : begin_sec[j];
1115 total -= end_sec[i] <= end_sec[j] ? end_sec[i] : end_sec[j];
1126 total++;
1135 if (total > g_heads * g_sectors * g_cylinders)
1136 xprintf("Total allocated sectors %lld greater than the maximum "
1137 "%lu\n", total, g_heads * g_sectors * g_cylinders);
1139 total = g_heads * g_sectors * g_cylinders - total;
1140 if (total) xprintf("%lld unallocated sectors\n", total);