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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbios.c36 unsigned long *cylinders,
41 unsigned long *cylinders,
104 geometry->total_sectors = ((unsigned long long)geometry->cylinders
123 if (cylinder_offset >= geometry->cylinders)
150 unsigned char cylinders;
166 geometry->cylinders = 0;
176 geometry->cylinders
177 = ((unsigned int) cdrp.cylinders
182 geometry->total_sectors = ((unsigned long long)geometry->cylinders
200 geometry->cylinders
148 unsigned char cylinders; member in struct:iso_spec_packet
254 unsigned long cylinders; member in struct:drive_parameters
[all...]
H A Dcommon.c304 info->drive_cylinders = geom.cylinders;
H A Dboot.c963 bi.bi_bios_geom[i] = (((geom.cylinders - 1) << 16)
H A Dshared.h697 /* The number of cylinders */
698 unsigned long cylinders; member in struct:geometry
H A Dbuiltins.c1868 disks[current_drive].cylinders = num_cylinder;
1896 geom.cylinders, geom.heads, geom.sectors,
1910 " set the geometry of the drive arbitrarily. The number of the cylinders,"
3326 if (cylinder >= buf_geom.cylinders)
3327 cylinder = buf_geom.cylinders - 1;
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dmkbimage40 cylinders=
296 # Create the minimum number of cylinders. At the moment, we leave
299 cylinders=$(($file_size / $cyl_size + 2));;
304 cylinders=80;;
309 cylinders=80;;
314 cylinders=80;
320 cylinders=80;;
325 cylinders=83;;
330 cylinders=80;;
337 # cylinders o
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/common/
H A Dedd.h58 uint32_t cylinders; member in struct:edd_params
/illumos-gate/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 *
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.h160 uint16_t cylinders; member in struct:Identify_Logical_Drive
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c230 u_int32_t cylinders; member in struct:__anon122
614 dskinf.cylinders = dskinf.ata_params.cylinders;
620 (u_int32_t)dskinf.ata_params.cylinders,
/illumos-gate/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? */
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt137 Compute the number of cylinders:
148 heads and sectors. Compute the number of cylinders:
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosdisk.c222 /* Convert max cyl # -> # of cylinders */
267 total = (uint64_t)params.cylinders *
520 /* CHS doesn't support cylinders > 1023. */

Completed in 126 milliseconds