active 1553 daemons/based/based_callbacks.c int active = 0; active 1556 daemons/based/based_callbacks.c active = crm_active_peers(); active 1557 daemons/based/based_callbacks.c if (active < 2) { active 1562 daemons/based/based_callbacks.c crm_info("Sending disconnect notification to %d peers...", active); active 421 daemons/based/pacemaker-based.c gboolean active = FALSE; active 427 daemons/based/pacemaker-based.c active = TRUE; active 441 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 941 daemons/execd/execd_commands.c rsc->active = NULL; active 1122 daemons/execd/execd_commands.c if (rsc->active != NULL) { active 1123 daemons/execd/execd_commands.c rsc->pending_ops = g_list_prepend(rsc->pending_ops, rsc->active); active 1222 daemons/execd/execd_commands.c rsc->active = cmd; active 1365 daemons/execd/execd_commands.c if (rsc->active) { active 1394 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 1579 daemons/execd/execd_commands.c if (rsc->active) { active 1582 daemons/execd/execd_commands.c rsc->active, rsc_id); active 1658 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 399 daemons/fenced/pacemaker-fenced.c const char *desc, int active) active 406 daemons/fenced/pacemaker-fenced.c crm_xml_add_int(notify_data, F_STONITH_ACTIVE, active); active 350 include/crm/pengine/internal.h pe_node_t **active, unsigned int *count_all, active 53 include/crm/pengine/pe_types.h gboolean (*active) (pe_resource_t*, gboolean); 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 131 lib/pacemaker/pcmk_sched_nodes.c const pe_node_t *active = (const pe_node_t *) data; active 206 lib/pacemaker/pcmk_sched_nodes.c if (active != NULL) { active 207 lib/pacemaker/pcmk_sched_nodes.c if (active->details == node1->details) { active 212 lib/pacemaker/pcmk_sched_nodes.c } else if (active->details == node2->details) { active 498 lib/pacemaker/pcmk_sched_promotable.c pe_resource_t *active = NULL; active 501 lib/pacemaker/pcmk_sched_promotable.c active = clone->fns->find_rsc(child, id, node, active 503 lib/pacemaker/pcmk_sched_promotable.c if (active != NULL) { active 504 lib/pacemaker/pcmk_sched_promotable.c return active; active 573 lib/pacemaker/pcmk_sched_promotable.c pe_resource_t *active = NULL; active 580 lib/pacemaker/pcmk_sched_promotable.c active = find_active_anon_instance(parent, id, node); active 581 lib/pacemaker/pcmk_sched_promotable.c if (active == rsc) { active 589 lib/pacemaker/pcmk_sched_promotable.c if ((active == NULL) && anonymous_known_on(parent, id, node)) { active 1115 lib/pengine/bundle.c gboolean child_active = rsc->fns->active(rsc, all); active 1935 lib/pengine/bundle.c pe_node_t *active = NULL; active 1993 lib/pengine/bundle.c && !pe__count_active_node(rsc, node, &active, count_all, active 2003 lib/pengine/bundle.c return active; active 448 lib/pengine/clone.c gboolean child_active = child_rsc->fns->active(child_rsc, all); active 633 lib/pengine/clone.c gboolean partially_active = child_rsc->fns->active(child_rsc, FALSE); active 668 lib/pengine/clone.c } else if (child_rsc->fns->active(child_rsc, TRUE)) { active 920 lib/pengine/clone.c gboolean partially_active = child_rsc->fns->active(child_rsc, FALSE); active 966 lib/pengine/clone.c } else if (child_rsc->fns->active(child_rsc, TRUE)) { active 1041 lib/pengine/complex.c pe_node_t **active, unsigned int *count_all, active 1047 lib/pengine/complex.c CRM_CHECK((rsc != NULL) && (node != NULL) && (active != NULL), active 1064 lib/pengine/complex.c *active = node; // This is the migration source active 1069 lib/pengine/complex.c if (is_happy && ((*active == NULL) || !(*active)->details->online active 1070 lib/pengine/complex.c || (*active)->details->unclean)) { active 1071 lib/pengine/complex.c *active = node; // This is the first clean node active 1076 lib/pengine/complex.c if (*active == NULL) { active 1077 lib/pengine/complex.c *active = node; // This is the first node checked active 1087 lib/pengine/complex.c pe_node_t *active = NULL; active 1099 lib/pengine/complex.c if (!pe__count_active_node(rsc, (pe_node_t *) iter->data, &active, active 1104 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 244 lib/pengine/group.c if (child_rsc->fns->active(child_rsc, all)) { active 411 lib/pengine/group.c gboolean active = rsc->fns->active(rsc, TRUE); active 412 lib/pengine/group.c gboolean partially_active = rsc->fns->active(rsc, FALSE); active 424 lib/pengine/group.c group_header(out, &rc, rsc, !active && partially_active ? inactive_resources(rsc) : 0, active 440 lib/pengine/group.c group_header(out, &rc, rsc, !active && partially_active ? inactive_resources(rsc) : 0, active 473 lib/pengine/native.c status_print("active=\"%s\" ", pcmk__btoa(rsc->fns->active(rsc, TRUE))); active 981 lib/pengine/native.c "active", pcmk__btoa(rsc->fns->active(rsc, TRUE)), active 382 lib/pengine/pe_actions.c if (!action->rsc->fns->active(action->rsc, TRUE) active 575 lib/pengine/pe_notif.c n_data->active = g_list_prepend(n_data->active, entry); active 580 lib/pengine/pe_notif.c n_data->active = g_list_prepend(n_data->active, active 586 lib/pengine/pe_notif.c n_data->active = g_list_prepend(n_data->active, active 709 lib/pengine/pe_notif.c n_data->active = notify_entries_to_strings(n_data->active, active 960 lib/pengine/pe_notif.c g_list_free_full(n_data->active, free); active 2779 lib/pengine/pe_output.c gboolean is_active = rsc->fns->active(rsc, TRUE); active 2780 lib/pengine/pe_output.c gboolean partially_active = rsc->fns->active(rsc, FALSE); active 51 lib/pengine/pe_status_private.h GList *active; /* notify_entry_t* */ active 807 lib/pengine/utils.c return (rsc->fns->active(rsc, FALSE) && !pe__rsc_running_on_any(rsc, only_node)); active 71 tools/crm_resource.h bool active, pe_working_set_t * data_set); active 93 tools/crm_resource_print.c bool active, pe_working_set_t * data_set) active 97 tools/crm_resource_print.c GList *ops = find_operations(rsc_id, host_uname, active, data_set); active 1132 tools/crm_resource_runtime.c GList *active = NULL; active 1142 tools/crm_resource_runtime.c active = g_list_concat(active, active 1145 tools/crm_resource_runtime.c active = g_list_append(active, strdup(rsc->id)); active 1148 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)) {