active           1558 daemons/based/based_callbacks.c     int active = 0;
active           1561 daemons/based/based_callbacks.c     active = crm_active_peers();
active           1562 daemons/based/based_callbacks.c     if (active < 2) {
active           1567 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            580 daemons/controld/controld_remote_ra.c         if (ra_data->active == FALSE) {
active            640 daemons/controld/controld_remote_ra.c             ra_data->active = TRUE;
active            675 daemons/controld/controld_remote_ra.c         if (ra_data->active == TRUE && (cmd->cancel == FALSE)) {
active            721 daemons/controld/controld_remote_ra.c     ra_data->active = FALSE;
active           1324 daemons/controld/controld_remote_ra.c                 ((remote_ra_data_t *) lrm_state->remote_ra_data)->active) {
active            720 daemons/execd/execd_commands.c               rsc ? rsc->active : NULL, cmd);
active            722 daemons/execd/execd_commands.c     if (rsc && (rsc->active == cmd)) {
active            723 daemons/execd/execd_commands.c         rsc->active = NULL;
active            937 daemons/execd/execd_commands.c                 rsc->active = NULL;
active           1100 daemons/execd/execd_commands.c             if (rsc->active) {
active           1101 daemons/execd/execd_commands.c                 cmd_list = g_list_append(cmd_list, rsc->active);
active           1214 daemons/execd/execd_commands.c         rsc->active = cmd;
active           1347 daemons/execd/execd_commands.c     if (rsc->active) {
active           1376 daemons/execd/execd_commands.c     rsc->active = cmd;          /* only one op at a time for a rsc */
active           1431 daemons/execd/execd_commands.c             if (rsc->active != cmd) {
active           1562 daemons/execd/execd_commands.c     if (rsc->active) {
active           1565 daemons/execd/execd_commands.c                   rsc->active, rsc_id);
active           1641 daemons/execd/execd_commands.c                 if (rsc->active != cmd) {
active             35 daemons/execd/pacemaker-execd.h     void *active;
active           1373 daemons/fenced/fenced_remote.c     uint32_t active = fencing_active_peers();
active           1392 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            204 include/crm/pengine/internal.h     GList *active;            /* notify_entry_t*  */
active             53 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             93 lib/pacemaker/pcmk_sched_nodes.c     pe_node_t *active;
active            191 lib/pacemaker/pcmk_sched_nodes.c     if (nw->active != NULL) {
active            192 lib/pacemaker/pcmk_sched_nodes.c         if (nw->active->details == node1->details) {
active            197 lib/pacemaker/pcmk_sched_nodes.c         } else if (nw->active->details == node2->details) {
active            574 lib/pacemaker/pcmk_sched_notif.c             n_data->active = g_list_prepend(n_data->active, entry);
active            579 lib/pacemaker/pcmk_sched_notif.c             n_data->active = g_list_prepend(n_data->active,
active            585 lib/pacemaker/pcmk_sched_notif.c             n_data->active = g_list_prepend(n_data->active,
active            700 lib/pacemaker/pcmk_sched_notif.c     n_data->active = notify_entries_to_strings(n_data->active,
active            951 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           1343 lib/pengine/bundle.c         gboolean child_active = rsc->fns->active(rsc, all);
active            352 lib/pengine/clone.c         gboolean child_active = child_rsc->fns->active(child_rsc, all);
active            523 lib/pengine/clone.c         gboolean partially_active = child_rsc->fns->active(child_rsc, FALSE);
active            557 lib/pengine/clone.c         } else if (child_rsc->fns->active(child_rsc, TRUE)) {
active            790 lib/pengine/clone.c         gboolean partially_active = child_rsc->fns->active(child_rsc, FALSE);
active            836 lib/pengine/clone.c         } else if (child_rsc->fns->active(child_rsc, TRUE)) {
active           1012 lib/pengine/complex.c     pe_node_t *active = NULL;
active           1049 lib/pengine/complex.c                 active = node;
active           1054 lib/pengine/complex.c             if (is_happy && (!active || !active->details->online
active           1055 lib/pengine/complex.c                              || active->details->unclean)) {
active           1057 lib/pengine/complex.c                 active = node;
active           1062 lib/pengine/complex.c         if (active == NULL) {
active           1064 lib/pengine/complex.c             active = node;
active           1072 lib/pengine/complex.c     return active;
active             34 lib/pengine/group.c         if (!child_rsc->fns->active(child_rsc, TRUE)) {
active             78 lib/pengine/group.c     bool child_active = child->fns->active(child, FALSE);
active            175 lib/pengine/group.c         if (child_rsc->fns->active(child_rsc, all)) {
active            323 lib/pengine/group.c     gboolean active = rsc->fns->active(rsc, TRUE);
active            324 lib/pengine/group.c     gboolean partially_active = rsc->fns->active(rsc, FALSE);
active            334 lib/pengine/group.c             group_header(out, &rc, rsc, !active && partially_active ? inactive_resources(rsc) : 0,
active            350 lib/pengine/group.c             group_header(out, &rc, rsc, !active && partially_active ? inactive_resources(rsc) : 0,
active            472 lib/pengine/native.c     status_print("active=\"%s\" ", pcmk__btoa(rsc->fns->active(rsc, TRUE)));
active            949 lib/pengine/native.c              "active", pcmk__btoa(rsc->fns->active(rsc, TRUE)),
active           2598 lib/pengine/pe_output.c         gboolean is_active = rsc->fns->active(rsc, TRUE);
active           2599 lib/pengine/pe_output.c         gboolean partially_active = rsc->fns->active(rsc, FALSE);
active            669 lib/pengine/utils.c                 if (!action->rsc->fns->active(action->rsc, TRUE)
active           2481 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             90 tools/crm_resource_print.c                               bool active, pe_working_set_t * data_set)
active             94 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;