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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c684 hd_data_t *hddata; local
691 hddata = calloc(1, sizeof(*hddata));
692 if (!hddata) {
697 devlist = hd_list(hddata, hw_disk, 1, NULL);
699 free(hddata);
726 partlist = hd_list(hddata, hw_partition, 1, NULL);
745 hd = hd_get_device_by_idx(hddata, hd->attached_to);
770 hd_free_hd_data(hddata);
771 free(hddata);
[all...]

Completed in 33 milliseconds