Home
last modified time | relevance | path

Searched refs:num_available_part_schemes (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/sysinst/
H A Dpartitions.c41 size_t num_available_part_schemes; variable
207 num_available_part_schemes = avail; in partitions_init()
229 for (size_t i = 0; i < num_available_part_schemes; i++) in partitions_cleanup()
H A Dpart_edit.c1087 if (num_available_part_schemes > 1) { in ask_fullpart()
1372 opt = calloc(num_available_part_schemes, sizeof *opt); in select_part_scheme()
1375 str = calloc(num_available_part_schemes, sizeof *str); in select_part_scheme()
1380 options = calloc(num_available_part_schemes, sizeof *options); in select_part_scheme()
1387 for (used = 0, ndx = 0; ndx < num_available_part_schemes; ndx++) { in select_part_scheme()
H A Dpartitions.h624 extern size_t num_available_part_schemes;
H A Dbsddisklabel.c860 if (num_available_part_schemes > 1 && in ask_layout()