active 1691 cib/callbacks.c int active = 0; active 1694 cib/callbacks.c active = crm_active_peers(); active 1695 cib/callbacks.c if (active < 2) { active 1700 cib/callbacks.c crm_info("Sending disconnect notification to %d peers...", active); active 555 cib/main.c gboolean active = FALSE; active 564 cib/main.c active = TRUE; active 583 cib/main.c return active; active 83 crmd/remote_lrmd_ra.c gboolean active; active 565 crmd/remote_lrmd_ra.c (ra_data->active == TRUE)) { active 619 crmd/remote_lrmd_ra.c ra_data->active = TRUE; active 654 crmd/remote_lrmd_ra.c if (ra_data->active == TRUE && (cmd->cancel == FALSE)) { active 697 crmd/remote_lrmd_ra.c ra_data->active = FALSE; active 1244 crmd/remote_lrmd_ra.c ((remote_ra_data_t *) lrm_state->remote_ra_data)->active) { active 400 fencing/main.c const char *desc, int active) active 407 fencing/main.c crm_xml_add_int(notify_data, F_STONITH_ACTIVE, active); active 1170 fencing/remote.c uint32_t active = fencing_active_peers(); active 1189 fencing/remote.c if(op->query_timer != 0 && op->replies < QB_MIN(op->replies_expected, active)) { active 48 include/crm/pengine/complex.h gboolean(*active) (resource_t *, gboolean); active 45 include/crm/pengine/internal.h GListPtr active; /* notify_entry_t* */ active 264 lib/common/ipc.c int active = g_hash_table_size(client_connections); active 266 lib/common/ipc.c if (active) { active 267 lib/common/ipc.c crm_err("Exiting with %d active connections", active); active 256 lib/pengine/clone.c gboolean child_active = child_rsc->fns->active(child_rsc, all); active 434 lib/pengine/clone.c if (child_rsc->fns->active(child_rsc, FALSE) == FALSE) { active 458 lib/pengine/clone.c } else if (child_rsc->fns->active(child_rsc, TRUE)) { active 1117 lib/pengine/container.c gboolean child_active = rsc->fns->active(rsc, all); active 110 lib/pengine/group.c if (child_rsc->fns->active(child_rsc, all)) { active 423 lib/pengine/native.c status_print("active=\"%s\" ", rsc->fns->active(rsc, TRUE) ? "true" : "false"); active 596 lib/pengine/utils.c if (rsc->fns->active(rsc, TRUE) == FALSE || rsc->next_role > rsc->role) { active 598 lrmd/lrmd.c rsc ? rsc->active : NULL, cmd); active 600 lrmd/lrmd.c if (rsc && (rsc->active == cmd)) { active 601 lrmd/lrmd.c rsc->active = NULL; active 977 lrmd/lrmd.c rsc->active = NULL; active 1073 lrmd/lrmd.c if (rsc->active) { active 1074 lrmd/lrmd.c cmd_list = g_list_append(cmd_list, rsc->active); active 1166 lrmd/lrmd.c rsc->active = cmd; active 1263 lrmd/lrmd.c if (rsc->active) { active 1294 lrmd/lrmd.c rsc->active = cmd; /* only one op at a time for a rsc */ active 1348 lrmd/lrmd.c if (rsc->active != cmd) { active 1493 lrmd/lrmd.c if (rsc->active) { active 1495 lrmd/lrmd.c crm_trace("Operation still in progress: %p", rsc->active); active 1571 lrmd/lrmd.c if (rsc->active != cmd) { active 48 lrmd/lrmd_private.h void *active; active 653 pengine/clone.c gboolean * active) active 663 pengine/clone.c clone_update_pseudo_status(child, stopping, starting, active); active 669 pengine/clone.c CRM_ASSERT(active != NULL); active 674 pengine/clone.c *active = TRUE; active 718 pengine/clone.c GListPtr active = NULL; active 729 pengine/clone.c active = g_list_prepend(active, op); active 733 pengine/clone.c if (active && g_list_length(active) == 1) { active 734 pengine/clone.c match = g_list_nth_data(active, 0); active 738 pengine/clone.c *list = active; active 739 pengine/clone.c active = NULL; active 754 pengine/clone.c if (active) { active 755 pengine/clone.c g_list_free(active); active 406 pengine/master.c resource_t *active = parent->fns->find_rsc(child, key, node, pe_find_clone|pe_find_current); active 412 pengine/master.c if(rsc == active) { active 413 pengine/master.c pe_rsc_trace(rsc, "Found %s for %s active on %s: done", active->id, key, node->details->uname); active 416 pengine/master.c } else if(active) { active 417 pengine/master.c pe_rsc_trace(rsc, "Found %s for %s on %s: not %s", active->id, key, node->details->uname, rsc->id); active 472 pengine/notif.c n_data->active = g_list_prepend(n_data->active, entry); active 476 pengine/notif.c n_data->active = g_list_prepend(n_data->active, active 481 pengine/notif.c n_data->active = g_list_prepend(n_data->active, active 585 pengine/notif.c if (n_data->active) { active 586 pengine/notif.c n_data->active = g_list_sort(n_data->active, sort_notify_entries); active 588 pengine/notif.c expand_list(n_data->active, &rsc_list, &node_list); active 739 pengine/notif.c g_list_free_full(n_data->active, free); active 142 pengine/utils.c const node_t *active = (node_t *) data; active 212 pengine/utils.c if (active && active->details == node1->details) { active 217 pengine/utils.c } else if (active && active->details == node2->details) { active 1199 tools/crm_mon.c gboolean is_active = rsc->fns->active(rsc, TRUE); active 1200 tools/crm_mon.c gboolean partially_active = rsc->fns->active(rsc, FALSE); active 69 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 146 tools/crm_resource_print.c && rsc->fns->active(rsc, TRUE) == FALSE) { active 162 tools/crm_resource_print.c cli_resource_print_operations(const char *rsc_id, const char *host_uname, bool active, active 167 tools/crm_resource_print.c GListPtr ops = find_operations(rsc_id, host_uname, active, data_set); active 829 tools/crm_resource_runtime.c GList *active = NULL; active 839 tools/crm_resource_runtime.c active = g_list_concat(active, active 842 tools/crm_resource_runtime.c active = g_list_append(active, strdup(rsc->id)); active 845 tools/crm_resource_runtime.c return active;