Searched refs:cylinder (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun/sys/dada/impl/
H A Dcommands.h51 ushort_t cylinder; /* Cylinder Number */ member in struct:dcd_cmd::__anon9810::chs
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c1407 /* Embed a Stage 1.5 in the first cylinder after MBR or in the
1854 char *cylinder, *head, *sector, *total_sector;
1857 cylinder = ptr;
1858 head = skip_to (0, cylinder);
1861 if (! safe_parse_maxint (&cylinder, &num_cylinder)
3670 int cylinder, head, sector;
3674 cylinder = lba / (buf_geom.sectors * buf_geom.heads);
3676 if (cylinder >= buf_geom.cylinders)
3677 cylinder = buf_geom.cylinders - 1;
3679 *cl = sector | ((cylinder
1833 char *cylinder, *head, *sector, *total_sector; local
3632 int cylinder, head, sector; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm362 based on a cylinder surface. The radius of the cylinder is B<rho>,
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c91 /* This constant contains the maximum cylinder number that can be represented
92 * in (C,H,S) notation. Higher cylinder numbers are reserved for
115 uint8_t cylinder; member in struct:__anon4055
295 return chs->cylinder + ((chs->sector >> 6) << 8);
358 chs->cylinder = real_c % 0x100;
510 * This involves some maths. Let (c,h,s,a) be the starting cylinder,
514 * are the sizes of a single cylinder and a single head, respectively.
1549 * beginning of a cylinder, and end at the end of a cylinder.
1551 * cylinder, becaus
[all...]

Completed in 185 milliseconds