Home
last modified time | relevance | path

Searched refs:ENTRY_ALLOC_COUNT (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/psm/stand/bootlst/common/
H A Dbootlst.c40 #define ENTRY_ALLOC_COUNT 10 macro
50 titles = (char **)calloc(ENTRY_ALLOC_COUNT, sizeof (char *)); in init_table()
51 datasets = (char **)calloc(ENTRY_ALLOC_COUNT, sizeof (char *)); in init_table()
54 menu_table_size = ENTRY_ALLOC_COUNT; in init_table()
69 ENTRY_ALLOC_COUNT * sizeof (char *)); in add_title_entry()
71 ENTRY_ALLOC_COUNT * sizeof (char *)); in add_title_entry()
74 menu_table_size += ENTRY_ALLOC_COUNT; in add_title_entry()