Searched defs:menu_entry_count (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dbootlst.c35 int menu_entry_count; variable
49 menu_entry_count = 0;
66 if (menu_entry_count == menu_table_size) {
78 free(titles[menu_entry_count]);
79 if ((titles[menu_entry_count] = strdup(title_str)) == NULL)
103 if ((datasets[menu_entry_count] = strdup(dataset_str)) == NULL)
105 menu_entry_count++;
182 if (menu_entry_count == 0)
185 for (n = 0; n < menu_entry_count; n++) {
189 printf("Select environment to boot: [ 1 - %d ]: ", menu_entry_count);
[all...]

Completed in 44 milliseconds