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

/illumos-gate/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 *));
51 datasets = (char **)calloc(ENTRY_ALLOC_COUNT, sizeof (char *));
54 menu_table_size = ENTRY_ALLOC_COUNT;
69 ENTRY_ALLOC_COUNT * sizeof (char *));
71 ENTRY_ALLOC_COUNT * sizeof (char *));
74 menu_table_size += ENTRY_ALLOC_COUNT;

Completed in 220 milliseconds