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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c685 hd_t *hd, *devlist, *partlist = NULL; local
726 partlist = hd_list(hddata, hw_partition, 1, NULL);
727 for (hd = partlist; hd; hd = hd->next) {
767 if (partlist)
768 hd_free_hd_list(partlist);

Completed in 33 milliseconds