Home
last modified time | relevance | path

Searched refs:hddata (Results 1 – 1 of 1) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Ddevice.c662 hd_data_t *hddata; in ntfs_device_get_geo() local
669 hddata = calloc(1, sizeof(*hddata)); in ntfs_device_get_geo()
670 if (!hddata) { in ntfs_device_get_geo()
675 devlist = hd_list(hddata, hw_disk, 1, NULL); in ntfs_device_get_geo()
677 free(hddata); in ntfs_device_get_geo()
704 partlist = hd_list(hddata, hw_partition, 1, NULL); in ntfs_device_get_geo()
723 hd = hd_get_device_by_idx(hddata, hd->attached_to); in ntfs_device_get_geo()
748 hd_free_hd_data(hddata); in ntfs_device_get_geo()
749 free(hddata); in ntfs_device_get_geo()