Searched refs:edit_and_check_label (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/usr.sbin/sysinst/arch/ofppc/ |
H A D | md.c | 164 if (edit_and_check_label(pm->bsdlabel, maxpart, part_raw, in md_make_bsd_partitions() 286 if (edit_and_check_label(pm->bsdlabel, maxpart, part_raw, part_bsd) == 0) { in md_make_bsd_partitions()
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | defs.h | 776 int edit_and_check_label(struct pm_devs *p, struct partition_usage_set *pset, bool install);
|
H A D | partman.c | 3297 edit_and_check_label(my_pm, &pset, false); in pm_edit_partitions() 3380 edit_and_check_label(my_pm, &pset, false); in pm_whole_disk()
|
H A D | bsddisklabel.c | 1963 int rv = edit_and_check_label(pm, &wanted, true);
|
H A D | label.c | 1834 edit_and_check_label(struct pm_devs *p, struct partition_usage_set *pset, in edit_and_check_label() function
|