Lines Matching refs:operand

2132 listStaticConfig(int operandLen, char *operand[], int *funcRet)  in listStaticConfig()  argument
2199 if (parseTarget(operand[i], in listStaticConfig()
2373 operand[i], gettext("not found")); in listStaticConfig()
2728 listTargetParam(int operandLen, char *operand[], cmdOptions_t *options, in listTargetParam() argument
2813 if (parseTarget(operand[i], in listTargetParam()
3009 operand[i], gettext("not found")); in listTargetParam()
4209 addAddress(int addrType, int operandLen, char *operand[], int *funcRet) in addAddress() argument
4241 if (mbstowcs(wcInputObject, operand[i], in addAddress()
4248 if (getTargetAddress(addrType, operand[i], &address.imaStruct) in addAddress()
4277 addStaticConfig(int operandLen, char *operand[], int *funcRet) in addStaticConfig() argument
4313 if (parseTarget(operand[i], in addStaticConfig()
4391 removeAddress(int addrType, int operandLen, char *operand[], int *funcRet) in removeAddress() argument
4418 if (mbstowcs(wcInputObject, operand[i], in removeAddress()
4426 if (getTargetAddress(addrType, operand[i], &address.imaStruct) in removeAddress()
4437 operand[i], gettext("not found")); in removeAddress()
4458 removeStaticConfig(int operandLen, char *operand[], int *funcRet) in removeStaticConfig() argument
4501 if (parseTarget(operand[i], in removeStaticConfig()
4640 removeTargetParam(int operandLen, char *operand[], int *funcRet) in removeTargetParam() argument
4698 commaPos = strchr(operand[i], ','); in removeTargetParam()
4704 if (mbstowcs(wcInputObject, operand[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
4859 while (operand[i]) { in modifyFunc()
4860 ret = modifyTargetParam(options, operand[i], funcRet); in modifyFunc()
4865 operand[i]); in modifyFunc()
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()