/osnet-11/usr/src/grub/grub2/include/grub/powerpc/ieee1275/ |
H A D | biosdisk.h | 27 unsigned long cylinders; member in struct:grub_biosdisk_data 39 unsigned long *cylinders,
|
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | device_io.h | 46 unsigned short cylinders; member in struct:hd_geometry
|
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/ |
H A D | boot.S | 71 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 D | gptsync.c | 44 int sectors = 63, heads = 255, cylinders = 1024; local 50 if (cylinder >= cylinders)
|
/osnet-11/usr/src/lib/libparted/common/include/parted/ |
H A D | device.h | 64 int cylinders; member in struct:_PedCHSGeometry
|
/osnet-11/usr/src/grub/grub2/grub-core/disk/i386/pc/ |
H A D | biosdisk.c | 176 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 D | biosdisk.h | 39 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 D | deviceiter.c | 60 unsigned short cylinders; member in struct:hd_geometry
|
/osnet-11/usr/src/grub/grub-0.97/stage1/ |
H A D | stage1.S | 75 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 D | bios.c | 33 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 D | shared.h | 695 /* The number of cylinders */ 696 unsigned long cylinders; member in struct:geometry
|
/osnet-11/usr/src/grub/grub-0.97/lib/ |
H A D | device.c | 54 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 D | ata.h | 176 grub_uint16_t cylinders; member in struct:grub_ata
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/ |
H A D | hostdisk.c | 68 unsigned short cylinders; member in struct:hd_geometry
|
/osnet-11/usr/src/lib/libparted/common/libparted/labels/ |
H A D | dos.c | 523 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
|