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

  /src/usr.sbin/sysinst/
disks.c 2463 struct selected_partition *newsels; local in function:add_select_partition
2472 newsels = realloc(res->selection,
2474 if (newsels != NULL) {
2475 res->selection = newsels;
2476 newsels += res->num_sel++;
2477 newsels->parts = data.result.parts;
2478 newsels->id = data.result.id;
disks.c 2463 struct selected_partition *newsels; local in function:add_select_partition
2472 newsels = realloc(res->selection,
2474 if (newsels != NULL) {
2475 res->selection = newsels;
2476 newsels += res->num_sel++;
2477 newsels->parts = data.result.parts;
2478 newsels->id = data.result.id;

Completed in 24 milliseconds