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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c8719 #define VAL_ALIAS(array, x) (strlen(array[x].pair_alias)) macro
8761 } while (VAL_ALIAS(array, j) > VAL_ALIAS(array, pivot));
8765 } while (VAL_ALIAS(array, i) < VAL_ALIAS(array, pivot));

Completed in 101 milliseconds