Searched defs:total_sectors (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/disk/i386/pc/
H A Dbiosdisk.c334 grub_uint64_t total_sectors = 0; local
356 total_sectors = GRUB_DISK_SIZE_UNKNOWN;
378 if (drp->total_sectors)
379 total_sectors = drp->total_sectors;
384 total_sectors = drp->cylinders * drp->heads * drp->sectors;
405 if (total_sectors && (data->flags & GRUB_BIOSDISK_FLAG_LBA))
410 = grub_divmod64 (total_sectors
421 if (! total_sectors)
422 total_sectors
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddisk.h111 grub_uint64_t total_sectors; member in struct:grub_disk
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dbiosdisk.h53 grub_uint64_t total_sectors; member in struct:grub_biosdisk_drp
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbios.c72 if (sector >= geometry->total_sectors)
101 geometry->total_sectors = ((unsigned long long)geometry->cylinders
167 geometry->total_sectors = MAXUINT;
179 geometry->total_sectors = ((unsigned long long)geometry->cylinders
201 geometry->total_sectors = MAXUINT;
221 unsigned long long total_sectors = 0;
241 unsigned long long total_sectors;
283 if (drp.total_sectors)
284 total_sectors = drp.total_sectors;
219 unsigned long long total_sectors = 0; local
239 unsigned long long total_sectors; member in struct:drive_parameters
[all...]
H A Dshared.h702 unsigned long long total_sectors; member in struct:geometry

Completed in 45 milliseconds