Searched refs:MAX_ALIASES (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_discovery.c201 #define MAX_ALIASES 8 macro
2298 new_aliases = (char **)calloc(MAX_ALIASES, sizeof (char *));
2301 for (i = 0; i < nelem && i < MAX_ALIASES; i++) {
2311 if (i == MAX_ALIASES) {
2315 MAX_ALIASES);

Completed in 47 milliseconds