Searched refs:cylinder_size (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/usr/arrakismon/
H A Dhdd.c47 hdd->cylinder_size = hdd->heads * hdd->track_size;
51 (hdd->disk_image_size % hdd->cylinder_size);
54 hdd->cylinders = real_disk_size / hdd->cylinder_size;
H A Dhdd.h25 size_t cylinder_size; member in struct:hdd
/barrelfish-master/usr/vmkitmon/
H A Dhdd.c47 hdd->cylinder_size = hdd->heads * hdd->track_size;
51 (hdd->disk_image_size % hdd->cylinder_size);
54 hdd->cylinders = real_disk_size / hdd->cylinder_size;
H A Dhdd.h25 size_t cylinder_size; member in struct:hdd

Completed in 32 milliseconds