Searched refs:cylinders (Results 1 - 4 of 4) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | device_io.h | 52 unsigned short cylinders; member
|
/third_party/toybox/toys/pending/ |
H A D | fdisk.c | 18 -u Start and End are in sectors (instead of cylinders) 21 -C CYLINDERS Set number of cylinders/heads/sectors 34 long cylinders; 131 if (!g_cylinders) printf(" cylinders"); in chs_warn() 382 if (!g_cylinders) g_cylinders = FLAG(C) ? TT.cylinders : 0; in read_mbr() 384 xprintf("\nThe number of cylinders for this disk is set to %lu.\n" in read_mbr() 507 xprintf("%ld heads, %ld sectors/track, %ld cylinders", g_heads, g_sectors, g_cylinders); in print_mbr() 511 } else xprintf("\nUnits = cylinders of %ld * %ld = %ld bytes\n\n", in print_mbr() 1194 xprintf("Disk %s: %lu heads, %lu sectors, %lu cylinders\n\n", disk_device, g_heads, g_sectors, g_cylinders); in print_partitions_list() 1311 "c\tchange number of cylinders\ in print_xmenu() [all...] |
/third_party/toybox/generated/ |
H A D | globals.h | 754 long cylinders; member
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | win32_io.c | 681 * In Windows NT+: fills size, sectors, and cylinders and sets heads to -1. 682 * In Windows XP+: fills size, sectors, cylinders, and heads. 687 * If fails, sets sectors, cylinders, heads, and size to -1. 767 /* over-estimate the (rounded) number of cylinders */ in ntfs_device_win32_getntgeo() 1817 argp->cylinders = fd->geo_cylinders; in ntfs_win32_hdio_getgeo()
|
Completed in 10 milliseconds