Lines Matching refs:operandLen
2132 listStaticConfig(int operandLen, char *operand[], int *funcRet) in listStaticConfig() argument
2174 if (operandLen > 0) { in listStaticConfig()
2176 outerLoop = operandLen; in listStaticConfig()
2728 listTargetParam(int operandLen, char *operand[], cmdOptions_t *options, in listTargetParam() argument
2786 if (operandLen > 0) { in listTargetParam()
2788 outerLoop = operandLen; in listTargetParam()
4209 addAddress(int addrType, int operandLen, char *operand[], int *funcRet) in addAddress() argument
4236 for (i = 0; i < operandLen; i++) { in addAddress()
4277 addStaticConfig(int operandLen, char *operand[], int *funcRet) in addStaticConfig() argument
4312 for (i = 0; i < operandLen; i++) { in addStaticConfig()
4391 removeAddress(int addrType, int operandLen, char *operand[], int *funcRet) in removeAddress() argument
4413 for (i = 0; i < operandLen; i++) { in removeAddress()
4458 removeStaticConfig(int operandLen, char *operand[], int *funcRet) in removeStaticConfig() argument
4500 for (i = 0; i < operandLen; i++) { in removeStaticConfig()
4640 removeTargetParam(int operandLen, char *operand[], int *funcRet) in removeTargetParam() argument
4696 for (i = 0; i < operandLen; i++) { in removeTargetParam()
4775 addFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in addFunc() argument
4785 ret = addAddress(object, operandLen, operand, funcRet); in addFunc()
4788 ret = addStaticConfig(operandLen, operand, funcRet); in addFunc()
4801 listFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in listFunc() argument
4813 ret = listDiscoveryAddress(operandLen, operand, options, in listFunc()
4817 ret = listISNSServerAddress(operandLen, operand, options, in listFunc()
4824 ret = listStaticConfig(operandLen, operand, funcRet); in listFunc()
4827 ret = listTarget(operandLen, operand, options, funcRet); in listFunc()
4830 ret = listTargetParam(operandLen, operand, options, funcRet); in listFunc()
4843 modifyFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in modifyFunc() argument
4883 removeFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in removeFunc() argument
4891 ret = removeAddress(object, operandLen, operand, in removeFunc()
4895 ret = removeStaticConfig(operandLen, operand, funcRet); in removeFunc()
4898 ret = removeTargetParam(operandLen, operand, funcRet); in removeFunc()