Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mpathadm/
H A Dmpathadm.c748 opStart = 0, opEnd = 0, opIndex; in listLogicalUnit() local
764 for (opIndex = 0; opIndex < opListCount; opIndex++) { in listLogicalUnit()
765 bFoundOption[opIndex] = B_FALSE; in listLogicalUnit()
932 for (opIndex = 0; optionList->optval; optionList++, opIndex++) { in listLogicalUnit()
939 bFoundOption[opIndex] = B_TRUE; in listLogicalUnit()
990 bFoundOption[opIndex] = B_TRUE; in listLogicalUnit()
1035 for (opIndex = 0; optionList->optval; optionList++, in listLogicalUnit()
1036 opIndex++) { in listLogicalUnit()
1037 if (B_FALSE == bFoundOption[opIndex]) { in listLogicalUnit()