actions 75 crmd/crmd_fsa.h long long actions; actions 76 crmd/fsa.c long long do_state_transition(long long actions, actions 185 crmd/fsa.c fsa_actions |= fsa_data->actions; actions 186 crmd/fsa.c fsa_dump_actions(fsa_data->actions, "Restored actions"); actions 474 crmd/fsa.c do_state_transition(long long actions, actions 479 crmd/fsa.c long long tmp = actions; actions 656 crmd/fsa.c if (tmp != actions) { actions 658 crmd/fsa.c actions = tmp; actions 661 crmd/fsa.c return actions; actions 122 crmd/messages.c fsa_data->actions = with_actions; actions 991 crmd/messages.c fsa_data.actions = 0; actions 475 crmd/te_actions.c .actions = A_LRM_INVOKE, actions 58 crmd/te_events.c gIter2 = synapse->actions; actions 329 crmd/te_events.c gIter2 = synapse->actions; actions 356 crmd/te_events.c gIter2 = synapse->actions; actions 412 crmd/te_events.c for (gIter2 = ((synapse_t*)gIter->data)->actions; actions 145 crmd/te_utils.c for (lpc2 = synapse->actions; lpc2 != NULL; lpc2 = lpc2->next) { actions 745 fencing/commands.c add_action(char *actions, const char *action) actions 749 fencing/commands.c if (actions == NULL) { actions 750 fencing/commands.c actions = calloc(1, MAX_ACTION_LEN); actions 752 fencing/commands.c offset = strlen(actions); actions 756 fencing/commands.c offset += snprintf(actions+offset, MAX_ACTION_LEN - offset, " "); actions 758 fencing/commands.c offset += snprintf(actions+offset, MAX_ACTION_LEN - offset, "%s", action); actions 760 fencing/commands.c return actions; actions 1293 fencing/main.c const char *actions[] = { "reboot", "off", "on", "list", "monitor", "status" }; actions 1410 fencing/main.c for (lpc = 0; lpc < DIMOF(actions); lpc++) { actions 1411 fencing/main.c printf(" <parameter name=\"pcmk_%s_action\" unique=\"0\">\n", actions[lpc]); actions 1414 fencing/main.c actions[lpc]); actions 1418 fencing/main.c actions[lpc]); actions 1419 fencing/main.c printf(" <content type=\"string\" default=\"%s\"/>\n", actions[lpc]); actions 1422 fencing/main.c printf(" <parameter name=\"pcmk_%s_timeout\" unique=\"0\">\n", actions[lpc]); actions 1425 fencing/main.c actions[lpc]); actions 1429 fencing/main.c actions[lpc]); actions 1433 fencing/main.c printf(" <parameter name=\"pcmk_%s_retries\" unique=\"0\">\n", actions[lpc]); actions 1436 fencing/main.c actions[lpc]); actions 1440 fencing/main.c "</longdesc>\n", actions[lpc]); actions 114 include/crm/pengine/status.h GListPtr actions; actions 286 include/crm/pengine/status.h GListPtr actions; /* action_t* */ actions 43 include/crm/transition.h GListPtr actions; /* crm_action_t* */ actions 1251 lib/fencing/st_client.c xmlNode *actions = NULL; actions 1270 lib/fencing/st_client.c actions = getXpathResult(xpathObj, 0); actions 1280 lib/fencing/st_client.c tmp = create_xml_node(actions, "action"); actions 1284 lib/fencing/st_client.c tmp = create_xml_node(actions, "action"); actions 563 lib/pengine/complex.c (*rsc)->actions = NULL; actions 958 lib/pengine/complex.c if (rsc->actions) { actions 959 lib/pengine/complex.c g_list_free(rsc->actions); actions 960 lib/pengine/complex.c rsc->actions = NULL; actions 129 lib/pengine/status.c pe_free_actions(GListPtr actions) actions 131 lib/pengine/status.c GListPtr iterator = actions; actions 137 lib/pengine/status.c if (actions != NULL) { actions 138 lib/pengine/status.c g_list_free(actions); actions 213 lib/pengine/status.c pe_free_actions(data_set->actions); actions 2067 lib/pengine/unpack.c GListPtr possible_matches = find_actions(rsc->actions, key, node); actions 430 lib/pengine/utils.c possible_matches = find_actions(rsc->actions, key, on_node); actions 436 lib/pengine/utils.c possible_matches = find_actions(data_set->actions, key, on_node); actions 503 lib/pengine/utils.c data_set->actions = g_list_prepend(data_set->actions, action); actions 515 lib/pengine/utils.c rsc->actions = g_list_prepend(rsc->actions, action); actions 73 lib/transition/graph.c for (lpc = synapse->actions; lpc != NULL; lpc = lpc->next) { actions 156 lib/transition/graph.c for (lpc = synapse->actions; synapse->ready && lpc != NULL; lpc = lpc->next) { actions 225 lib/transition/graph.c for (lpc = synapse->actions; lpc != NULL; lpc = lpc->next) { actions 136 lib/transition/unpack.c new_synapse->actions = g_list_append(new_synapse->actions, new_action); actions 263 lib/transition/unpack.c while (g_list_length(synapse->actions) > 0) { actions 264 lib/transition/unpack.c crm_action_t *action = g_list_nth_data(synapse->actions, 0); actions 266 lib/transition/unpack.c synapse->actions = g_list_remove(synapse->actions, action); actions 132 lib/transition/utils.c for (aIter = synapse->actions; aIter != NULL; aIter = aIter->next) { actions 181 lib/transition/utils.c for (lpc = synapse->actions; lpc != NULL; lpc = lpc->next) { actions 626 pengine/allocate.c GListPtr list = find_actions_exact(rsc->actions, key, node); actions 1432 pengine/allocate.c stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP, NULL); actions 1434 pengine/allocate.c if (find_first_action(container->actions, NULL, CRMD_ACTION_START, NULL)) { actions 1595 pengine/allocate.c for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) { actions 1651 pengine/allocate.c find_actions_by_task(GListPtr actions, resource_t * rsc, const char *original_key) actions 1655 pengine/allocate.c list = find_actions(actions, original_key, NULL); actions 1668 pengine/allocate.c list = find_actions(actions, key, NULL); actions 1700 pengine/allocate.c rh_actions = find_actions_by_task(rsc->actions, rsc, order->rh_action_task); actions 1751 pengine/allocate.c lh_actions = find_actions_by_task(lh_rsc->actions, lh_rsc, order->lh_action_task); actions 2121 pengine/allocate.c for (GListPtr gIter = data_set->actions; gIter != NULL; gIter = gIter->next) { actions 2246 pengine/allocate.c GListPtr actions = NULL; actions 2251 pengine/allocate.c actions = find_actions(rsc->actions, key, NULL); actions 2254 pengine/allocate.c if (actions) { actions 2255 pengine/allocate.c start = actions->data; actions 2256 pengine/allocate.c g_list_free(actions); actions 2265 pengine/allocate.c probes = find_actions(rsc->actions, key, NULL); actions 2268 pengine/allocate.c for (actions = start->actions_before; actions != NULL; actions = actions->next) { actions 2269 pengine/allocate.c action_wrapper_t *before = (action_wrapper_t *) actions->data; actions 2354 pengine/allocate.c for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) { actions 2363 pengine/allocate.c crm_trace("Updating %d actions", g_list_length(data_set->actions)); actions 2364 pengine/allocate.c for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) { actions 2443 pengine/allocate.c gIter = data_set->actions; actions 2484 pengine/allocate.c for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) { actions 677 pengine/clone.c gIter = rsc->actions; actions 720 pengine/clone.c possible = find_actions(rsc->actions, key, NULL); actions 1155 pengine/clone.c child_action = find_first_action(child->actions, NULL, task_s, child->children ? NULL : node); actions 1215 pengine/clone.c gIter = rsc->actions; actions 637 pengine/container.c first_action = find_first_action(first_tuple->child->actions, NULL, task2text(task), node); actions 639 pengine/container.c first_action = find_first_action(first_child->actions, NULL, task2text(task), node); actions 650 pengine/container.c then_action = find_first_action(then_tuple->child->actions, NULL, then->task, node); actions 652 pengine/container.c then_action = find_first_action(then_child->actions, NULL, then->task, node); actions 764 pengine/container.c action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node); actions 917 pengine/container.c action_t *probe = find_first_action(tuple->remote->actions, probe_uuid, NULL, node); actions 173 pengine/graph.c result = find_first_action(rsc->actions, uuid, NULL, NULL); actions 461 pengine/graph.c GListPtr gIter = rsc->actions; actions 505 pengine/graph.c action_t *start = find_first_action(child->actions, NULL, RSC_START, NULL); actions 720 pengine/graph.c for (lpc = data_set->actions; lpc != NULL; lpc = lpc->next) { actions 142 pengine/group.c GListPtr gIter = child->actions; actions 383 pengine/group.c action_t *child_action = find_first_action(child->actions, NULL, task_s, node); actions 426 pengine/group.c action_t *child_action = find_first_action(child->actions, NULL, then->task, node); actions 121 pengine/master.c gIter = rsc->actions; actions 697 pengine/native.c possible_matches = find_actions_exact(rsc->actions, key, node); actions 902 pengine/native.c possible_matches = find_actions_exact(rsc->actions, key, node); actions 953 pengine/native.c possible_matches = find_actions_exact(rsc->actions, key, stop_node); actions 973 pengine/native.c GListPtr probes = find_actions(rsc->actions, probe_key, stop_node); actions 992 pengine/native.c stop_ops = find_actions_exact(rsc->actions, stop_op_key, stop_node); actions 2145 pengine/native.c for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) { actions 2351 pengine/native.c possible_matches = find_actions(rsc->actions, key, next); actions 2360 pengine/native.c possible_matches = find_actions(rsc->actions, key, NULL); actions 2362 pengine/native.c possible_matches = find_actions(rsc->actions, key, current); actions 2371 pengine/native.c possible_matches = find_actions(rsc->actions, key, next); actions 2379 pengine/native.c possible_matches = find_actions(rsc->actions, key, next); actions 2390 pengine/native.c possible_matches = find_actions(rsc->actions, key, next); actions 2442 pengine/native.c possible_matches = find_actions(rsc->actions, key, node); actions 2582 pengine/native.c action_list = find_actions_exact(rsc->actions, key, next); actions 2602 pengine/native.c action_list = find_actions_exact(rsc->actions, key, next); actions 3064 pengine/native.c for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) { actions 3113 pengine/native.c start = find_first_action(rsc->actions, NULL, CRMD_ACTION_START, NULL); actions 3117 pengine/native.c action_list = find_actions(rsc->actions, key, target); actions 3140 pengine/native.c action_t *parent_stop = find_first_action(top->actions, NULL, RSC_STOP, NULL); actions 3214 pengine/native.c action_list = find_actions(rsc->actions, key, target); actions 299 pengine/notif.c GListPtr gIter = rsc->actions; actions 495 pengine/notif.c GListPtr gIter = rsc->actions; actions 659 pengine/notif.c gIter = rsc->actions; actions 682 pengine/notif.c stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL); actions 683 pengine/notif.c start = find_first_action(rsc->actions, NULL, RSC_START, NULL); actions 288 pengine/pengine.c gIter = data_set->actions; actions 120 pengine/pengine.h extern gboolean update_action_states(GListPtr actions); actions 386 pengine/ptest.c for (lpc = data_set.actions; lpc != NULL; lpc = lpc->next) { actions 430 pengine/ptest.c for (lpc = data_set.actions; lpc != NULL; lpc = lpc->next) { actions 285 pengine/utils.c for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) { actions 1360 tools/crm_resource_runtime.c actions_are_pending(GListPtr actions) actions 1364 tools/crm_resource_runtime.c for (action = actions; action != NULL; action = action->next) { actions 1381 tools/crm_resource_runtime.c print_pending_actions(GListPtr actions) actions 1386 tools/crm_resource_runtime.c for (action = actions; action != NULL; action = action->next) { actions 1436 tools/crm_resource_runtime.c print_pending_actions(data_set.actions); actions 1453 tools/crm_resource_runtime.c } while (actions_are_pending(data_set.actions)); actions 289 tools/crm_simulate.c for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) { actions 334 tools/crm_simulate.c for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {