Lines Matching defs:operand
2132 listStaticConfig(int operandLen, char *operand[], int *funcRet)
2199 if (parseTarget(operand[i],
2373 operand[i], gettext("not found"));
2728 listTargetParam(int operandLen, char *operand[], cmdOptions_t *options,
2783 * many times to find each target parameter operand entered, otherwise,
2813 if (parseTarget(operand[i],
2857 * if no operand was entered OR
2858 * an operand was entered and it was
3009 operand[i], gettext("not found"));
3750 /* Take the first operand as node name. */
3830 /* Take the first operand as node alias. */
4209 addAddress(int addrType, int operandLen, char *operand[], int *funcRet)
4232 * Format of discovery address operand:
4241 if (mbstowcs(wcInputObject, operand[i],
4248 if (getTargetAddress(addrType, operand[i], &address.imaStruct)
4277 addStaticConfig(int operandLen, char *operand[], int *funcRet)
4309 * Format of static config operand:
4313 if (parseTarget(operand[i],
4391 removeAddress(int addrType, int operandLen, char *operand[], int *funcRet)
4418 if (mbstowcs(wcInputObject, operand[i],
4426 if (getTargetAddress(addrType, operand[i], &address.imaStruct)
4437 operand[i], gettext("not found"));
4458 removeStaticConfig(int operandLen, char *operand[], int *funcRet)
4501 if (parseTarget(operand[i],
4640 removeTargetParam(int operandLen, char *operand[], int *funcRet)
4698 commaPos = strchr(operand[i], ',');
4704 if (mbstowcs(wcInputObject, operand[i],
4775 addFunc(int operandLen, char *operand[], int object, cmdOptions_t *options,
4785 ret = addAddress(object, operandLen, operand, funcRet);
4788 ret = addStaticConfig(operandLen, operand, funcRet);
4801 listFunc(int operandLen, char *operand[], int object, cmdOptions_t *options,
4813 ret = listDiscoveryAddress(operandLen, operand, options,
4817 ret = listISNSServerAddress(operandLen, operand, options,
4824 ret = listStaticConfig(operandLen, operand, funcRet);
4827 ret = listTarget(operandLen, operand, options, funcRet);
4830 ret = listTargetParam(operandLen, operand, options, funcRet);
4843 modifyFunc(int operandLen, char *operand[], int object, cmdOptions_t *options,
4859 while (operand[i]) {
4860 ret = modifyTargetParam(options, operand[i], funcRet);
4865 operand[i]);
4883 removeFunc(int operandLen, char *operand[], int object, cmdOptions_t *options,
4891 ret = removeAddress(object, operandLen, operand,
4895 ret = removeStaticConfig(operandLen, operand, funcRet);
4898 ret = removeTargetParam(operandLen, operand, funcRet);