HomeSort by: relevance | last modified time | path
    Searched refs:type_opts (Results 1 - 1 of 1) 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);

Completed in 11 milliseconds