HomeSort by: relevance | last modified time | path
    Searched refs:PT_root (Results 1 - 16 of 16) sorted by relevancy

  /src/usr.sbin/sysinst/arch/luna68k/
md.h 69 * Our boot partition is FFSv1, so it will be reported as PT_root
72 * Only allow PT_root partitions for slots before RAW_PART if they
76 (((INFO)->nat_type->generic_ptype != PT_root) \
  /src/usr.sbin/sysinst/arch/arc/
md.c 284 PT_root, boot_part.fs_type, boot_part.fs_sub_type);
  /src/usr.sbin/sysinst/arch/ews4800mips/
md.c 262 PT_root, boot_part.fs_type, boot_part.fs_sub_type);
  /src/usr.sbin/sysinst/
partitions.c 102 dest->nat_type ? dest->nat_type->generic_ptype : PT_root,
gpt.c 97 { .name = "ffs", .fstype = FS_BSDFFS, .ptype = PT_root,
110 { .name = "lfs", .fstype = FS_BSDLFS, .ptype = PT_root },
111 { .name = "linux-data", .fstype = FS_EX2FS, .ptype = PT_root },
113 { .name = "ccd", .fstype = FS_CCD, .ptype = PT_root },
114 { .name = "cgd", .fstype = FS_CGD, .ptype = PT_root },
115 { .name = "raid", .fstype = FS_RAID, .ptype = PT_root },
119 { .name = "zfs", .fstype = FS_ZFS, .ptype = PT_root },
854 if (gent == PT_root)
1561 if (p->gp_type->gent.generic_ptype == PT_root &&
bsddisklabel.c 132 { .size = DEFROOTSIZE*(MEG/512), .mount = "/", .type = PT_root,
140 { .type = PT_root, .mount = "/tmp", .fs_type = FS_TMPFS,
143 { .type = PT_root, .mount = "/tmp", .fs_type = FS_MFS,
146 { .def_size = DEFUSRSIZE*(MEG/512), .mount = "/usr", .type = PT_root,
148 { .def_size = DEFVARSIZE*(MEG/512), .mount = "/var", .type = PT_root,
367 p->type = PT_root;
805 if (info.nat_type && info.nat_type->generic_ptype == PT_root)
893 if (wanted->infos[i].type == PT_root &&
990 if (wanted->infos[i].type != PT_root ||
1038 if (wanted->infos[i].type == PT_root) {
    [all...]
disklabel.c 607 pt = PT_root; break;
733 case PT_root: nt = FS_BSDFFS; break;
1118 if (data.nat_type->generic_ptype != PT_root &&
1121 if (i == 0 && data.nat_type->generic_ptype != PT_root)
1191 if (info->nat_type->generic_ptype != PT_root &&
1194 if (i == 0 && info->nat_type->generic_ptype != PT_root)
partitions.h 100 PT_root, /* the NetBSD / partition (bootable) */
part_edit.c 590 get_generic_part_type(PT_root);
694 (marg->cur.nat_type->generic_ptype == PT_root &&
734 || marg->cur.nat_type->generic_ptype != PT_root);
773 info.nat_type->generic_ptype == PT_root) {
1003 info.nat_type = parts->pscheme->get_generic_part_type(PT_root);
1128 if (info.nat_type->generic_ptype != PT_root)
1312 && info.nat_type->generic_ptype != PT_root
label.c 633 pt = edit->info.nat_type ? edit->info.nat_type->generic_ptype : PT_root;
638 get_generic_part_type(PT_root);
734 pt = edit->info.nat_type ? edit->info.nat_type->generic_ptype : PT_root;
742 pscheme->get_generic_part_type(PT_root);
760 pscheme->get_generic_part_type(PT_root);
969 get_fs_part_type(PT_root, edit.info.fs_type,
1103 edit->info.nat_type->generic_ptype != PT_root)
1104 /* can only install onto PT_root partitions */
1509 info.nat_type->generic_ptype == PT_root) {
target.c 204 if (info.nat_type->generic_ptype != PT_root)
disks.c 1503 bool is_tmpfs = ptn->type == PT_root &&
2226 if (install->infos[i].type == PT_root) {
partman.c 2380 info.nat_type = pm_cur->parts->pscheme->get_fs_part_type(PT_root,
3361 info.nat_type = parts->pscheme->get_fs_part_type(PT_root, fst, 0);
mbr.c 1130 return PT_root;
1289 case PT_root:
  /src/usr.sbin/sysinst/arch/prep/
md.c 295 PT_root, boot_part.fs_type, boot_part.fs_sub_type);
  /src/usr.sbin/sysinst/arch/mac68k/
md.c 316 PT_root, fs_type, 0);

Completed in 27 milliseconds