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             72 daemons/controld/controld_remote_ra.c     gboolean active;
active            573 daemons/controld/controld_remote_ra.c         if (ra_data->active == FALSE) {
active            631 daemons/controld/controld_remote_ra.c             ra_data->active = TRUE;
active            667 daemons/controld/controld_remote_ra.c         if (ra_data->active == TRUE && (cmd->cancel == FALSE)) {
active            711 daemons/controld/controld_remote_ra.c     ra_data->active = FALSE;
active           1280 daemons/controld/controld_remote_ra.c                 ((remote_ra_data_t *) lrm_state->remote_ra_data)->active) {
active            695 daemons/execd/execd_commands.c               rsc ? rsc->active : NULL, cmd);
active            697 daemons/execd/execd_commands.c     if (rsc && (rsc->active == cmd)) {
active            698 daemons/execd/execd_commands.c         rsc->active = NULL;
active           1044 daemons/execd/execd_commands.c                 rsc->active = NULL;
active           1195 daemons/execd/execd_commands.c             if (rsc->active) {
active           1196 daemons/execd/execd_commands.c                 cmd_list = g_list_append(cmd_list, rsc->active);
active           1307 daemons/execd/execd_commands.c         rsc->active = cmd;
active           1431 daemons/execd/execd_commands.c     if (rsc->active) {
active           1460 daemons/execd/execd_commands.c     rsc->active = cmd;          /* only one op at a time for a rsc */
active           1515 daemons/execd/execd_commands.c             if (rsc->active != cmd) {
active           1647 daemons/execd/execd_commands.c     if (rsc->active) {
active           1650 daemons/execd/execd_commands.c                   rsc->active, rsc_id);
active           1726 daemons/execd/execd_commands.c                 if (rsc->active != cmd) {
active             36 daemons/execd/pacemaker-execd.h     void *active;
active           1252 daemons/fenced/fenced_remote.c     uint32_t active = fencing_active_peers();
active           1271 daemons/fenced/fenced_remote.c         if(op->query_timer != 0 && op->replies < QB_MIN(op->replies_expected, active)) {
active            383 daemons/fenced/pacemaker-fenced.c                          const char *desc, int active)
active            390 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            744 lib/pacemaker/pcmk_sched_clone.c                            gboolean * active)
active            754 lib/pacemaker/pcmk_sched_clone.c             clone_update_pseudo_status(child, stopping, starting, active);
active            760 lib/pacemaker/pcmk_sched_clone.c     CRM_ASSERT(active != NULL);
active            765 lib/pacemaker/pcmk_sched_clone.c         *active = TRUE;
active            812 lib/pacemaker/pcmk_sched_clone.c     GList *active = NULL;
active            823 lib/pacemaker/pcmk_sched_clone.c                 active = g_list_prepend(active, op);
active            827 lib/pacemaker/pcmk_sched_clone.c         if (active && pcmk__list_of_1(active)) {
active            828 lib/pacemaker/pcmk_sched_clone.c             match = g_list_nth_data(active, 0);
active            832 lib/pacemaker/pcmk_sched_clone.c             *list = active;
active            833 lib/pacemaker/pcmk_sched_clone.c             active = NULL;
active            848 lib/pacemaker/pcmk_sched_clone.c     if (active) {
active            849 lib/pacemaker/pcmk_sched_clone.c         g_list_free(active);
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            422 lib/pacemaker/pcmk_sched_promotable.c         pe_resource_t *active = parent->fns->find_rsc(child, key, node, pe_find_clone|pe_find_current);
active            424 lib/pacemaker/pcmk_sched_promotable.c         if(rsc == active) {
active            425 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            428 lib/pacemaker/pcmk_sched_promotable.c         } else if(active) {
active            429 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           1327 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            474 lib/pengine/native.c     status_print("active=\"%s\" ", pcmk__btoa(rsc->fns->active(rsc, TRUE)));
active            942 lib/pengine/native.c              "active", pcmk__btoa(rsc->fns->active(rsc, TRUE)),
active           2407 lib/pengine/pe_output.c         gboolean is_active = rsc->fns->active(rsc, TRUE);
active           2408 lib/pengine/pe_output.c         gboolean partially_active = rsc->fns->active(rsc, FALSE);
active            621 lib/pengine/utils.c             if (rsc->fns->active(rsc, TRUE) == FALSE || rsc->next_role > rsc->role) {
active           2414 lib/pengine/utils.c     return (rsc->fns->active(rsc, FALSE) && !pe__rsc_running_on_any(rsc, only_node));
active             64 tools/crm_resource.h                                   bool active, pe_working_set_t * data_set);
active             91 tools/crm_resource_print.c                               bool active, pe_working_set_t * data_set)
active             95 tools/crm_resource_print.c     GList *ops = find_operations(rsc_id, host_uname, active, data_set);
active           1016 tools/crm_resource_runtime.c     GList *active = NULL;
active           1026 tools/crm_resource_runtime.c             active = g_list_concat(active,
active           1029 tools/crm_resource_runtime.c             active = g_list_append(active, strdup(rsc->id));
active           1032 tools/crm_resource_runtime.c     return active;