Home
last modified time | relevance | path

Searched refs:scheduled_run (Results 1 – 24 of 24) sorted by relevance

/dports/sysutils/cfengine317/cfengine-3.17.0/cf-execd/
H A Dexec-config.h34 bool scheduled_run; member
59 ExecConfig *ExecConfigNew(bool scheduled_run, const EvalContext *ctx, const Policy *policy);
H A Dexec-config.c118 ExecConfig *ExecConfigNew(bool scheduled_run, const EvalContext *ctx, const Policy *policy) in ExecConfigNew() argument
122 exec_config->scheduled_run = scheduled_run; in ExecConfigNew()
228 copy->scheduled_run = config->scheduled_run; in ExecConfigCopy()
H A Dcf-execd-runner.c109 static void ConstructFailsafeCommand(bool scheduled_run, char *buffer) in ConstructFailsafeCommand() argument
119 workdir, FILE_SEPARATOR, AgentFilename(), scheduled_run ? ",scheduled_run" : ""); in ConstructFailsafeCommand()
180 …Log(LOG_LEVEL_VERBOSE, " LocalExec(%sscheduled) at %s", config->scheduled_run ? "" : "not ", star… in LocalExec()
193 ConstructFailsafeCommand(config->scheduled_run, cmd); in LocalExec()
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-execd/
H A Dexec-config.h34 bool scheduled_run; member
59 ExecConfig *ExecConfigNew(bool scheduled_run, const EvalContext *ctx, const Policy *policy);
H A Dexec-config.c118 ExecConfig *ExecConfigNew(bool scheduled_run, const EvalContext *ctx, const Policy *policy) in ExecConfigNew() argument
122 exec_config->scheduled_run = scheduled_run; in ExecConfigNew()
228 copy->scheduled_run = config->scheduled_run; in ExecConfigCopy()
H A Dcf-execd-runner.c109 static void ConstructFailsafeCommand(bool scheduled_run, char *buffer) in ConstructFailsafeCommand() argument
119 workdir, FILE_SEPARATOR, AgentFilename(), scheduled_run ? ",scheduled_run" : ""); in ConstructFailsafeCommand()
180 …Log(LOG_LEVEL_VERBOSE, " LocalExec(%sscheduled) at %s", config->scheduled_run ? "" : "not ", star… in LocalExec()
193 ConstructFailsafeCommand(config->scheduled_run, cmd); in LocalExec()
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-execd/
H A Dexec-config.h34 bool scheduled_run; member
59 ExecConfig *ExecConfigNew(bool scheduled_run, const EvalContext *ctx, const Policy *policy);
H A Dexec-config.c118 ExecConfig *ExecConfigNew(bool scheduled_run, const EvalContext *ctx, const Policy *policy) in ExecConfigNew() argument
122 exec_config->scheduled_run = scheduled_run; in ExecConfigNew()
228 copy->scheduled_run = config->scheduled_run; in ExecConfigCopy()
H A Dcf-execd-runner.c109 static void ConstructFailsafeCommand(bool scheduled_run, char *buffer) in ConstructFailsafeCommand() argument
119 workdir, FILE_SEPARATOR, AgentFilename(), scheduled_run ? ",scheduled_run" : ""); in ConstructFailsafeCommand()
180 …Log(LOG_LEVEL_VERBOSE, " LocalExec(%sscheduled) at %s", config->scheduled_run ? "" : "not ", star… in LocalExec()
193 ConstructFailsafeCommand(config->scheduled_run, cmd); in LocalExec()
/dports/sysutils/cfengine/cfengine-3.19.0/cf-execd/
H A Dexec-config.h34 bool scheduled_run; member
59 ExecConfig *ExecConfigNew(bool scheduled_run, const EvalContext *ctx, const Policy *policy);
H A Dexec-config.c118 ExecConfig *ExecConfigNew(bool scheduled_run, const EvalContext *ctx, const Policy *policy) in ExecConfigNew() argument
122 exec_config->scheduled_run = scheduled_run; in ExecConfigNew()
228 copy->scheduled_run = config->scheduled_run; in ExecConfigCopy()
H A Dcf-execd-runner.c109 static void ConstructFailsafeCommand(bool scheduled_run, char *buffer) in ConstructFailsafeCommand() argument
119 workdir, FILE_SEPARATOR, AgentFilename(), scheduled_run ? ",scheduled_run" : ""); in ConstructFailsafeCommand()
180 …Log(LOG_LEVEL_VERBOSE, " LocalExec(%sscheduled) at %s", config->scheduled_run ? "" : "not ", star… in LocalExec()
193 ConstructFailsafeCommand(config->scheduled_run, cmd); in LocalExec()
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-execd/
H A Dexec-config.h34 bool scheduled_run; member
59 ExecConfig *ExecConfigNew(bool scheduled_run, const EvalContext *ctx, const Policy *policy);
H A Dexec-config.c118 ExecConfig *ExecConfigNew(bool scheduled_run, const EvalContext *ctx, const Policy *policy) in ExecConfigNew() argument
122 exec_config->scheduled_run = scheduled_run; in ExecConfigNew()
228 copy->scheduled_run = config->scheduled_run; in ExecConfigCopy()
H A Dcf-execd-runner.c109 static void ConstructFailsafeCommand(bool scheduled_run, char *buffer) in ConstructFailsafeCommand() argument
119 workdir, FILE_SEPARATOR, AgentFilename(), scheduled_run ? ",scheduled_run" : ""); in ConstructFailsafeCommand()
180 …Log(LOG_LEVEL_VERBOSE, " LocalExec(%sscheduled) at %s", config->scheduled_run ? "" : "not ", star… in LocalExec()
193 ConstructFailsafeCommand(config->scheduled_run, cmd); in LocalExec()
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-execd/
H A Dexec-config.h34 bool scheduled_run; member
59 ExecConfig *ExecConfigNew(bool scheduled_run, const EvalContext *ctx, const Policy *policy);
H A Dexec-config.c117 ExecConfig *ExecConfigNew(bool scheduled_run, const EvalContext *ctx, const Policy *policy) in ExecConfigNew() argument
121 exec_config->scheduled_run = scheduled_run; in ExecConfigNew()
227 copy->scheduled_run = config->scheduled_run; in ExecConfigCopy()
H A Dcf-execd-runner.c108 static void ConstructFailsafeCommand(bool scheduled_run, char *buffer) in ConstructFailsafeCommand() argument
118 workdir, FILE_SEPARATOR, AgentFilename(), scheduled_run ? ",scheduled_run" : ""); in ConstructFailsafeCommand()
179 …Log(LOG_LEVEL_VERBOSE, " LocalExec(%sscheduled) at %s", config->scheduled_run ? "" : "not ", star… in LocalExec()
192 ConstructFailsafeCommand(config->scheduled_run, cmd); in LocalExec()
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/unit/
H A Dexec-config-test.c94 assert_int_equal(false, config->scheduled_run); in exec_config_empty_cb()
118 assert_int_equal(true, config->scheduled_run); in CheckFullExecConfig()
/dports/sysutils/cfengine/cfengine-3.19.0/tests/unit/
H A Dexec-config-test.c94 assert_int_equal(false, config->scheduled_run); in exec_config_empty_cb()
118 assert_int_equal(true, config->scheduled_run); in CheckFullExecConfig()
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/unit/
H A Dexec-config-test.c94 assert_int_equal(false, config->scheduled_run); in exec_config_empty_cb()
118 assert_int_equal(true, config->scheduled_run); in CheckFullExecConfig()
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/unit/
H A Dexec-config-test.c94 assert_int_equal(false, config->scheduled_run); in exec_config_empty_cb()
118 assert_int_equal(true, config->scheduled_run); in CheckFullExecConfig()
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/unit/
H A Dexec-config-test.c94 assert_int_equal(false, config->scheduled_run); in exec_config_empty_cb()
118 assert_int_equal(true, config->scheduled_run); in CheckFullExecConfig()
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/unit/
H A Dexec-config-test.c94 assert_int_equal(false, config->scheduled_run); in exec_config_empty_cb()
118 assert_int_equal(true, config->scheduled_run); in CheckFullExecConfig()