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

  /src/usr.sbin/sysinst/
disks.c 801 struct disk_partitions *new_parts)
821 new_parts))
827 if (!new_parts->pscheme->adapt_foreign_part_info(new_parts,
832 if (!new_parts->pscheme->add_partition(new_parts, &ninfo,
842 struct disk_partitions *old_parts, *new_parts; local in function:convert_scheme
857 new_parts = new_scheme->create_new_for_disk(p->diskdev,
859 if (new_parts == NULL) {
865 if (!convert_copy(old_parts, new_parts)) {
    [all...]
disks.c 801 struct disk_partitions *new_parts)
821 new_parts))
827 if (!new_parts->pscheme->adapt_foreign_part_info(new_parts,
832 if (!new_parts->pscheme->add_partition(new_parts, &ninfo,
842 struct disk_partitions *old_parts, *new_parts; local in function:convert_scheme
857 new_parts = new_scheme->create_new_for_disk(p->diskdev,
859 if (new_parts == NULL) {
865 if (!convert_copy(old_parts, new_parts)) {
    [all...]

Completed in 23 milliseconds