actions 379 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 1226 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 773 daemons/fenced/fenced_commands.c add_action(char *actions, const char *action) actions 777 daemons/fenced/fenced_commands.c if (actions == NULL) { actions 778 daemons/fenced/fenced_commands.c actions = calloc(1, MAX_ACTION_LEN); actions 780 daemons/fenced/fenced_commands.c offset = strlen(actions); actions 784 daemons/fenced/fenced_commands.c offset += snprintf(actions+offset, MAX_ACTION_LEN - offset, " "); actions 786 daemons/fenced/fenced_commands.c offset += snprintf(actions+offset, MAX_ACTION_LEN - offset, "%s", action); actions 788 daemons/fenced/fenced_commands.c return actions; actions 1332 daemons/fenced/pacemaker-fenced.c const char *actions[] = { "reboot", "off", "on", "list", "monitor", "status" }; actions 1478 daemons/fenced/pacemaker-fenced.c for (lpc = 0; lpc < PCMK__NELEM(actions); lpc++) { actions 1479 daemons/fenced/pacemaker-fenced.c printf(" <parameter name=\"pcmk_%s_action\" unique=\"0\">\n", actions[lpc]); actions 1482 daemons/fenced/pacemaker-fenced.c actions[lpc]); actions 1486 daemons/fenced/pacemaker-fenced.c actions[lpc]); actions 1487 daemons/fenced/pacemaker-fenced.c printf(" <content type=\"string\" default=\"%s\"/>\n", actions[lpc]); actions 1490 daemons/fenced/pacemaker-fenced.c printf(" <parameter name=\"pcmk_%s_timeout\" unique=\"0\">\n", actions[lpc]); actions 1493 daemons/fenced/pacemaker-fenced.c actions[lpc]); actions 1497 daemons/fenced/pacemaker-fenced.c actions[lpc]); actions 1501 daemons/fenced/pacemaker-fenced.c printf(" <parameter name=\"pcmk_%s_retries\" unique=\"0\">\n", actions[lpc]); actions 1504 daemons/fenced/pacemaker-fenced.c actions[lpc]); actions 1508 daemons/fenced/pacemaker-fenced.c "</longdesc>\n", actions[lpc]); actions 164 include/crm/pengine/pe_types.h GList *actions; actions 360 include/crm/pengine/pe_types.h GList *actions; // List of pe_action_t* actions 40 include/pcmki/pcmki_transition.h GList *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 967 lib/pacemaker/pcmk_output.c possible_matches = find_actions(rsc->actions, key, node); actions 1524 lib/pacemaker/pcmk_sched_allocate.c stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP, NULL); actions 1526 lib/pacemaker/pcmk_sched_allocate.c if (find_first_action(container->actions, NULL, CRMD_ACTION_START, NULL)) { actions 1563 lib/pacemaker/pcmk_sched_allocate.c stop = find_first_action(node->details->remote_rsc->actions, NULL, actions 1746 lib/pacemaker/pcmk_sched_allocate.c find_actions_by_task(GList *actions, pe_resource_t * rsc, const char *original_key) actions 1750 lib/pacemaker/pcmk_sched_allocate.c list = find_actions(actions, original_key, NULL); actions 1759 lib/pacemaker/pcmk_sched_allocate.c list = find_actions(actions, key, NULL); actions 1792 lib/pacemaker/pcmk_sched_allocate.c rh_actions = find_actions_by_task(rsc->actions, rsc, order->rh_action_task); actions 1846 lib/pacemaker/pcmk_sched_allocate.c lh_actions = find_actions_by_task(lh_rsc->actions, lh_rsc, order->lh_action_task); actions 2220 lib/pacemaker/pcmk_sched_allocate.c for (GList *gIter = data_set->actions; gIter != NULL; gIter = gIter->next) { actions 2279 lib/pacemaker/pcmk_sched_allocate.c for (GList *item = action->rsc->actions; item != NULL; actions 2431 lib/pacemaker/pcmk_sched_allocate.c rh_actions = find_actions(rh_rsc->actions, rh_action_task, NULL); actions 2600 lib/pacemaker/pcmk_sched_allocate.c for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) { actions 2708 lib/pacemaker/pcmk_sched_allocate.c GList *actions = NULL; actions 2711 lib/pacemaker/pcmk_sched_allocate.c actions = pe__resource_actions(rsc, NULL, RSC_START, FALSE); actions 2713 lib/pacemaker/pcmk_sched_allocate.c if (actions) { actions 2714 lib/pacemaker/pcmk_sched_allocate.c start = actions->data; actions 2715 lib/pacemaker/pcmk_sched_allocate.c g_list_free(actions); actions 2725 lib/pacemaker/pcmk_sched_allocate.c for (actions = start->actions_before; actions != NULL; actions = actions->next) { actions 2726 lib/pacemaker/pcmk_sched_allocate.c pe_action_wrapper_t *before = (pe_action_wrapper_t *) actions->data; actions 2820 lib/pacemaker/pcmk_sched_allocate.c for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) { actions 2829 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Updating %d actions", g_list_length(data_set->actions)); actions 2830 lib/pacemaker/pcmk_sched_allocate.c for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) { actions 2837 lib/pacemaker/pcmk_sched_allocate.c for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) { actions 2991 lib/pacemaker/pcmk_sched_allocate.c gIter = data_set->actions; actions 3033 lib/pacemaker/pcmk_sched_allocate.c for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) { actions 709 lib/pacemaker/pcmk_sched_bundle.c first_action = find_first_action(first_replica->child->actions, actions 712 lib/pacemaker/pcmk_sched_bundle.c first_action = find_first_action(first_child->actions, NULL, task2text(task), node); actions 725 lib/pacemaker/pcmk_sched_bundle.c then_action = find_first_action(then_replica->child->actions, actions 728 lib/pacemaker/pcmk_sched_bundle.c then_action = find_first_action(then_child->actions, NULL, then->task, node); actions 849 lib/pacemaker/pcmk_sched_bundle.c pe_action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node); actions 1054 lib/pacemaker/pcmk_sched_bundle.c pe_action_t *probe = find_first_action(replica->remote->actions, actions 768 lib/pacemaker/pcmk_sched_clone.c gIter = rsc->actions; actions 1275 lib/pacemaker/pcmk_sched_clone.c child_action = find_first_action(child->actions, NULL, task_s, child->children ? NULL : node); actions 1335 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 464 lib/pacemaker/pcmk_sched_graph.c GList *gIter = rsc->actions; actions 511 lib/pacemaker/pcmk_sched_graph.c pe_action_t *start = find_first_action(child->actions, NULL, RSC_START, NULL); actions 730 lib/pacemaker/pcmk_sched_graph.c for (lpc = data_set->actions; lpc != NULL; lpc = lpc->next) { actions 187 lib/pacemaker/pcmk_sched_group.c GList *gIter = child->actions; actions 434 lib/pacemaker/pcmk_sched_group.c pe_action_t *child_action = find_first_action(child->actions, NULL, task_s, node); actions 483 lib/pacemaker/pcmk_sched_group.c pe_action_t *child_action = find_first_action(child->actions, NULL, then->task, node); actions 117 lib/pacemaker/pcmk_sched_messages.c gIter = data_set->actions; actions 773 lib/pacemaker/pcmk_sched_native.c possible_matches = find_actions_exact(rsc->actions, key, node); actions 967 lib/pacemaker/pcmk_sched_native.c possible_matches = find_actions_exact(rsc->actions, key, node); actions 1008 lib/pacemaker/pcmk_sched_native.c possible_matches = find_actions_exact(rsc->actions, key, stop_node); actions 2352 lib/pacemaker/pcmk_sched_native.c for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) { actions 2908 lib/pacemaker/pcmk_sched_native.c for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) { actions 2974 lib/pacemaker/pcmk_sched_native.c parent_stop = find_first_action(top->actions, NULL, RSC_STOP, NULL); actions 269 lib/pacemaker/pcmk_sched_notif.c GList *gIter = rsc->actions; actions 456 lib/pacemaker/pcmk_sched_notif.c GList *gIter = rsc->actions; actions 629 lib/pacemaker/pcmk_sched_notif.c return find_first_action(remote_rsc->actions, NULL, RSC_START, actions 656 lib/pacemaker/pcmk_sched_notif.c for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) { actions 709 lib/pacemaker/pcmk_sched_notif.c stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL); actions 710 lib/pacemaker/pcmk_sched_notif.c start = find_first_action(rsc->actions, NULL, RSC_START, NULL); actions 113 lib/pacemaker/pcmk_sched_promotable.c gIter = rsc->actions; actions 311 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 134 lib/pacemaker/pcmk_trans_unpack.c new_synapse->actions = g_list_append(new_synapse->actions, new_action); actions 270 lib/pacemaker/pcmk_trans_unpack.c while (synapse->actions != NULL) { actions 271 lib/pacemaker/pcmk_trans_unpack.c crm_action_t *action = g_list_nth_data(synapse->actions, 0); actions 273 lib/pacemaker/pcmk_trans_unpack.c synapse->actions = g_list_remove(synapse->actions, action); actions 121 lib/pacemaker/pcmk_trans_utils.c for (aIter = synapse->actions; aIter != NULL; aIter = aIter->next) { actions 221 lib/pacemaker/pcmk_trans_utils.c for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) { actions 593 lib/pengine/complex.c (*rsc)->actions = NULL; actions 964 lib/pengine/complex.c if (rsc->actions) { actions 965 lib/pengine/complex.c g_list_free(rsc->actions); actions 966 lib/pengine/complex.c rsc->actions = NULL; actions 170 lib/pengine/status.c pe_free_actions(GList *actions) actions 172 lib/pengine/status.c GList *iterator = actions; actions 178 lib/pengine/status.c if (actions != NULL) { actions 179 lib/pengine/status.c g_list_free(actions); actions 303 lib/pengine/status.c pe_free_actions(data_set->actions); actions 426 lib/pengine/utils.c possible_matches = find_actions(rsc->actions, key, on_node); actions 432 lib/pengine/utils.c possible_matches = find_actions(data_set->actions, key, on_node); actions 493 lib/pengine/utils.c data_set->actions = g_list_prepend(data_set->actions, action); actions 509 lib/pengine/utils.c rsc->actions = g_list_prepend(rsc->actions, action); actions 1553 lib/pengine/utils.c result = find_actions_exact(rsc->actions, key, node); actions 1555 lib/pengine/utils.c result = find_actions(rsc->actions, key, node); actions 1557 tools/crm_resource_runtime.c actions_are_pending(GList *actions) actions 1561 tools/crm_resource_runtime.c for (action = actions; action != NULL; action = action->next) { actions 1572 tools/crm_resource_runtime.c print_pending_actions(pcmk__output_t *out, GList *actions) actions 1577 tools/crm_resource_runtime.c for (action = actions; action != NULL; action = action->next) { actions 1635 tools/crm_resource_runtime.c print_pending_actions(out, data_set->actions); actions 1671 tools/crm_resource_runtime.c } while (actions_are_pending(data_set->actions)); actions 519 tools/crm_simulate.c for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) { actions 564 tools/crm_simulate.c for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {