Lines Matching defs:all_parts
2399 struct disk_partitions **all_parts, size_t all_cnt)
2414 ps = all_parts[n];
2441 ps = all_parts[n];
2495 struct disk_partitions **all_parts;
2515 add_select_partition(sel->selection, sel->all_parts, sel->all_cnt);
2615 data.all_parts = calloc(2*cnt, sizeof *data.all_parts);
2616 if (data.all_parts == NULL)
2630 data.all_parts[data.all_cnt++] = ps;
2634 data.all_parts[data.all_cnt++] = ps;
2643 data.all_parts = calloc(cnt, sizeof *data.all_parts);
2644 if (data.all_parts == NULL)
2652 data.all_parts[data.all_cnt++] = i->parts;
2656 if (!add_select_partition(res, data.all_parts, data.all_cnt))
2671 if (selection_has_parts(res, data.all_parts[j]))
2673 if (data.all_parts[j]->parent != NULL)
2675 data.all_parts[j]->pscheme->free(data.all_parts[j]);
2678 free(data.all_parts);
2684 if (data.all_parts[j]->parent != NULL)
2686 data.all_parts[j]->pscheme->free(data.all_parts[j]);
2689 free(data.all_parts);