active           1498 daemons/based/based_callbacks.c     int active = 0;
active           1501 daemons/based/based_callbacks.c     active = crm_active_peers();
active           1502 daemons/based/based_callbacks.c     if (active < 2) {
active           1507 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            358 daemons/based/pacemaker-based.c         active = TRUE;
active            374 daemons/based/pacemaker-based.c     return active;
active             72 daemons/controld/controld_remote_ra.c     gboolean active;
active            570 daemons/controld/controld_remote_ra.c         if (ra_data->active == FALSE) {
active            628 daemons/controld/controld_remote_ra.c             ra_data->active = TRUE;
active            664 daemons/controld/controld_remote_ra.c         if (ra_data->active == TRUE && (cmd->cancel == FALSE)) {
active            708 daemons/controld/controld_remote_ra.c     ra_data->active = FALSE;
active           1271 daemons/controld/controld_remote_ra.c                 ((remote_ra_data_t *) lrm_state->remote_ra_data)->active) {
active            676 daemons/execd/execd_commands.c               rsc ? rsc->active : NULL, cmd);
active            678 daemons/execd/execd_commands.c     if (rsc && (rsc->active == cmd)) {
active            679 daemons/execd/execd_commands.c         rsc->active = NULL;
active           1024 daemons/execd/execd_commands.c                 rsc->active = NULL;
active           1175 daemons/execd/execd_commands.c             if (rsc->active) {
active           1176 daemons/execd/execd_commands.c                 cmd_list = g_list_append(cmd_list, rsc->active);
active           1287 daemons/execd/execd_commands.c         rsc->active = cmd;
active           1403 daemons/execd/execd_commands.c     if (rsc->active) {
active           1432 daemons/execd/execd_commands.c     rsc->active = cmd;          /* only one op at a time for a rsc */
active           1487 daemons/execd/execd_commands.c             if (rsc->active != cmd) {
active           1619 daemons/execd/execd_commands.c     if (rsc->active) {
active           1622 daemons/execd/execd_commands.c                   rsc->active, rsc_id);
active           1702 daemons/execd/execd_commands.c                 if (rsc->active != cmd) {
active             36 daemons/execd/pacemaker-execd.h     void *active;
active           1227 daemons/fenced/fenced_remote.c     uint32_t active = fencing_active_peers();
active           1246 daemons/fenced/fenced_remote.c         if(op->query_timer != 0 && op->replies < QB_MIN(op->replies_expected, active)) {
active            374 daemons/fenced/pacemaker-fenced.c                          const char *desc, int active)
active            381 daemons/fenced/pacemaker-fenced.c     crm_xml_add_int(notify_data, F_STONITH_ACTIVE, active);
active            200 include/crm/pengine/internal.h     GListPtr active;            /* notify_entry_t*  */
active             51 include/crm/pengine/pe_types.h     gboolean (*active) (pe_resource_t*, gboolean);
active            107 lib/common/ipc_server.c         int active = g_hash_table_size(client_connections);
active            109 lib/common/ipc_server.c         if (active) {
active            111 lib/common/ipc_server.c                     active, pcmk__plural_s(active));
active            690 lib/pacemaker/pcmk_sched_clone.c                            gboolean * active)
active            700 lib/pacemaker/pcmk_sched_clone.c             clone_update_pseudo_status(child, stopping, starting, active);
active            706 lib/pacemaker/pcmk_sched_clone.c     CRM_ASSERT(active != NULL);
active            711 lib/pacemaker/pcmk_sched_clone.c         *active = TRUE;
active            758 lib/pacemaker/pcmk_sched_clone.c     GListPtr active = NULL;
active            769 lib/pacemaker/pcmk_sched_clone.c                 active = g_list_prepend(active, op);
active            773 lib/pacemaker/pcmk_sched_clone.c         if (active && pcmk__list_of_1(active)) {
active            774 lib/pacemaker/pcmk_sched_clone.c             match = g_list_nth_data(active, 0);
active            778 lib/pacemaker/pcmk_sched_clone.c             *list = active;
active            779 lib/pacemaker/pcmk_sched_clone.c             active = NULL;
active            794 lib/pacemaker/pcmk_sched_clone.c     if (active) {
active            795 lib/pacemaker/pcmk_sched_clone.c         g_list_free(active);
active            443 lib/pacemaker/pcmk_sched_notif.c                 n_data->active = g_list_prepend(n_data->active, entry);
active            447 lib/pacemaker/pcmk_sched_notif.c                 n_data->active = g_list_prepend(n_data->active,
active            452 lib/pacemaker/pcmk_sched_notif.c                 n_data->active = g_list_prepend(n_data->active,
active            569 lib/pacemaker/pcmk_sched_notif.c     n_data->active = expand_list(n_data->active, &rsc_list, &node_list);
active            787 lib/pacemaker/pcmk_sched_notif.c     g_list_free_full(n_data->active, free);
active            420 lib/pacemaker/pcmk_sched_promotable.c         pe_resource_t *active = parent->fns->find_rsc(child, key, node, pe_find_clone|pe_find_current);
active            422 lib/pacemaker/pcmk_sched_promotable.c         if(rsc == active) {
active            423 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            426 lib/pacemaker/pcmk_sched_promotable.c         } else if(active) {
active            427 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            144 lib/pacemaker/pcmk_sched_utils.c     pe_node_t *active;
active            227 lib/pacemaker/pcmk_sched_utils.c     if (nw->active && nw->active->details == node1->details) {
active            232 lib/pacemaker/pcmk_sched_utils.c     } else if (nw->active && nw->active->details == node2->details) {
active           1357 lib/pengine/bundle.c         gboolean child_active = rsc->fns->active(rsc, all);
active            243 lib/pengine/clone.c         gboolean child_active = child_rsc->fns->active(child_rsc, all);
active            414 lib/pengine/clone.c         gboolean partially_active = child_rsc->fns->active(child_rsc, FALSE);
active            448 lib/pengine/clone.c         } else if (child_rsc->fns->active(child_rsc, TRUE)) {
active            681 lib/pengine/clone.c         gboolean partially_active = child_rsc->fns->active(child_rsc, FALSE);
active            723 lib/pengine/clone.c         } else if (child_rsc->fns->active(child_rsc, TRUE)) {
active            918 lib/pengine/clone.c         gboolean partially_active = child_rsc->fns->active(child_rsc, FALSE);
active            960 lib/pengine/clone.c         } else if (child_rsc->fns->active(child_rsc, TRUE)) {
active            898 lib/pengine/complex.c     pe_node_t *active = NULL;
active            935 lib/pengine/complex.c                 active = node;
active            940 lib/pengine/complex.c             if (is_happy && (!active || !active->details->online
active            941 lib/pengine/complex.c                              || active->details->unclean)) {
active            943 lib/pengine/complex.c                 active = node;
active            948 lib/pengine/complex.c         if (active == NULL) {
active            950 lib/pengine/complex.c             active = node;
active            958 lib/pengine/complex.c     return active;
active             99 lib/pengine/group.c         if (child_rsc->fns->active(child_rsc, all)) {
active            495 lib/pengine/native.c     status_print("active=\"%s\" ", pcmk__btoa(rsc->fns->active(rsc, TRUE)));
active           1094 lib/pengine/native.c              "active", pcmk__btoa(rsc->fns->active(rsc, TRUE)),
active           1703 lib/pengine/pe_output.c         gboolean is_active = rsc->fns->active(rsc, TRUE);
active           1704 lib/pengine/pe_output.c         gboolean partially_active = rsc->fns->active(rsc, FALSE);
active            665 lib/pengine/utils.c             if (rsc->fns->active(rsc, TRUE) == FALSE || rsc->next_role > rsc->role) {
active           2814 lib/pengine/utils.c     return (rsc->fns->active(rsc, FALSE) && !pe__rsc_running_on_any_node_in_list(rsc, only_node));
active             52 tools/crm_resource.h int cli_resource_print_operations(const char *rsc_id, const char *host_uname, bool active, pe_working_set_t * data_set);
active            116 tools/crm_resource_print.c             && rsc->fns->active(rsc, TRUE) == FALSE) {
active            133 tools/crm_resource_print.c cli_resource_print_operations(const char *rsc_id, const char *host_uname, bool active,
active            138 tools/crm_resource_print.c     GListPtr ops = find_operations(rsc_id, host_uname, active, data_set);
active           1028 tools/crm_resource_runtime.c     GList *active = NULL;
active           1038 tools/crm_resource_runtime.c             active = g_list_concat(active,
active           1041 tools/crm_resource_runtime.c             active = g_list_append(active, strdup(rsc->id));
active           1044 tools/crm_resource_runtime.c     return active;