|
libhd
5.0
|
#include <hd.h>
Data Fields | |
| union u_hd_res_t * | next |
| enum resource_types | type |
| unsigned | cyls |
| unsigned | heads |
| unsigned | sectors |
| uint64_t | size |
| enum geo_types | geotype |
| 0-3: physical/logical/bios edd/bios legacy More... | |
| unsigned res_disk_geo_t::cyls |
Referenced by add_ide_sysfs_info(), dump_normal(), hd2prop(), hd_getdisksize(), hd_scan_misc(), and prop2hd().
| enum geo_types res_disk_geo_t::geotype |
0-3: physical/logical/bios edd/bios legacy
Referenced by add_ide_sysfs_info(), dump_normal(), hd2prop(), hd_getdisksize(), hd_scan_misc(), and prop2hd().
| unsigned res_disk_geo_t::heads |
Referenced by add_ide_sysfs_info(), dump_normal(), hd2prop(), hd_getdisksize(), hd_scan_misc(), and prop2hd().
| union u_hd_res_t* res_disk_geo_t::next |
| unsigned res_disk_geo_t::sectors |
Referenced by add_ide_sysfs_info(), dump_normal(), hd2prop(), hd_getdisksize(), hd_scan_misc(), and prop2hd().
| uint64_t res_disk_geo_t::size |
Referenced by dump_normal().
| enum resource_types res_disk_geo_t::type |
Referenced by add_ide_sysfs_info(), hd_getdisksize(), and hd_scan_misc().