Home
last modified time | relevance | path

Searched refs:cylinder (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/dada/impl/
H A Dcommands.h51 ushort_t cylinder; /* Cylinder Number */ member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c1838 char *cylinder, *head, *sector, *total_sector; in geometry_func() local
1841 cylinder = ptr; in geometry_func()
1842 head = skip_to (0, cylinder); in geometry_func()
1845 if (! safe_parse_maxint (&cylinder, &num_cylinder) in geometry_func()
3285 int cylinder, head, sector; in partnew_func() local
3289 cylinder = lba / (buf_geom.sectors * buf_geom.heads); in partnew_func()
3291 if (cylinder >= buf_geom.cylinders) in partnew_func()
3292 cylinder = buf_geom.cylinders - 1; in partnew_func()
3294 *cl = sector | ((cylinder & 0x300) >> 2); in partnew_func()
3295 *ch = cylinder & 0xFF; in partnew_func()
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s180 .byte 0x00 # cylinder
184 .byte 0xFF # ending cylinder
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi869 CHS mode (traditional cylinder/head/sector addressing mode).
H A Dgrub.info-21379 - Command: geometry drive [cylinder head sector [total_sector]]
H A Dgrub.info-3559 18 : Selected cylinder exceeds maximum supported by BIOS
H A Dmultiboot.info805 CHS mode (traditional cylinder/head/sector addressing mode).
H A Dgrub.texi2857 @deffn Command geometry drive [cylinder head sector [total_sector]]
3411 @item 18 : Selected cylinder exceeds maximum supported by BIOS
H A Dgrub.info2683 -- Command: geometry drive [cylinder head sector [total_sector]]
3268 18 : Selected cylinder exceeds maximum supported by BIOS
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib794 grep "sectors\/cylinder" | \
/illumos-gate/usr/src/cmd/look/
H A Dwords5940 cylinder
/illumos-gate/usr/src/cmd/spell/
H A Dlist5939 cylinder
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog9052 of Award's encoding of cylinder bits 10 and 11.