active 1565 daemons/based/based_callbacks.c int active = 0; active 1568 daemons/based/based_callbacks.c active = crm_active_peers(); active 1569 daemons/based/based_callbacks.c if (active < 2) { // This is the last active node active 1574 daemons/based/based_callbacks.c crm_info("Sending shutdown request to %d peers", active); active 412 daemons/based/pacemaker-based.c gboolean active = FALSE; active 418 daemons/based/pacemaker-based.c active = TRUE; active 432 daemons/based/pacemaker-based.c return active; active 724 daemons/execd/execd_commands.c rsc ? rsc->active : NULL, cmd); active 726 daemons/execd/execd_commands.c if (rsc && (rsc->active == cmd)) { active 727 daemons/execd/execd_commands.c rsc->active = NULL; active 945 daemons/execd/execd_commands.c rsc->active = NULL; active 1127 daemons/execd/execd_commands.c if (rsc->active != NULL) { active 1128 daemons/execd/execd_commands.c rsc->pending_ops = g_list_prepend(rsc->pending_ops, rsc->active); active 1227 daemons/execd/execd_commands.c rsc->active = cmd; active 1371 daemons/execd/execd_commands.c if (rsc->active) { active 1400 daemons/execd/execd_commands.c rsc->active = cmd; /* only one op at a time for a rsc */ active 1449 daemons/execd/execd_commands.c if (rsc->active != cmd) { active 1590 daemons/execd/execd_commands.c if (rsc->active) { active 1593 daemons/execd/execd_commands.c rsc->active, rsc_id); active 1669 daemons/execd/execd_commands.c if (rsc->active != cmd) { active 36 daemons/execd/pacemaker-execd.h void *active; active 1397 daemons/fenced/fenced_remote.c uint32_t active = fencing_active_peers(); active 1416 daemons/fenced/fenced_remote.c if(op->query_timer != 0 && op->replies < QB_MIN(op->replies_expected, active)) { active 387 daemons/fenced/pacemaker-fenced.c const char *desc, int active) active 394 daemons/fenced/pacemaker-fenced.c crm_xml_add_int(notify_data, F_STONITH_ACTIVE, active); active 317 include/crm/common/resources.h gboolean (*active)(pcmk_resource_t *rsc, gboolean all); active 316 include/crm/pengine/internal.h pcmk_node_t **active, unsigned int *count_all, active 118 lib/common/ipc_server.c int active = g_hash_table_size(client_connections); active 120 lib/common/ipc_server.c if (active > 0) { active 122 lib/common/ipc_server.c active, pcmk__plural_s(active)); active 507 lib/pacemaker/pcmk_sched_promotable.c pcmk_resource_t *active = NULL; active 510 lib/pacemaker/pcmk_sched_promotable.c active = clone->fns->find_rsc(child, id, node, active 513 lib/pacemaker/pcmk_sched_promotable.c if (active != NULL) { active 514 lib/pacemaker/pcmk_sched_promotable.c return active; active 584 lib/pacemaker/pcmk_sched_promotable.c pcmk_resource_t *active = NULL; active 591 lib/pacemaker/pcmk_sched_promotable.c active = find_active_anon_instance(parent, id, node); active 592 lib/pacemaker/pcmk_sched_promotable.c if (active == rsc) { active 600 lib/pacemaker/pcmk_sched_promotable.c if ((active == NULL) && anonymous_known_on(parent, id, node)) { active 1307 lib/pengine/bundle.c gboolean child_active = rsc->fns->active(rsc, all); active 2132 lib/pengine/bundle.c pcmk_node_t *active = NULL; active 2190 lib/pengine/bundle.c && !pe__count_active_node(rsc, node, &active, count_all, active 2200 lib/pengine/bundle.c return active; active 448 lib/pengine/clone.c gboolean child_active = child_rsc->fns->active(child_rsc, all); active 636 lib/pengine/clone.c gboolean partially_active = child_rsc->fns->active(child_rsc, FALSE); active 672 lib/pengine/clone.c } else if (child_rsc->fns->active(child_rsc, TRUE)) { active 929 lib/pengine/clone.c gboolean partially_active = child_rsc->fns->active(child_rsc, FALSE); active 976 lib/pengine/clone.c } else if (child_rsc->fns->active(child_rsc, TRUE)) { active 1059 lib/pengine/complex.c pcmk_node_t **active, unsigned int *count_all, active 1065 lib/pengine/complex.c CRM_CHECK((rsc != NULL) && (node != NULL) && (active != NULL), active 1082 lib/pengine/complex.c *active = node; // This is the migration source active 1087 lib/pengine/complex.c if (is_happy && ((*active == NULL) || !(*active)->details->online active 1088 lib/pengine/complex.c || (*active)->details->unclean)) { active 1089 lib/pengine/complex.c *active = node; // This is the first clean node active 1094 lib/pengine/complex.c if (*active == NULL) { active 1095 lib/pengine/complex.c *active = node; // This is the first node checked active 1105 lib/pengine/complex.c pcmk_node_t *active = NULL; active 1117 lib/pengine/complex.c if (!pe__count_active_node(rsc, (pcmk_node_t *) iter->data, &active, active 1122 lib/pengine/complex.c return active; active 107 lib/pengine/group.c if (!child_rsc->fns->active(child_rsc, TRUE)) { active 159 lib/pengine/group.c bool child_active = child->fns->active(child, FALSE); active 245 lib/pengine/group.c if (child_rsc->fns->active(child_rsc, all)) { active 414 lib/pengine/group.c gboolean active = rsc->fns->active(rsc, TRUE); active 415 lib/pengine/group.c gboolean partially_active = rsc->fns->active(rsc, FALSE); active 427 lib/pengine/group.c group_header(out, &rc, rsc, !active && partially_active ? inactive_resources(rsc) : 0, active 443 lib/pengine/group.c group_header(out, &rc, rsc, !active && partially_active ? inactive_resources(rsc) : 0, active 489 lib/pengine/native.c status_print("active=\"%s\" ", pcmk__btoa(rsc->fns->active(rsc, TRUE))); active 1002 lib/pengine/native.c "active", pcmk__btoa(rsc->fns->active(rsc, TRUE)), active 387 lib/pengine/pe_actions.c if (!action->rsc->fns->active(action->rsc, TRUE) active 582 lib/pengine/pe_notif.c n_data->active = g_list_prepend(n_data->active, entry); active 587 lib/pengine/pe_notif.c n_data->active = g_list_prepend(n_data->active, active 593 lib/pengine/pe_notif.c n_data->active = g_list_prepend(n_data->active, active 717 lib/pengine/pe_notif.c n_data->active = notify_entries_to_strings(n_data->active, active 971 lib/pengine/pe_notif.c g_list_free_full(n_data->active, free); active 2831 lib/pengine/pe_output.c gboolean is_active = rsc->fns->active(rsc, TRUE); active 2832 lib/pengine/pe_output.c gboolean partially_active = rsc->fns->active(rsc, FALSE); active 56 lib/pengine/pe_status_private.h GList *active; /* notify_entry_t* */ active 777 lib/pengine/utils.c return (rsc->fns->active(rsc, FALSE) && !pe__rsc_running_on_any(rsc, only_node)); active 74 tools/crm_resource.h bool active, pcmk_scheduler_t *scheduler); active 94 tools/crm_resource_print.c bool active, pcmk_scheduler_t *scheduler) active 98 tools/crm_resource_print.c GList *ops = find_operations(rsc_id, host_uname, active, scheduler); active 1144 tools/crm_resource_runtime.c GList *active = NULL; active 1154 tools/crm_resource_runtime.c active = g_list_concat(active, active 1157 tools/crm_resource_runtime.c active = g_list_append(active, strdup(rsc->id)); active 1160 tools/crm_resource_runtime.c return active; active 340 tools/crm_shadow.c const char *active = getenv("CIB_shadow"); active 344 tools/crm_shadow.c && !pcmk__str_eq(active, options.instance, pcmk__str_null_matches)) { active 349 tools/crm_shadow.c reason, options.instance, active); active 564 tools/crm_shadow.c const char *active = getenv("CIB_shadow"); active 569 tools/crm_shadow.c if (pcmk__str_eq(active, options.instance, pcmk__str_none) active 623 tools/crm_shadow.c const char *active = getenv("CIB_shadow"); active 626 tools/crm_shadow.c if (pcmk__str_eq(active, options.instance, pcmk__str_none)) {