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

/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dbootlst.c36 int menu_table_size; variable
54 menu_table_size = ENTRY_ALLOC_COUNT;
66 if (menu_entry_count == menu_table_size) {
67 printf("Reallocating at count %d\n", menu_table_size);
74 menu_table_size += ENTRY_ALLOC_COUNT;

Completed in 56 milliseconds