Lines Matching defs:funcRet
1568 listDiscovery(int *funcRet)
1575 assert(funcRet != NULL);
1593 *funcRet = 1;
1616 listNode(int *funcRet)
1630 assert(funcRet != NULL);
1672 *funcRet = 1;
1683 *funcRet = 1;
1763 int *funcRet)
1781 assert(funcRet != NULL);
1824 *funcRet = 1;
1913 *funcRet = 1;
1941 int *funcRet)
1959 assert(funcRet != NULL);
2002 *funcRet = 1;
2132 listStaticConfig(int operandLen, char *operand[], int *funcRet)
2156 assert(funcRet != NULL);
2193 *funcRet = 1;
2229 *funcRet = 1;
2385 listTarget(int objectLen, char *objects[], cmdOptions_t *options, int *funcRet)
2411 assert(funcRet != NULL);
2456 *funcRet = 1;
2485 *funcRet = 1;
2564 *funcRet = 1;
2603 *funcRet = 1;
2621 *funcRet = 1;
2646 *funcRet = 1;
2729 int *funcRet)
2755 assert(funcRet != NULL);
2807 *funcRet = 1;
2836 *funcRet = 1;
2952 *funcRet = 1;
2967 *funcRet = 1;
2981 *funcRet = 1;
2988 *funcRet = 1;
2995 *funcRet = 1;
3007 *funcRet = 1; /* DIY message fix */
3021 modifyDiscovery(cmdOptions_t *options, int *funcRet)
3031 assert(funcRet != NULL);
3064 *funcRet = 1;
3074 *funcRet = 1;
3085 *funcRet = 1;
3104 modifyNodeAuthParam(IMA_OID oid, int param, char *chapName, int *funcRet)
3114 assert(funcRet != NULL);
3170 *funcRet = 1;
3179 modifyTargetAuthParam(IMA_OID oid, int param, char *chapName, int *funcRet)
3189 assert(funcRet != NULL);
3245 *funcRet = 1;
3251 modifyTargetBidirAuthFlag(IMA_OID targetOid, char *optarg, int *funcRet)
3256 assert(funcRet != NULL);
3271 *funcRet = 1;
3433 modifyNodeAuthMethod(IMA_OID oid, char *optarg, int *funcRet)
3442 assert(funcRet != NULL);
3482 *funcRet = 1;
3488 modifyTargetAuthMethod(IMA_OID oid, char *optarg, int *funcRet)
3497 assert(funcRet != NULL);
3538 *funcRet = 1;
3549 modifyNodeRadiusConfig(IMA_OID oid, char *optarg, int *funcRet)
3556 assert(funcRet != NULL);
3573 *funcRet = 1;
3585 modifyNodeRadiusAccess(IMA_OID oid, char *optarg, int *funcRet)
3593 assert(funcRet != NULL);
3607 *funcRet = 1;
3632 *funcRet = 1;
3646 modifyNodeRadiusSharedSecret(IMA_OID oid, int *funcRet)
3655 assert(funcRet != NULL);
3688 *funcRet = 1;
3698 modifyNode(cmdOptions_t *options, int *funcRet)
3715 assert(funcRet != NULL);
3725 *funcRet = 1;
3795 *funcRet = 1; /* DIY message fix */
3817 *funcRet = 1;
3853 *funcRet = 1;
3861 *funcRet = 1;
3875 funcRet) != 0) {
3882 funcRet) != 0) {
3889 funcRet) != 0) {
3895 if (modifyNodeRadiusSharedSecret(oid, funcRet)
3909 NULL, funcRet) != 0) {
3950 optionList->optarg, funcRet) != 0) {
4017 modifyTargetParam(cmdOptions_t *options, char *targetName, int *funcRet)
4043 assert(funcRet != NULL);
4079 *funcRet = 1;
4090 *funcRet = 1;
4098 *funcRet = 1;
4106 *funcRet = 1;
4118 *funcRet = 1;
4173 funcRet) != 0) {
4192 *funcRet = 1;
4196 funcRet) != 0) {
4209 addAddress(int addrType, int operandLen, char *operand[], int *funcRet)
4218 assert(funcRet != NULL);
4258 *funcRet = 1;
4265 *funcRet = 1;
4277 addStaticConfig(int operandLen, char *operand[], int *funcRet)
4295 assert(funcRet != NULL);
4330 *funcRet = 1; /* DIY message fix */
4337 *funcRet = 1; /* DIY message fix */
4375 *funcRet = 1;
4381 *funcRet = 1;
4391 removeAddress(int addrType, int operandLen, char *operand[], int *funcRet)
4400 assert(funcRet != NULL);
4441 *funcRet = 1;
4447 *funcRet = 1;
4458 removeStaticConfig(int operandLen, char *operand[], int *funcRet)
4479 assert(funcRet != NULL);
4496 *funcRet = 1;
4545 *funcRet = 1;
4620 *funcRet = 1;
4640 removeTargetParam(int operandLen, char *operand[], int *funcRet)
4663 *funcRet = 1;
4671 *funcRet = 1;
4676 assert(funcRet != NULL);
4692 *funcRet = 1;
4719 *funcRet = 1;
4757 *funcRet = 1;
4776 void *addArgs, int *funcRet)
4780 assert(funcRet != NULL);
4785 ret = addAddress(object, operandLen, operand, funcRet);
4788 ret = addStaticConfig(operandLen, operand, funcRet);
4802 void *addArgs, int *funcRet)
4806 assert(funcRet != NULL);
4810 ret = listDiscovery(funcRet);
4814 funcRet);
4818 funcRet);
4821 ret = listNode(funcRet);
4824 ret = listStaticConfig(operandLen, operand, funcRet);
4827 ret = listTarget(operandLen, operand, options, funcRet);
4830 ret = listTargetParam(operandLen, operand, options, funcRet);
4844 void *addArgs, int *funcRet)
4848 assert(funcRet != NULL);
4852 ret = modifyDiscovery(options, funcRet);
4855 ret = modifyNode(options, funcRet);
4860 ret = modifyTargetParam(options, operand[i], funcRet);
4884 void *addArgs, int *funcRet)
4892 funcRet);
4895 ret = removeStaticConfig(operandLen, operand, funcRet);
4898 ret = removeTargetParam(operandLen, operand, funcRet);
4972 int *funcRet)
4974 assert(funcRet != NULL);
4980 optionList->optarg, funcRet) != 0) {
4986 optionList->optarg, funcRet) != 0) {
4992 AUTH_PASSWORD, NULL, funcRet) != 0) {
5024 optionList->optarg, funcRet) != 0) {
5510 * The return value from the function is placed in funcRet
5518 int funcRet = 0;
5543 ret = cmdParse(argc, argv, synTables, subcommandArgs, &funcRet);
5549 if (funcRet != 0) {