HomeSort by relevance Sort by last modified time
    Searched refs:cylinder (Results 1 - 4 of 4) sorted by null

  /bootable/diskinstaller/libdiskconfig/
diskconfig.h 53 uint8_t cylinder; member in struct:chs
  /system/core/include/diskconfig/
diskconfig.h 58 uint8_t cylinder; member in struct:chs
  /external/grub/stage2/
builtins.c 1032 /* Embed a Stage 1.5 in the first cylinder after MBR or in the
1391 char *cylinder, *head, *sector, *total_sector;
1394 cylinder = ptr;
1395 head = skip_to (0, cylinder);
1398 if (! safe_parse_maxint (&cylinder, &num_cylinder)
1443 "geometry DRIVE [CYLINDER HEAD SECTOR [TOTAL_SECTOR]]",
1447 " sectors are set to CYLINDER, HEAD, SECTOR and TOTAL_SECTOR,"
1372 char *cylinder, *head, *sector, *total_sector; local
2761 int cylinder, head, sector; local
    [all...]
  /external/qemu/block/
vvfat.c 246 uint8_t cylinder; member in struct:__anon5790
355 /* take the sector position spos and convert it to Cylinder/Head/Sector position
369 chs->cylinder = 0xFF;
374 chs->cylinder = (uint8_t)spos;
    [all...]

Completed in 908 milliseconds