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

  /src/usr.sbin/sysinst/
disks.c 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; member in struct:part_selection_and_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
    [all...]
disks.c 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; member in struct:part_selection_and_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
    [all...]

Completed in 54 milliseconds