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

/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdisk.c168 unsigned long long total_number_of_sectors; variable
867 total_number_of_sectors = llsectors;
873 llcyls = total_number_of_sectors / (heads * sectors * sec_fac);
1530 long long bytes = (total_number_of_sectors << 9);
1543 total_number_of_sectors / (sector_size/512));
1900 if (total > total_number_of_sectors)
1902 "%lld\n"), total, total_number_of_sectors);
1903 else if (total < total_number_of_sectors)
1905 total_number_of_sectors - total);
1926 if (display_in_cyl_units || !total_number_of_sectors)
[all...]

Completed in 34 milliseconds