actions           381 daemons/controld/controld_fencing.c         for (lpc2 = synapse->actions; lpc2 != NULL; lpc2 = lpc2->next) {
actions           193 daemons/controld/controld_fsa.c         controld_set_fsa_action_flags(fsa_data->actions);
actions           194 daemons/controld/controld_fsa.c         fsa_dump_actions(fsa_data->actions, "Restored actions");
actions           455 daemons/controld/controld_fsa.h     uint64_t actions;
actions           111 daemons/controld/controld_messages.c     fsa_data->actions = with_actions;
actions          1237 daemons/controld/controld_messages.c         fsa_data.actions = 0;
actions           340 daemons/controld/controld_te_actions.c             .actions = A_LRM_INVOKE,
actions            47 daemons/controld/controld_te_events.c         gIter2 = synapse->actions;
actions           205 daemons/controld/controld_te_events.c         for (GList *item2 = synapse->actions; item2; item2 = item2->next) {
actions           226 daemons/controld/controld_te_events.c         gIter2 = synapse->actions;
actions           302 daemons/controld/controld_te_events.c         for (gIter2 = ((synapse_t*)gIter->data)->actions;
actions           737 daemons/fenced/fenced_commands.c add_action(char *actions, const char *action)
actions           741 daemons/fenced/fenced_commands.c     if (actions == NULL) {
actions           742 daemons/fenced/fenced_commands.c         actions = calloc(1, MAX_ACTION_LEN);
actions           744 daemons/fenced/fenced_commands.c         offset = strlen(actions);
actions           748 daemons/fenced/fenced_commands.c         offset += snprintf(actions+offset, MAX_ACTION_LEN - offset, " ");
actions           750 daemons/fenced/fenced_commands.c     offset += snprintf(actions+offset, MAX_ACTION_LEN - offset, "%s", action);
actions           752 daemons/fenced/fenced_commands.c     return actions;
actions          1278 daemons/fenced/pacemaker-fenced.c     const char *actions[] = { "reboot", "off", "on", "list", "monitor", "status" };
actions          1401 daemons/fenced/pacemaker-fenced.c         for (lpc = 0; lpc < DIMOF(actions); lpc++) {
actions          1402 daemons/fenced/pacemaker-fenced.c             printf("  <parameter name=\"pcmk_%s_action\" unique=\"0\">\n", actions[lpc]);
actions          1405 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1409 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1410 daemons/fenced/pacemaker-fenced.c             printf("    <content type=\"string\" default=\"%s\"/>\n", actions[lpc]);
actions          1413 daemons/fenced/pacemaker-fenced.c             printf("  <parameter name=\"pcmk_%s_timeout\" unique=\"0\">\n", actions[lpc]);
actions          1416 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1420 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1424 daemons/fenced/pacemaker-fenced.c             printf("  <parameter name=\"pcmk_%s_retries\" unique=\"0\">\n", actions[lpc]);
actions          1427 daemons/fenced/pacemaker-fenced.c                  actions[lpc]);
actions          1431 daemons/fenced/pacemaker-fenced.c                    "</longdesc>\n", actions[lpc]);
actions           155 include/crm/pengine/pe_types.h     GListPtr actions;
actions           346 include/crm/pengine/pe_types.h     GListPtr actions;           // List of pe_action_t*
actions            40 include/pcmki/pcmki_transition.h     GListPtr actions;           /* crm_action_t* */
actions           126 lib/fencing/st_rhcs.c     xmlNode *actions = NULL;
actions           163 lib/fencing/st_rhcs.c         actions = getXpathResult(xpathObj, 0);
actions           172 lib/fencing/st_rhcs.c         tmp = create_xml_node(actions, "action");
actions           176 lib/fencing/st_rhcs.c         tmp = create_xml_node(actions, "action");
actions          1541 lib/pacemaker/pcmk_sched_allocate.c         stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP, NULL);
actions          1543 lib/pacemaker/pcmk_sched_allocate.c         if (find_first_action(container->actions, NULL, CRMD_ACTION_START, NULL)) {
actions          1581 lib/pacemaker/pcmk_sched_allocate.c         stop = find_first_action(node->details->remote_rsc->actions, NULL,
actions          1764 lib/pacemaker/pcmk_sched_allocate.c find_actions_by_task(GListPtr actions, pe_resource_t * rsc, const char *original_key)
actions          1768 lib/pacemaker/pcmk_sched_allocate.c     list = find_actions(actions, original_key, NULL);
actions          1777 lib/pacemaker/pcmk_sched_allocate.c             list = find_actions(actions, key, NULL);
actions          1810 lib/pacemaker/pcmk_sched_allocate.c         rh_actions = find_actions_by_task(rsc->actions, rsc, order->rh_action_task);
actions          1865 lib/pacemaker/pcmk_sched_allocate.c         lh_actions = find_actions_by_task(lh_rsc->actions, lh_rsc, order->lh_action_task);
actions          2238 lib/pacemaker/pcmk_sched_allocate.c     for (GListPtr gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions          2297 lib/pacemaker/pcmk_sched_allocate.c             for (GList *item = action->rsc->actions; item != NULL;
actions          2449 lib/pacemaker/pcmk_sched_allocate.c             rh_actions = find_actions(rh_rsc->actions, rh_action_task, NULL);
actions          2618 lib/pacemaker/pcmk_sched_allocate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions          2726 lib/pacemaker/pcmk_sched_allocate.c         GListPtr actions = NULL;
actions          2729 lib/pacemaker/pcmk_sched_allocate.c         actions = pe__resource_actions(rsc, NULL, RSC_START, FALSE);
actions          2731 lib/pacemaker/pcmk_sched_allocate.c         if (actions) {
actions          2732 lib/pacemaker/pcmk_sched_allocate.c             start = actions->data;
actions          2733 lib/pacemaker/pcmk_sched_allocate.c             g_list_free(actions);
actions          2743 lib/pacemaker/pcmk_sched_allocate.c         for (actions = start->actions_before; actions != NULL; actions = actions->next) {
actions          2744 lib/pacemaker/pcmk_sched_allocate.c             pe_action_wrapper_t *before = (pe_action_wrapper_t *) actions->data;
actions          2836 lib/pacemaker/pcmk_sched_allocate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions          2845 lib/pacemaker/pcmk_sched_allocate.c     crm_trace("Updating %d actions", g_list_length(data_set->actions));
actions          2846 lib/pacemaker/pcmk_sched_allocate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions          2853 lib/pacemaker/pcmk_sched_allocate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions          2981 lib/pacemaker/pcmk_sched_allocate.c     gIter = data_set->actions;
actions          3022 lib/pacemaker/pcmk_sched_allocate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions           699 lib/pacemaker/pcmk_sched_bundle.c                 first_action = find_first_action(first_replica->child->actions,
actions           702 lib/pacemaker/pcmk_sched_bundle.c                 first_action = find_first_action(first_child->actions, NULL, task2text(task), node);
actions           715 lib/pacemaker/pcmk_sched_bundle.c                 then_action = find_first_action(then_replica->child->actions,
actions           718 lib/pacemaker/pcmk_sched_bundle.c                 then_action = find_first_action(then_child->actions, NULL, then->task, node);
actions           839 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node);
actions          1034 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *probe = find_first_action(replica->remote->actions,
actions           714 lib/pacemaker/pcmk_sched_clone.c     gIter = rsc->actions;
actions          1225 lib/pacemaker/pcmk_sched_clone.c         child_action = find_first_action(child->actions, NULL, task_s, child->children ? NULL : node);
actions          1285 lib/pacemaker/pcmk_sched_clone.c     gIter = rsc->actions;
actions           164 lib/pacemaker/pcmk_sched_graph.c             result = find_first_action(rsc->actions, uuid, NULL, NULL);
actions           459 lib/pacemaker/pcmk_sched_graph.c     GListPtr gIter = rsc->actions;
actions           506 lib/pacemaker/pcmk_sched_graph.c         pe_action_t *start = find_first_action(child->actions, NULL, RSC_START, NULL);
actions           724 lib/pacemaker/pcmk_sched_graph.c     for (lpc = data_set->actions; lpc != NULL; lpc = lpc->next) {
actions           129 lib/pacemaker/pcmk_sched_group.c     GListPtr gIter = child->actions;
actions           390 lib/pacemaker/pcmk_sched_group.c         pe_action_t *child_action = find_first_action(child->actions, NULL, task_s, node);
actions           439 lib/pacemaker/pcmk_sched_group.c         pe_action_t *child_action = find_first_action(child->actions, NULL, then->task, node);
actions           135 lib/pacemaker/pcmk_sched_messages.c         gIter = data_set->actions;
actions           774 lib/pacemaker/pcmk_sched_native.c     possible_matches = find_actions_exact(rsc->actions, key, node);
actions           970 lib/pacemaker/pcmk_sched_native.c         possible_matches = find_actions_exact(rsc->actions, key, node);
actions          1010 lib/pacemaker/pcmk_sched_native.c         possible_matches = find_actions_exact(rsc->actions, key, stop_node);
actions          2356 lib/pacemaker/pcmk_sched_native.c     for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
actions          2655 lib/pacemaker/pcmk_sched_native.c             possible_matches = find_actions(rsc->actions, key, node);
actions          3187 lib/pacemaker/pcmk_sched_native.c     for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
actions          3253 lib/pacemaker/pcmk_sched_native.c         parent_stop = find_first_action(top->actions, NULL, RSC_STOP, NULL);
actions           267 lib/pacemaker/pcmk_sched_notif.c         GListPtr gIter = rsc->actions;
actions           466 lib/pacemaker/pcmk_sched_notif.c         GListPtr gIter = rsc->actions;
actions           635 lib/pacemaker/pcmk_sched_notif.c             return find_first_action(remote_rsc->actions, NULL, RSC_START,
actions           662 lib/pacemaker/pcmk_sched_notif.c     for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
actions           715 lib/pacemaker/pcmk_sched_notif.c     stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL);
actions           716 lib/pacemaker/pcmk_sched_notif.c     start = find_first_action(rsc->actions, NULL, RSC_START, NULL);
actions           111 lib/pacemaker/pcmk_sched_promotable.c     gIter = rsc->actions;
actions           309 lib/pacemaker/pcmk_sched_utils.c         for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
actions            62 lib/pacemaker/pcmk_trans_graph.c     for (lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
actions           145 lib/pacemaker/pcmk_trans_graph.c     for (lpc = synapse->actions; synapse->ready && lpc != NULL; lpc = lpc->next) {
actions           214 lib/pacemaker/pcmk_trans_graph.c     for (lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
actions           129 lib/pacemaker/pcmk_trans_unpack.c                 new_synapse->actions = g_list_append(new_synapse->actions, new_action);
actions           260 lib/pacemaker/pcmk_trans_unpack.c     while (synapse->actions != NULL) {
actions           261 lib/pacemaker/pcmk_trans_unpack.c         crm_action_t *action = g_list_nth_data(synapse->actions, 0);
actions           263 lib/pacemaker/pcmk_trans_unpack.c         synapse->actions = g_list_remove(synapse->actions, action);
actions           120 lib/pacemaker/pcmk_trans_utils.c         for (aIter = synapse->actions; aIter != NULL; aIter = aIter->next) {
actions           220 lib/pacemaker/pcmk_trans_utils.c     for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
actions           502 lib/pengine/complex.c     (*rsc)->actions = NULL;
actions           860 lib/pengine/complex.c     if (rsc->actions) {
actions           861 lib/pengine/complex.c         g_list_free(rsc->actions);
actions           862 lib/pengine/complex.c         rsc->actions = NULL;
actions           169 lib/pengine/status.c pe_free_actions(GListPtr actions)
actions           171 lib/pengine/status.c     GListPtr iterator = actions;
actions           177 lib/pengine/status.c     if (actions != NULL) {
actions           178 lib/pengine/status.c         g_list_free(actions);
actions           302 lib/pengine/status.c     pe_free_actions(data_set->actions);
actions           476 lib/pengine/utils.c         possible_matches = find_actions(rsc->actions, key, on_node);
actions           482 lib/pengine/utils.c         possible_matches = find_actions(data_set->actions, key, on_node);
actions           543 lib/pengine/utils.c             data_set->actions = g_list_prepend(data_set->actions, action);
actions           559 lib/pengine/utils.c                 rsc->actions = g_list_prepend(rsc->actions, action);
actions          1628 lib/pengine/utils.c         result = find_actions_exact(rsc->actions, key, node);
actions          1630 lib/pengine/utils.c         result = find_actions(rsc->actions, key, node);
actions          1551 tools/crm_resource_runtime.c actions_are_pending(GListPtr actions)
actions          1555 tools/crm_resource_runtime.c     for (action = actions; action != NULL; action = action->next) {
actions          1574 tools/crm_resource_runtime.c print_pending_actions(GListPtr actions)
actions          1579 tools/crm_resource_runtime.c     for (action = actions; action != NULL; action = action->next) {
actions          1635 tools/crm_resource_runtime.c             print_pending_actions(data_set->actions);
actions          1671 tools/crm_resource_runtime.c     } while (actions_are_pending(data_set->actions));
actions           610 tools/crm_simulate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
actions           655 tools/crm_simulate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {