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.c317 struct gmesh submesh; in wizard_partition() local
319 if (geom_gettree(&submesh) == 0) { in wizard_partition()
320 gpart_create(provider_for_name(&submesh, disk), in wizard_partition()
323 geom_deletetree(&submesh); in wizard_partition()
341 struct gmesh submesh; in wizard_makeparts() local
392 error = geom_gettree(&submesh); in wizard_makeparts()
395 pp = provider_for_name(&submesh, disk); in wizard_makeparts()
397 geom_deletetree(&submesh); in wizard_makeparts()
399 error = geom_gettree(&submesh); in wizard_makeparts()
402 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()