HomeSort by: relevance | last modified time | path
    Searched defs:popt_cnt (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/sysinst/
part_edit.c 182 size_t popt_cnt, i; local in function:edit_part_type
188 popt_cnt = info->parts->pscheme->get_part_types_count() + 2;
189 type_opts = calloc(popt_cnt, sizeof(*type_opts));
190 for (i = 0; i < popt_cnt; i++) {
193 type_menu = new_menu(NULL, type_opts, popt_cnt,
part_edit.c 182 size_t popt_cnt, i; local in function:edit_part_type
188 popt_cnt = info->parts->pscheme->get_part_types_count() + 2;
189 type_opts = calloc(popt_cnt, sizeof(*type_opts));
190 for (i = 0; i < popt_cnt; i++) {
193 type_menu = new_menu(NULL, type_opts, popt_cnt,
part_edit.c 182 size_t popt_cnt, i; local in function:edit_part_type
188 popt_cnt = info->parts->pscheme->get_part_types_count() + 2;
189 type_opts = calloc(popt_cnt, sizeof(*type_opts));
190 for (i = 0; i < popt_cnt; i++) {
193 type_menu = new_menu(NULL, type_opts, popt_cnt,

Completed in 35 milliseconds