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

  /src/usr.sbin/sysinst/
part_edit.c 180 menu_ent *type_opts; local in function:edit_part_type
189 type_opts = calloc(popt_cnt, sizeof(*type_opts));
191 type_opts[i].opt_action = set_part_type;
193 type_menu = new_menu(NULL, type_opts, popt_cnt,
205 free(type_opts);
part_edit.c 180 menu_ent *type_opts; local in function:edit_part_type
189 type_opts = calloc(popt_cnt, sizeof(*type_opts));
191 type_opts[i].opt_action = set_part_type;
193 type_menu = new_menu(NULL, type_opts, popt_cnt,
205 free(type_opts);

Completed in 66 milliseconds