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

/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c747 int opListCount = 0, i = 0, lu = 0, tpg = 0, opoffset = 0, j = 0, local
752 opListCount++;
755 bFoundOption = malloc((sizeof (boolean_t)) * opListCount);
764 for (opIndex = 0; opIndex < opListCount; opIndex++) {
771 if ((0 == operandLen) && (0 == opListCount)) {
925 if (0 != opListCount) {
1022 if ((0 == opListCount) && (0 != operandLen)) {

Completed in 51 milliseconds