Lines Matching refs:operandLen
225 listMpathSupport(int operandLen, char *operand[]) in listMpathSupport() argument
248 for (op = 0; (op < operandLen) | in listMpathSupport()
249 ((0 == operandLen) && (B_FALSE == shown)); op++) { in listMpathSupport()
262 if (0 == operandLen) { in listMpathSupport()
307 showMpathSupport(int operandLen, char *operand[]) in showMpathSupport() argument
331 for (op = 0; op < operandLen; op++) { in showMpathSupport()
347 if (0 == operandLen) { in showMpathSupport()
584 modifyMpathSupport(int operandLen, char *operand[], cmdOptions_t *options) in modifyMpathSupport() argument
607 for (op = 0; op < operandLen; op++) { in modifyMpathSupport()
736 listLogicalUnit(int operandLen, char *operand[], cmdOptions_t *options) in listLogicalUnit() argument
772 if ((0 == operandLen) && (0 == opListCount)) { in listLogicalUnit()
834 if (0 == operandLen) { in listLogicalUnit()
841 opEnd = operandLen; in listLogicalUnit()
917 if (operandLen > 0) { in listLogicalUnit()
1023 if ((0 == opListCount) && (0 != operandLen)) { in listLogicalUnit()
1200 showLogicalUnit(int operandLen, char *operand[]) in showLogicalUnit() argument
1209 for (op = 0; op < operandLen; op++) { in showLogicalUnit()
1536 modifyLogicalUnit(int operandLen, char *operand[], cmdOptions_t *options) in modifyLogicalUnit() argument
1544 for (op = 0; op < operandLen; op++) { in modifyLogicalUnit()
1893 listInitiatorPort(int operandLen, char *operand[]) in listInitiatorPort() argument
1903 foundOp = malloc((sizeof (boolean_t)) * operandLen); in listInitiatorPort()
1910 for (ol = 0; ol < operandLen; ol++) { in listInitiatorPort()
1954 if (0 == operandLen) { in listInitiatorPort()
1962 ol < operandLen; ol++) { in listInitiatorPort()
1990 for (ol = 0; ol < operandLen; ol++) { in listInitiatorPort()
2041 showInitiatorPort(int operandLen, char *operand[]) in showInitiatorPort() argument
2061 for (op = 0; op < operandLen; op++) { in showInitiatorPort()
3164 listFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in listFunc() argument
3171 ret = listMpathSupport(operandLen, operand); in listFunc()
3174 ret = listLogicalUnit(operandLen, operand, options); in listFunc()
3177 ret = listInitiatorPort(operandLen, operand); in listFunc()
3200 showFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in showFunc() argument
3207 ret = showMpathSupport(operandLen, operand); in showFunc()
3210 ret = showLogicalUnit(operandLen, operand); in showFunc()
3213 ret = showInitiatorPort(operandLen, operand); in showFunc()
3235 modifyFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in modifyFunc() argument
3242 ret = modifyMpathSupport(operandLen, operand, options); in modifyFunc()
3245 ret = modifyLogicalUnit(operandLen, operand, options); in modifyFunc()
3267 enableFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in enableFunc() argument
3295 disableFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in disableFunc() argument
3323 failoverFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in failoverFunc() argument
3351 overrideFunc(int operandLen, char *operand[], in overrideFunc() argument