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

  /external/syslinux/com32/gplinclude/disk/
partition.h 27 uint8_t start_cyl; member in struct:part_entry
  /external/e2fsprogs/lib/ext2fs/
dosio.h 65 unsigned char start_cyl; member in struct:__anon19038
dosio.c 331 fcyl = ((pent->start_sec >> 6) << 8) + pent->start_cyl;
  /external/toybox/toys/pending/
fdisk.c 454 uint32_t start_cyl, end_cyl, start_sec, end_sec, blocks, secs; local
477 start_cyl = start_sec/(g_heads * g_sectors) + 1;
490 disp_unit_cyl == 0? start_sec: start_cyl,
814 sector_t start, limit, temp = 0, start_cyl, limit_cyl, offset = 1; local
843 start_cyl = start/(g_sectors * g_heads) + 1;
848 (long long int)(disp_unit_cyl? start_cyl : start),
850 (long long int)(disp_unit_cyl? start_cyl : start));
851 temp = ask_value(mesg, disp_unit_cyl? start_cyl : start,
852 disp_unit_cyl? limit_cyl : limit, disp_unit_cyl? start_cyl : start);
869 sector_t limit, temp = 0, start_cyl, limit_cyl, start = start_sec local
    [all...]

Completed in 126 milliseconds