Home
last modified time | relevance | path

Searched refs:edit_and_check_label (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/sysinst/arch/ofppc/
H A Dmd.c164 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 Ddefs.h776 int edit_and_check_label(struct pm_devs *p, struct partition_usage_set *pset, bool install);
H A Dpartman.c3297 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 Dbsddisklabel.c1963 int rv = edit_and_check_label(pm, &wanted, true);
H A Dlabel.c1834 edit_and_check_label(struct pm_devs *p, struct partition_usage_set *pset, in edit_and_check_label() function