executed          426 crmd/te_actions.c     action->executed = FALSE;
executed          488 crmd/te_actions.c     action->executed = TRUE;
executed          355 crmd/te_callbacks.c     if(down == NULL || down->executed == false) {
executed           88 crmd/te_events.c                 if (synapse->executed) {
executed           63 fencing/remote.c     gboolean executed[st_phase_max];
executed          134 fencing/remote.c     if (!props->executed[data->op->phase]
executed          181 fencing/remote.c     return (props && !props->executed[op->phase]
executed          208 fencing/remote.c     props->executed[op->phase] = TRUE;
executed         1265 fencing/remote.c     if (!props->executed[timeout->op->phase]
executed           40 include/crm/transition.h     gboolean executed;
executed           58 include/crm/transition.h     gboolean executed;          /* sent to the CRM */
executed           36 lib/transition/graph.c     CRM_CHECK(synapse->executed == FALSE, return FALSE);
executed           69 lib/transition/graph.c     CRM_CHECK(synapse->executed, return FALSE);
executed          114 lib/transition/graph.c         } else if (synapse->executed) {
executed          135 lib/transition/graph.c     CRM_CHECK(synapse->executed == FALSE, return FALSE);
executed          181 lib/transition/graph.c     CRM_CHECK(action->executed == FALSE, return FALSE);
executed          186 lib/transition/graph.c     action->executed = TRUE;
executed          224 lib/transition/graph.c     synapse->executed = TRUE;
executed          277 lib/transition/graph.c         } else if (synapse->failed == FALSE && synapse->executed) {
executed          294 lib/transition/graph.c         } else if (synapse->confirmed || synapse->executed) {
executed          156 lib/transition/utils.c     } else if (synapse->executed) {
executed          163 lib/transition/utils.c     if (synapse->executed == FALSE) {
executed          195 lib/transition/utils.c     if (synapse->executed == FALSE) {