Searched defs:cylinders (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/powerpc/ieee1275/
H A Dbiosdisk.h27 unsigned long cylinders; member in struct:grub_biosdisk_data
39 unsigned long *cylinders,
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddevice_io.h46 unsigned short cylinders; member in struct:hd_geometry
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dboot.S71 cylinders: label
252 /* save number of cylinders */
284 /* do we need too many cylinders? */
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dgptsync.c44 int sectors = 63, heads = 255, cylinders = 1024; local
50 if (cylinder >= cylinders)
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Ddevice.h64 int cylinders; member in struct:_PedCHSGeometry
/osnet-11/usr/src/grub/grub2/grub-core/disk/i386/pc/
H A Dbiosdisk.c176 unsigned long *cylinders,
201 *cylinders = (((regs.ecx >> 8) & 0xff) | ((regs.ecx << 2) & 0x0300)) + 1;
384 total_sectors = drp->cylinders * drp->heads * drp->sectors;
401 &data->cylinders,
409 data->cylinders
422 total_sectors = data->cylinders * data->heads * data->sectors;
482 disk->total_sectors = data->cylinders * data->heads * data->sectors;
494 1024 /* cylinders */ *
504 if (coff >= data->cylinders)
175 grub_biosdisk_get_diskinfo_standard(int drive, unsigned long *cylinders, unsigned long *heads, unsigned long *sectors) argument
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dbiosdisk.h39 unsigned long cylinders; member in struct:grub_biosdisk_data
50 grub_uint32_t cylinders; member in struct:grub_biosdisk_drp
93 grub_uint8_t cylinders; member in struct:grub_biosdisk_cdrp
/osnet-11/usr/src/grub/grub2/util/
H A Ddeviceiter.c60 unsigned short cylinders; member in struct:hd_geometry
/osnet-11/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S75 cylinders: label
267 /* save number of cylinders */
300 /* do we need too many cylinders? */
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbios.c33 unsigned long *cylinders,
38 unsigned long *cylinders,
101 geometry->total_sectors = ((unsigned long long)geometry->cylinders
120 if (cylinder_offset >= geometry->cylinders)
147 unsigned char cylinders;
163 geometry->cylinders = 0;
173 geometry->cylinders
174 = ((unsigned int) cdrp.cylinders
179 geometry->total_sectors = ((unsigned long long)geometry->cylinders
197 geometry->cylinders
145 unsigned char cylinders; member in struct:iso_spec_packet
236 unsigned long cylinders; member in struct:drive_parameters
[all...]
H A Dshared.h695 /* The number of cylinders */
696 unsigned long cylinders; member in struct:geometry
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Ddevice.c54 unsigned short cylinders; member in struct:hd_geometry
168 geom->cylinders = hdg.cylinders;
206 geom->cylinders = (geom->total_sectors
221 geom->cylinders = hdg.d_ncylinders;
236 geom->cylinders = dkg.dkg_ncyl;
259 geom->cylinders = DEFAULT_HD_CYLINDERS;
265 geom->cylinders = DEFAULT_FD_CYLINDERS;
274 geom->total_sectors = (unsigned long long)geom->cylinders *
/osnet-11/usr/src/grub/grub2/include/grub/
H A Data.h176 grub_uint16_t cylinders; member in struct:grub_ata
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c68 unsigned short cylinders; member in struct:hd_geometry
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c523 bios_geom->cylinders = part->disk->dev->length / (sectors * heads);
575 PedSector cylinders, heads, sectors; local
673 cylinders = part->disk->dev->length / cyl_size;
693 bios_geom->cylinders = cylinders;
1009 if (disk->dev->bios_geom.cylinders != bios_geom.cylinders

Completed in 89 milliseconds