Home
last modified time | relevance | path

Searched refs:selected_partitions (Results 1 – 6 of 6) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Ddefs.h336 struct selected_partitions *clone_src;
701 struct selected_partitions { struct
707 bool select_partitions(struct selected_partitions *res, argument
709 daddr_t selected_parts_size(struct selected_partitions *);
710 void free_selected_partitions(struct selected_partitions *);
H A Ddisks.c2364 selection_has_parts(struct selected_partitions *sel, in selection_has_parts()
2380 selection_has_partition(struct selected_partitions *sel, in selection_has_partition()
2398 add_select_partition(struct selected_partitions *res, in add_select_partition()
2494 struct selected_partitions *selection;
2583 select_partitions(struct selected_partitions *res, in select_partitions()
2694 free_selected_partitions(struct selected_partitions *selected) in free_selected_partitions()
2721 selected_parts_size(struct selected_partitions *selected) in selected_parts_size()
H A Dpart_edit.c62 struct selected_partitions clone_src;
472 struct selected_partitions selected; in add_part_clone()
H A Dutil.c2582 struct selected_partitions *src = install->infos[i].clone_src; in free_install_desc()
H A Dbsddisklabel.c383 struct selected_partitions selected; in inst_ext_clone()
H A Dlabel.c1544 struct selected_partitions selected, *clone_src; in part_ext_clone()