Lines Matching defs:operandLen

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