Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bsdinstall/partedit/
HDpart_wizard.c284 struct gmesh submesh; in wizard_partition() local
285 geom_gettree(&submesh); in wizard_partition()
286 gpart_create(provider_for_name(&submesh, disk), in wizard_partition()
289 geom_deletetree(&submesh); in wizard_partition()
300 struct gmesh submesh; in wizard_makeparts() local
353 geom_gettree(&submesh); in wizard_makeparts()
354 pp = provider_for_name(&submesh, disk); in wizard_makeparts()
356 geom_deletetree(&submesh); in wizard_makeparts()
358 geom_gettree(&submesh); in wizard_makeparts()
359 pp = provider_for_name(&submesh, disk); in wizard_makeparts()
[all …]
HDscripted.c98 struct gmesh submesh; in part_config() local
99 geom_gettree(&submesh); in part_config()
100 gpart_create(provider_for_name(&submesh, disk), in part_config()
102 geom_deletetree(&submesh); in part_config()