Searched refs:end_cyl (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/com32/gplinclude/disk/ |
D | partition.h | 31 uint8_t end_cyl; member
|
/external/e2fsprogs/lib/ext2fs/ |
D | dosio.h | 69 unsigned char end_cyl; member
|
/external/toybox/toys/pending/ |
D | fdisk.c | 53 end_sector, end_cyl, start4[4], size4[4]; member 119 p->end_cyl = end & 0xFF; in set_hsc() 419 physec = cylinder(p->end_sector, p->end_cyl); in consistency_check() 454 uint32_t start_cyl, end_cyl, start_sec, end_sec, blocks, secs; in list_partitions() local 478 end_cyl = end_sec/(g_heads * g_sectors) + 1; in list_partitions() 491 disp_unit_cyl == 0? end_sec: end_cyl, in list_partitions() 1108 check(i + 1, p->end_head, p->end_sector, p->end_cyl, end_sec[i]); in verify_table() 1208 sector(p->end_sector), cylinder(p->end_sector, p->end_cyl), in print_partitions_list()
|