Home
last modified time | relevance | path

Searched refs:cylinders (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dbios.c32 unsigned long *cylinders,
37 unsigned long *cylinders,
99 geometry->total_sectors = ((unsigned long long)geometry->cylinders in biosdisk()
118 if (cylinder_offset >= geometry->cylinders) in biosdisk()
145 unsigned char cylinders; in get_cdinfo() member
161 geometry->cylinders = 0; in get_cdinfo()
171 geometry->cylinders in get_cdinfo()
172 = ((unsigned int) cdrp.cylinders in get_cdinfo()
177 geometry->total_sectors = ((unsigned long long)geometry->cylinders in get_cdinfo()
195 geometry->cylinders = 0; in get_cdinfo()
[all …]
H A Dcommon.c304 info->drive_cylinders = geom.cylinders; in init_bios_info()
H A Dshared.h698 unsigned long cylinders; member
H A Dbuiltins.c1847 disks[current_drive].cylinders = num_cylinder; in geometry_func()
1875 geom.cylinders, geom.heads, geom.sectors, in geometry_func()
3284 if (cylinder >= buf_geom.cylinders) in partnew_func()
3285 cylinder = buf_geom.cylinders - 1; in partnew_func()
H A Dboot.c963 bi.bi_bios_geom[i] = (((geom.cylinders - 1) << 16) in bsd_boot()
/titanic_41/usr/src/grub/grub-0.97/util/
H A Dmkbimage40 cylinders=
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;;
339 dd if=/dev/zero of=$image bs=$block_size count=$(($cyl_size * $cylinders))
346 sfdisk -C $cylinders -H $heads -S $sectors -D $image<<EOT
[all …]
/titanic_41/usr/src/grub/grub-0.97/lib/
H A Ddevice.c54 unsigned short cylinders; member
168 geom->cylinders = hdg.cylinders; in get_drive_geometry()
206 geom->cylinders = (geom->total_sectors in get_drive_geometry()
221 geom->cylinders = hdg.d_ncylinders; in get_drive_geometry()
236 geom->cylinders = dkg.dkg_ncyl; in get_drive_geometry()
259 geom->cylinders = DEFAULT_HD_CYLINDERS; in get_drive_geometry()
265 geom->cylinders = DEFAULT_FD_CYLINDERS; in get_drive_geometry()
274 geom->total_sectors = (unsigned long long)geom->cylinders * in get_drive_geometry()
/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.h160 uint16_t cylinders; member
/titanic_41/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S75 cylinders: label
/titanic_41/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:
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-21382 cylinders, the number of heads, the number of sectors and the
H A Dmultiboot.texi878 cylinders. @samp{drive_heads} contains the number of the
H A Dgrub.info-1270 cylinders, so the accessible space is limited to at least 508 MB
H A Dmultiboot.info812 BIOS. `drive_cylinders' contains the number of the cylinders.
H A Dgrub.texi323 cylinders, so the accessible space is limited to at least 508 MB and to
2860 cylinders, the number of heads, the number of sectors and the number of
H A Dgrub.info271 cylinders, so the accessible space is limited to at least 508 MB
2686 cylinders, the number of heads, the number of sectors and the
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog8691 and the one of cylinders.