Lines Matching refs:operandLen

224 listMpathSupport(int operandLen, char *operand[])  in listMpathSupport()  argument
247 for (op = 0; (op < operandLen) | in listMpathSupport()
248 ((0 == operandLen) && (B_FALSE == shown)); op++) { in listMpathSupport()
261 if (0 == operandLen) { in listMpathSupport()
306 showMpathSupport(int operandLen, char *operand[]) in showMpathSupport() argument
330 for (op = 0; op < operandLen; op++) { in showMpathSupport()
346 if (0 == operandLen) { in showMpathSupport()
583 modifyMpathSupport(int operandLen, char *operand[], cmdOptions_t *options) in modifyMpathSupport() argument
606 for (op = 0; op < operandLen; op++) { in modifyMpathSupport()
735 listLogicalUnit(int operandLen, char *operand[], cmdOptions_t *options) in listLogicalUnit() argument
771 if ((0 == operandLen) && (0 == opListCount)) { in listLogicalUnit()
833 if (0 == operandLen) { in listLogicalUnit()
840 opEnd = operandLen; in listLogicalUnit()
916 if (operandLen > 0) { in listLogicalUnit()
1022 if ((0 == opListCount) && (0 != operandLen)) { in listLogicalUnit()
1199 showLogicalUnit(int operandLen, char *operand[]) in showLogicalUnit() argument
1208 for (op = 0; op < operandLen; op++) { in showLogicalUnit()
1535 modifyLogicalUnit(int operandLen, char *operand[], cmdOptions_t *options) in modifyLogicalUnit() argument
1543 for (op = 0; op < operandLen; op++) { in modifyLogicalUnit()
1892 listInitiatorPort(int operandLen, char *operand[]) in listInitiatorPort() argument
1902 foundOp = malloc((sizeof (boolean_t)) * operandLen); in listInitiatorPort()
1909 for (ol = 0; ol < operandLen; ol++) { in listInitiatorPort()
1953 if (0 == operandLen) { in listInitiatorPort()
1961 ol < operandLen; ol++) { in listInitiatorPort()
1989 for (ol = 0; ol < operandLen; ol++) { in listInitiatorPort()
2040 showInitiatorPort(int operandLen, char *operand[]) in showInitiatorPort() argument
2060 for (op = 0; op < operandLen; op++) { in showInitiatorPort()
3163 listFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in listFunc() argument
3170 ret = listMpathSupport(operandLen, operand); in listFunc()
3173 ret = listLogicalUnit(operandLen, operand, options); in listFunc()
3176 ret = listInitiatorPort(operandLen, operand); in listFunc()
3199 showFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in showFunc() argument
3206 ret = showMpathSupport(operandLen, operand); in showFunc()
3209 ret = showLogicalUnit(operandLen, operand); in showFunc()
3212 ret = showInitiatorPort(operandLen, operand); in showFunc()
3234 modifyFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in modifyFunc() argument
3241 ret = modifyMpathSupport(operandLen, operand, options); in modifyFunc()
3244 ret = modifyLogicalUnit(operandLen, operand, options); in modifyFunc()
3266 enableFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in enableFunc() argument
3294 disableFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in disableFunc() argument
3322 failoverFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in failoverFunc() argument
3350 overrideFunc(int operandLen, char *operand[], in overrideFunc() argument