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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbios.c75 if (sector >= geometry->total_sectors)
104 geometry->total_sectors = ((unsigned long long)geometry->cylinders
170 geometry->total_sectors = MAXUINT;
182 geometry->total_sectors = ((unsigned long long)geometry->cylinders
204 geometry->total_sectors = MAXUINT;
225 unsigned long long total_sectors = 0;
259 unsigned long long total_sectors;
325 if (drp.total_sectors)
326 total_sectors = drp.total_sectors;
223 unsigned long long total_sectors = 0; local
257 unsigned long long total_sectors; member in struct:drive_parameters
[all...]
H A Ddisk_io.c960 (buf_geom.total_sectors > MAXUINT) ? MAXUINT : buf_geom.total_sectors;
H A Dshared.h704 unsigned long long total_sectors; member in struct:geometry
H A Dbuiltins.c1873 disks[current_drive].total_sectors = num_total_sector;
1875 disks[current_drive].total_sectors
1897 geom.total_sectors, msg);
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c171 geom->total_sectors = nr;
191 geom->total_sectors = media_size / sector_size;
199 else if (geom->total_sectors <= 63 * 1 * 1024)
201 else if (geom->total_sectors <= 63 * 16 * 1024)
206 geom->cylinders = (geom->total_sectors
224 geom->total_sectors = hdg.d_secperunit;
239 geom->total_sectors = (unsigned long long)dkg.dkg_ncyl * dkg.dkg_nhead
272 geom->total_sectors = st.st_blocks >> SECTOR_BITS;
274 geom->total_sectors = (unsigned long long)geom->cylinders *

Completed in 87 milliseconds