Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c749 opStart = 0, opEnd = 0, opIndex; in listLogicalUnit() local
765 for (opIndex = 0; opIndex < opListCount; opIndex++) { in listLogicalUnit()
766 bFoundOption[opIndex] = B_FALSE; in listLogicalUnit()
933 for (opIndex = 0; optionList->optval; optionList++, opIndex++) { in listLogicalUnit()
940 bFoundOption[opIndex] = B_TRUE; in listLogicalUnit()
991 bFoundOption[opIndex] = B_TRUE; in listLogicalUnit()
1036 for (opIndex = 0; optionList->optval; optionList++, in listLogicalUnit()
1037 opIndex++) { in listLogicalUnit()
1038 if (B_FALSE == bFoundOption[opIndex]) { in listLogicalUnit()