Home
last modified time | relevance | path

Searched refs:submesh (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c338 struct gmesh submesh; in wizard_partition() local
340 if (geom_gettree(&submesh) == 0) { in wizard_partition()
341 gpart_create(provider_for_name(&submesh, disk), in wizard_partition()
344 geom_deletetree(&submesh); in wizard_partition()
362 struct gmesh submesh; in wizard_makeparts() local
413 error = geom_gettree(&submesh); in wizard_makeparts()
416 pp = provider_for_name(&submesh, disk); in wizard_makeparts()
418 geom_deletetree(&submesh); in wizard_makeparts()
420 error = geom_gettree(&submesh); in wizard_makeparts()
423 pp = provider_for_name(&submesh, disk); in wizard_makeparts()
[all …]
H A Dscripted.c99 struct gmesh submesh; in part_config() local
101 if (geom_gettree(&submesh) == 0) { in part_config()
102 gpart_create(provider_for_name(&submesh, disk), in part_config()
104 geom_deletetree(&submesh); in part_config()