HomeSort by: relevance | last modified time | path
    Searched defs:all_parts (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/sysinst/
disks.c 2400 struct disk_partitions **all_parts, size_t all_cnt)
2415 ps = all_parts[n];
2442 ps = all_parts[n];
2496 struct disk_partitions **all_parts; member in struct:part_selection_and_all_parts
2516 add_select_partition(sel->selection, sel->all_parts, sel->all_cnt);
2616 data.all_parts = calloc(2*cnt, sizeof *data.all_parts);
2617 if (data.all_parts == NULL)
2631 data.all_parts[data.all_cnt++] = ps;
2635 data.all_parts[data.all_cnt++] = ps
    [all...]

Completed in 44 milliseconds