active 1516 daemons/based/based_callbacks.c int active = 0; active 1519 daemons/based/based_callbacks.c active = crm_active_peers(); active 1520 daemons/based/based_callbacks.c if (active < 2) { active 1525 daemons/based/based_callbacks.c crm_info("Sending disconnect notification to %d peers...", active); active 351 daemons/based/pacemaker-based.c gboolean active = FALSE; active 357 daemons/based/pacemaker-based.c active = TRUE; active 371 daemons/based/pacemaker-based.c return active; active 70 daemons/controld/controld_remote_ra.c gboolean active; active 575 daemons/controld/controld_remote_ra.c if (ra_data->active == FALSE) { active 633 daemons/controld/controld_remote_ra.c ra_data->active = TRUE; active 668 daemons/controld/controld_remote_ra.c if (ra_data->active == TRUE && (cmd->cancel == FALSE)) { active 714 daemons/controld/controld_remote_ra.c ra_data->active = FALSE; active 1315 daemons/controld/controld_remote_ra.c ((remote_ra_data_t *) lrm_state->remote_ra_data)->active) { active 715 daemons/execd/execd_commands.c rsc ? rsc->active : NULL, cmd); active 717 daemons/execd/execd_commands.c if (rsc && (rsc->active == cmd)) { active 718 daemons/execd/execd_commands.c rsc->active = NULL; active 976 daemons/execd/execd_commands.c rsc->active = NULL; active 1130 daemons/execd/execd_commands.c if (rsc->active) { active 1131 daemons/execd/execd_commands.c cmd_list = g_list_append(cmd_list, rsc->active); active 1242 daemons/execd/execd_commands.c rsc->active = cmd; active 1359 daemons/execd/execd_commands.c if (rsc->active) { active 1388 daemons/execd/execd_commands.c rsc->active = cmd; /* only one op at a time for a rsc */ active 1443 daemons/execd/execd_commands.c if (rsc->active != cmd) { active 1575 daemons/execd/execd_commands.c if (rsc->active) { active 1578 daemons/execd/execd_commands.c rsc->active, rsc_id); active 1654 daemons/execd/execd_commands.c if (rsc->active != cmd) { active 36 daemons/execd/pacemaker-execd.h void *active; active 1265 daemons/fenced/fenced_remote.c uint32_t active = fencing_active_peers(); active 1284 daemons/fenced/fenced_remote.c if(op->query_timer != 0 && op->replies < QB_MIN(op->replies_expected, active)) { active 384 daemons/fenced/pacemaker-fenced.c const char *desc, int active) active 391 daemons/fenced/pacemaker-fenced.c crm_xml_add_int(notify_data, F_STONITH_ACTIVE, active); active 201 include/crm/pengine/internal.h GList *active; /* notify_entry_t* */ active 52 include/crm/pengine/pe_types.h gboolean (*active) (pe_resource_t*, gboolean); active 119 lib/common/ipc_server.c int active = g_hash_table_size(client_connections); active 121 lib/common/ipc_server.c if (active) { active 123 lib/common/ipc_server.c active, pcmk__plural_s(active)); active 746 lib/pacemaker/pcmk_sched_clone.c gboolean * active) active 756 lib/pacemaker/pcmk_sched_clone.c clone_update_pseudo_status(child, stopping, starting, active); active 762 lib/pacemaker/pcmk_sched_clone.c CRM_ASSERT(active != NULL); active 767 lib/pacemaker/pcmk_sched_clone.c *active = TRUE; active 433 lib/pacemaker/pcmk_sched_notif.c n_data->active = g_list_prepend(n_data->active, entry); active 437 lib/pacemaker/pcmk_sched_notif.c n_data->active = g_list_prepend(n_data->active, active 442 lib/pacemaker/pcmk_sched_notif.c n_data->active = g_list_prepend(n_data->active, active 559 lib/pacemaker/pcmk_sched_notif.c n_data->active = expand_list(n_data->active, &rsc_list, &node_list); active 781 lib/pacemaker/pcmk_sched_notif.c g_list_free_full(n_data->active, free); active 432 lib/pacemaker/pcmk_sched_promotable.c pe_resource_t *active = parent->fns->find_rsc(child, key, node, pe_find_clone|pe_find_current); active 434 lib/pacemaker/pcmk_sched_promotable.c if(rsc == active) { active 435 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Found %s for %s active on %s: done", active->id, key, node->details->uname); active 438 lib/pacemaker/pcmk_sched_promotable.c } else if(active) { active 439 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Found %s for %s on %s: not %s", active->id, key, node->details->uname, rsc->id); active 99 lib/pacemaker/pcmk_sched_utils.c pe_node_t *active; active 182 lib/pacemaker/pcmk_sched_utils.c if (nw->active && nw->active->details == node1->details) { active 187 lib/pacemaker/pcmk_sched_utils.c } else if (nw->active && nw->active->details == node2->details) { active 1320 lib/pengine/bundle.c gboolean child_active = rsc->fns->active(rsc, all); active 301 lib/pengine/clone.c gboolean child_active = child_rsc->fns->active(child_rsc, all); active 472 lib/pengine/clone.c gboolean partially_active = child_rsc->fns->active(child_rsc, FALSE); active 506 lib/pengine/clone.c } else if (child_rsc->fns->active(child_rsc, TRUE)) { active 739 lib/pengine/clone.c gboolean partially_active = child_rsc->fns->active(child_rsc, FALSE); active 781 lib/pengine/clone.c } else if (child_rsc->fns->active(child_rsc, TRUE)) { active 1002 lib/pengine/complex.c pe_node_t *active = NULL; active 1039 lib/pengine/complex.c active = node; active 1044 lib/pengine/complex.c if (is_happy && (!active || !active->details->online active 1045 lib/pengine/complex.c || active->details->unclean)) { active 1047 lib/pengine/complex.c active = node; active 1052 lib/pengine/complex.c if (active == NULL) { active 1054 lib/pengine/complex.c active = node; active 1062 lib/pengine/complex.c return active; active 32 lib/pengine/group.c if (!child_rsc->fns->active(child_rsc, TRUE)) { active 76 lib/pengine/group.c bool child_active = child->fns->active(child, FALSE); active 173 lib/pengine/group.c if (child_rsc->fns->active(child_rsc, all)) { active 321 lib/pengine/group.c gboolean active = rsc->fns->active(rsc, TRUE); active 322 lib/pengine/group.c gboolean partially_active = rsc->fns->active(rsc, FALSE); active 332 lib/pengine/group.c group_header(out, &rc, rsc, !active && partially_active ? inactive_resources(rsc) : 0, active 348 lib/pengine/group.c group_header(out, &rc, rsc, !active && partially_active ? inactive_resources(rsc) : 0, active 471 lib/pengine/native.c status_print("active=\"%s\" ", pcmk__btoa(rsc->fns->active(rsc, TRUE))); active 939 lib/pengine/native.c "active", pcmk__btoa(rsc->fns->active(rsc, TRUE)), active 2525 lib/pengine/pe_output.c gboolean is_active = rsc->fns->active(rsc, TRUE); active 2526 lib/pengine/pe_output.c gboolean partially_active = rsc->fns->active(rsc, FALSE); active 670 lib/pengine/utils.c if (!action->rsc->fns->active(action->rsc, TRUE) active 2484 lib/pengine/utils.c return (rsc->fns->active(rsc, FALSE) && !pe__rsc_running_on_any(rsc, only_node)); active 63 tools/crm_resource.h bool active, pe_working_set_t * data_set); active 86 tools/crm_resource_print.c bool active, pe_working_set_t * data_set) active 90 tools/crm_resource_print.c GList *ops = find_operations(rsc_id, host_uname, active, data_set); active 1018 tools/crm_resource_runtime.c GList *active = NULL; active 1028 tools/crm_resource_runtime.c active = g_list_concat(active, active 1031 tools/crm_resource_runtime.c active = g_list_append(active, strdup(rsc->id)); active 1034 tools/crm_resource_runtime.c return active;