/src/usr.sbin/sysinst/ |
partitions.c | 97 if (src->nat_type == NULL) 101 dest->nat_type = myself->pscheme->get_fs_part_type( 102 dest->nat_type ? dest->nat_type->generic_ptype : PT_root, 105 if (dest->nat_type == NULL) 106 dest->nat_type = myself->pscheme->get_generic_part_type( 107 src->nat_type->generic_ptype); 108 if (dest->nat_type == NULL) 109 dest->nat_type = myself->pscheme->create_unknown_part_type(); 110 if (dest->nat_type == NULL [all...] |
disklabel.c | 748 disklabel_get_default_fstype(const struct part_type_desc *nat_type, 752 *fstype = dl_part_type_from_generic(nat_type); 783 info->nat_type = disklabel_find_type( 851 dl_part_type_from_generic(info->nat_type); 1118 if (data.nat_type->generic_ptype != PT_root && 1119 data.nat_type->generic_ptype != PT_swap && i < RAW_PART) 1121 if (i == 0 && data.nat_type->generic_ptype != PT_root) 1123 if (i == 1 && data.nat_type->generic_ptype != PT_swap) 1154 dl_part_type_from_generic(data.nat_type); 1191 if (info->nat_type->generic_ptype != PT_root & [all...] |
part_edit.c | 134 if (info->cur.nat_type != NULL) 135 strlcpy(buf, info->cur.nat_type->short_desc, 153 info->cur.nat_type = desc; 589 data.cur.nat_type = data.parts->pscheme-> 675 marg->cur.nat_type != NULL 676 ? marg->cur.nat_type->description 694 (marg->cur.nat_type->generic_ptype == PT_root && 733 DISABLE(PTN_OPT_INSTALL, marg->cur.nat_type == NULL 734 || marg->cur.nat_type->generic_ptype != PT_root); 773 info.nat_type->generic_ptype == PT_root) [all...] |
label.c | 522 info.nat_type->generic_ptype)) { 633 pt = edit->info.nat_type ? edit->info.nat_type->generic_ptype : PT_root; 634 edit->info.nat_type = edit->pset->parts->pscheme-> 636 if (edit->info.nat_type == NULL) 637 edit->info.nat_type = edit->pset->parts->pscheme-> 639 edit->wanted->type = edit->info.nat_type->generic_ptype; 734 pt = edit->info.nat_type ? edit->info.nat_type->generic_ptype : PT_root; 738 edit->info.nat_type = edit->pset->parts->pscheme- [all...] |
partitions.h | 143 const struct part_type_desc *nat_type; /* native partition type */ member in struct:disk_part_info
|
bsddisklabel.c | 805 if (info.nat_type && info.nat_type->generic_ptype == PT_root) 891 if (wanted->infos[i].type != info->nat_type->generic_ptype) 936 infos->type = info->nat_type->generic_ptype; 1077 if (info.nat_type->generic_ptype != PT_swap && 1095 if (info.nat_type->generic_ptype != PT_swap && 1300 infos[pno].type = info.nat_type->generic_ptype; 1512 infos[i].nat_type = 1599 infos[i].nat_type = 1661 infos[i].nat_type = wanted->parts->pscheme- [all...] |
target.c | 204 if (info.nat_type->generic_ptype != PT_root)
|
gpt.c | 519 info->nat_type = &p->gp_type->gent; 521 info->nat_type = &gpt_unknown_type; 940 gpt_get_default_fstype(const struct part_type_desc *nat_type, 945 gtype = gpt_find_native_type(nat_type); 1056 p->gp_type = gpt_find_native_type(info->nat_type);
|
mbr.c | 1019 && info.nat_type != NULL 1020 && mbr_type_from_gen_desc(info.nat_type) == 0xEE) { 1311 info->nat_type = mbr_get_gen_type_desc(mp->mbrp_type); 1586 size_t pt = mbr_type_from_gen_desc(info->nat_type); 1688 uint pt = mbr_type_from_gen_desc(info->nat_type); 1874 part.nat_type = &mbr_gen_type_desc[MBR_PTYPE_NETBSD].gen; 2191 assert(info->nat_type != NULL); 2192 if (info->nat_type == NULL) { 2197 if (mbr_type_from_gen_desc(info->nat_type) == MBR_PTYPE_UNUSED) { 2218 MBR_IS_EXTENDED(mbr_type_from_gen_desc(info->nat_type))) { [all...] |
disks.c | 772 if (info.nat_type) 774 info.nat_type->description); 2344 if (info.nat_type != NULL) { 2346 strlcat(line, info.nat_type->description, sizeof line); 2550 if (info.nat_type != NULL) 2551 strlcat(line, info.nat_type->description, sizeof(line));
|
partman.c | 2380 info.nat_type = pm_cur->parts->pscheme->get_fs_part_type(PT_root, 2382 if (info.nat_type == NULL) 3361 info.nat_type = parts->pscheme->get_fs_part_type(PT_root, fst, 0); 3362 if (info.nat_type != NULL && parts->pscheme->get_default_fstype != NULL) 3363 parts->pscheme->get_default_fstype(info.nat_type, 3393 if (info.nat_type != oinfo.nat_type) 3408 if (info.nat_type != oinfo.nat_type)
|
util.c | 2462 (*list)[no].type = info.nat_type->generic_ptype;
|
/src/usr.sbin/sysinst/arch/luna68k/ |
md.h | 76 (((INFO)->nat_type->generic_ptype != PT_root) \
|
/src/usr.sbin/sysinst/arch/arc/ |
md.c | 283 boot_part.nat_type = parts->pscheme->get_fs_part_type(
|
/src/usr.sbin/sysinst/arch/cobalt/ |
md.c | 298 boot_part.nat_type = parts->pscheme->get_fs_part_type(
|
/src/usr.sbin/sysinst/arch/ews4800mips/ |
md.c | 261 boot_part.nat_type = parts->pscheme->get_fs_part_type(
|
/src/usr.sbin/sysinst/arch/prep/ |
md.c | 294 boot_part.nat_type = parts->pscheme->get_fs_part_type(
|
/src/usr.sbin/sysinst/arch/i386/ |
md.c | 703 boot_part.nat_type = parts->pscheme->get_generic_part_type( 990 if (info.nat_type->generic_ptype != boot->type)
|
/src/sys/external/bsd/ipf/netinet/ |
ip_nat.h | 173 #define nat_type nat_unold.nat_uni.ici_type macro
|
/src/usr.sbin/sysinst/arch/mac68k/ |
md.c | 315 info.nat_type = pm->parts->pscheme->get_fs_part_type(
|