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

  /src/usr.sbin/sysinst/
partitions.c 136 static struct disk_partitioning_scheme only_disklabel_parts; variable in typeref:struct:disk_partitioning_scheme
175 { NULL, &only_disklabel_parts },
188 only_disklabel_parts = disklabel_parts;
189 only_disklabel_parts.name = MSG_parttype_only_disklabel;
190 only_disklabel_parts.have_boot_support =
partitions.c 136 static struct disk_partitioning_scheme only_disklabel_parts; variable in typeref:struct:disk_partitioning_scheme
175 { NULL, &only_disklabel_parts },
188 only_disklabel_parts = disklabel_parts;
189 only_disklabel_parts.name = MSG_parttype_only_disklabel;
190 only_disklabel_parts.have_boot_support =

Completed in 22 milliseconds