Searched refs:gpart_partition (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | partedit.h | 76 int gpart_partition(const char *lg_name, const char *scheme);
|
H A D | gpart_ops.c | 286 gpart_partition(const char *lg_name, const char *scheme) in gpart_partition() function 594 gpart_partition(cp->lg_geom->lg_name, NULL); in gpart_edit() 606 gpart_partition(cp->lg_geom->lg_name, NULL); in gpart_edit() 615 gpart_partition(pp->lg_name, NULL); in gpart_edit() 717 gpart_partition(pp->lg_name, "BSD"); in gpart_edit() 1092 if (gpart_partition(pp->lg_name, NULL) == 0) { in gpart_create() 1338 gpart_partition(newpartname, "BSD"); in gpart_create()
|
H A D | part_wizard.c | 295 gpart_partition(disk, scheme); in wizard_partition() 313 gpart_partition(disk, scheme); in wizard_partition()
|
H A D | scripted.c | 96 gpart_partition(disk, scheme); in part_config()
|