active           1262 daemons/based/based_callbacks.c     int active = 0;
active           1265 daemons/based/based_callbacks.c     active = pcmk__cluster_num_active_nodes();
active           1266 daemons/based/based_callbacks.c     if (active < 2) { // This is the last active node
active           1271 daemons/based/based_callbacks.c     crm_info("Sending shutdown request to %d peers", active);
active            414 daemons/based/pacemaker-based.c     gboolean active = FALSE;
active            420 daemons/based/pacemaker-based.c         active = TRUE;
active            435 daemons/based/pacemaker-based.c     return active;
active            734 daemons/execd/execd_commands.c               rsc ? rsc->active : NULL, cmd);
active            736 daemons/execd/execd_commands.c     if (rsc && (rsc->active == cmd)) {
active            737 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           1359 daemons/execd/execd_commands.c     if (rsc->active) {
active           1388 daemons/execd/execd_commands.c     rsc->active = cmd;          /* only one op at a time for a rsc */
active           1437 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           1670 daemons/execd/execd_commands.c                 if (rsc->active != cmd) {
active             34 daemons/execd/pacemaker-execd.h     void *active;
active           1434 daemons/fenced/fenced_remote.c     uint32_t active = fencing_active_peers();
active           1453 daemons/fenced/fenced_remote.c         if(op->query_timer != 0 && op->replies < QB_MIN(op->replies_expected, active)) {
active            231 include/crm/common/resources_internal.h     gboolean (*active)(pcmk_resource_t *rsc, gboolean all);
active            146 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            512 lib/pacemaker/pcmk_sched_promotable.c         pcmk_resource_t *active = NULL;
active            515 lib/pacemaker/pcmk_sched_promotable.c         active = clone->priv->fns->find_rsc(child, id, node,
active            518 lib/pacemaker/pcmk_sched_promotable.c         if (active != NULL) {
active            519 lib/pacemaker/pcmk_sched_promotable.c             return active;
active            590 lib/pacemaker/pcmk_sched_promotable.c     pcmk_resource_t *active = NULL;
active            597 lib/pacemaker/pcmk_sched_promotable.c         active = find_active_anon_instance(parent, id, node);
active            598 lib/pacemaker/pcmk_sched_promotable.c         if (active == rsc) {
active            606 lib/pacemaker/pcmk_sched_promotable.c         if ((active == NULL) && anonymous_known_on(parent, id, node)) {
active           1309 lib/pengine/bundle.c         gboolean child_active = rsc->priv->fns->active(rsc, all);
active           2004 lib/pengine/bundle.c     pcmk_node_t *active = NULL;
active           2063 lib/pengine/bundle.c                 && !pe__count_active_node(rsc, node, &active, count_all,
active           2073 lib/pengine/bundle.c     return active;
active            448 lib/pengine/clone.c         gboolean child_active = child_rsc->priv->fns->active(child_rsc, all);
active            649 lib/pengine/clone.c         gboolean partially_active = child_rsc->priv->fns->active(child_rsc,
active            699 lib/pengine/clone.c         } else if (child_rsc->priv->fns->active(child_rsc, TRUE)) {
active           1135 lib/pengine/complex.c                       pcmk_node_t **active, unsigned int *count_all,
active           1141 lib/pengine/complex.c     CRM_CHECK((rsc != NULL) && (node != NULL) && (active != NULL),
active           1158 lib/pengine/complex.c             *active = node; // This is the migration source
active           1163 lib/pengine/complex.c         if (is_happy && ((*active == NULL) || !(*active)->details->online
active           1164 lib/pengine/complex.c                          || (*active)->details->unclean)) {
active           1165 lib/pengine/complex.c             *active = node; // This is the first clean node
active           1170 lib/pengine/complex.c     if (*active == NULL) {
active           1171 lib/pengine/complex.c         *active = node; // This is the first node checked
active           1181 lib/pengine/complex.c     pcmk_node_t *active = NULL;
active           1195 lib/pengine/complex.c         if (!pe__count_active_node(rsc, (pcmk_node_t *) iter->data, &active,
active           1200 lib/pengine/complex.c     return active;
active            111 lib/pengine/group.c         if (!child_rsc->priv->fns->active(child_rsc, TRUE)) {
active            163 lib/pengine/group.c     bool child_active = child->priv->fns->active(child, FALSE);
active            245 lib/pengine/group.c         if (child_rsc->priv->fns->active(child_rsc, all)) {
active            339 lib/pengine/group.c     gboolean active = rsc->priv->fns->active(rsc, TRUE);
active            340 lib/pengine/group.c     gboolean partially_active = rsc->priv->fns->active(rsc, FALSE);
active            352 lib/pengine/group.c             group_header(out, &rc, rsc, !active && partially_active ? inactive_resources(rsc) : 0,
active            369 lib/pengine/group.c             group_header(out, &rc, rsc, !active && partially_active ? inactive_resources(rsc) : 0,
active            765 lib/pengine/native.c     const char *active = pcmk__btoa(rsc->priv->fns->active(rsc, TRUE));
active            803 lib/pengine/native.c                                   PCMK_XA_ACTIVE, active,
active            395 lib/pengine/pe_actions.c                 if (!rsc->priv->fns->active(rsc, TRUE)
active            580 lib/pengine/pe_notif.c             n_data->active = g_list_prepend(n_data->active, entry);
active            585 lib/pengine/pe_notif.c             n_data->active = g_list_prepend(n_data->active,
active            591 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            979 lib/pengine/pe_notif.c     g_list_free_full(n_data->active, free);
active           3057 lib/pengine/pe_output.c         gboolean is_active = rsc->priv->fns->active(rsc, TRUE);
active           3058 lib/pengine/pe_output.c         gboolean partially_active = rsc->priv->fns->active(rsc, FALSE);
active             42 lib/pengine/pe_status_private.h     GList *active;            /* notify_entry_t*  */
active            787 lib/pengine/utils.c     return rsc->priv->fns->active(rsc, FALSE)
active             84 tools/crm_resource.h                                   bool active, pcmk_scheduler_t *scheduler);
active             88 tools/crm_resource_print.c                               bool active, pcmk_scheduler_t *scheduler)
active             92 tools/crm_resource_print.c     GList *ops = find_operations(rsc_id, host_uname, active, scheduler);
active           1323 tools/crm_resource_runtime.c     GList *active = NULL;
active           1336 tools/crm_resource_runtime.c             active = g_list_concat(active, member_active);
active           1338 tools/crm_resource_runtime.c             active = g_list_append(active, strdup(rsc->id));
active           1341 tools/crm_resource_runtime.c     return active;
active            354 tools/crm_shadow.c     const char *active = getenv("CIB_shadow");
active            358 tools/crm_shadow.c         && !pcmk__str_eq(active, options.instance, pcmk__str_null_matches)) {
active            363 tools/crm_shadow.c                                 reason, options.instance, active);
active            577 tools/crm_shadow.c     const char *active = getenv("CIB_shadow");
active            582 tools/crm_shadow.c     if (pcmk__str_eq(active, options.instance, pcmk__str_none)
active            636 tools/crm_shadow.c     const char *active = getenv("CIB_shadow");
active            639 tools/crm_shadow.c     if (pcmk__str_eq(active, options.instance, pcmk__str_none)) {