all              1092 daemons/attrd/attrd_commands.c write_attributes(bool all, bool ignore_delay)
all              1097 daemons/attrd/attrd_commands.c     crm_debug("Writing out %s attributes", all? "all" : "changed");
all              1100 daemons/attrd/attrd_commands.c         if (!all && a->unknown_peer_uuids) {
all              1108 daemons/attrd/attrd_commands.c         if(all || a->changed) {
all               123 daemons/attrd/pacemaker-attrd.h void write_attributes(bool all, bool ignore_delay);
all               274 daemons/based/based_callbacks.c int sync_our_cib(xmlNode * request, gboolean all);
all                49 daemons/based/based_messages.c int sync_our_cib(xmlNode * request, gboolean all);
all               492 daemons/based/based_messages.c sync_our_cib(xmlNode * request, gboolean all)
all               504 daemons/based/based_messages.c     crm_debug("Syncing CIB to %s", all ? "all peers" : host);
all               505 daemons/based/based_messages.c     if (all == FALSE && host == NULL) {
all               519 daemons/based/based_messages.c     if (all) {
all               534 daemons/based/based_messages.c         (all ? NULL : crm_get_peer(0, host), crm_msg_cib, replace_request, FALSE) == FALSE) {
all               236 include/crm/pengine/internal.h gboolean native_active(pe_resource_t * rsc, gboolean all);
all               237 include/crm/pengine/internal.h gboolean group_active(pe_resource_t * rsc, gboolean all);
all               238 include/crm/pengine/internal.h gboolean clone_active(pe_resource_t * rsc, gboolean all);
all               239 include/crm/pengine/internal.h gboolean pe__bundle_active(pe_resource_t *rsc, gboolean all);
all               558 lib/common/io.c pcmk__close_fds_in_child(bool all)
all               563 lib/common/io.c     int min_fd = (all? 0 : (STDERR_FILENO + 1));
all                19 lib/pacemaker/pcmk_sched_clone.c static void append_parent_colocation(pe_resource_t * rsc, pe_resource_t * child, gboolean all);
all               540 lib/pacemaker/pcmk_sched_clone.c append_parent_colocation(pe_resource_t * rsc, pe_resource_t * child, gboolean all)
all               549 lib/pacemaker/pcmk_sched_clone.c         if (all || cons->score < 0 || cons->score == INFINITY) {
all               561 lib/pacemaker/pcmk_sched_clone.c         if (all || cons->score < 0) {
all                31 lib/pacemaker/pcmk_sched_messages.c     GList *all = NULL;
all                38 lib/pacemaker/pcmk_sched_messages.c     all = g_list_prepend(all, strdup("*"));
all                46 lib/pacemaker/pcmk_sched_messages.c             out->message(out, crm_map_element_name(rsc->xml), 0, rsc, all, all);
all                50 lib/pacemaker/pcmk_sched_messages.c     g_list_free_full(all, free);
all              1323 lib/pengine/bundle.c replica_resource_active(pe_resource_t *rsc, gboolean all)
all              1326 lib/pengine/bundle.c         gboolean child_active = rsc->fns->active(rsc, all);
all              1328 lib/pengine/bundle.c         if (child_active && !all) {
all              1330 lib/pengine/bundle.c         } else if (!child_active && all) {
all              1338 lib/pengine/bundle.c pe__bundle_active(pe_resource_t *rsc, gboolean all)
all              1348 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->ip, all);
all              1353 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->child, all);
all              1358 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->container, all);
all              1363 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->remote, all);
all              1373 lib/pengine/bundle.c     return all;
all               261 lib/pengine/clone.c clone_active(pe_resource_t * rsc, gboolean all)
all               267 lib/pengine/clone.c         gboolean child_active = child_rsc->fns->active(child_rsc, all);
all               269 lib/pengine/clone.c         if (all == FALSE && child_active) {
all               271 lib/pengine/clone.c         } else if (all && child_active == FALSE) {
all               276 lib/pengine/clone.c     if (all) {
all               366 lib/pengine/clone.c     bool all = !any;
all               372 lib/pengine/clone.c     } else if(all) {
all               382 lib/pengine/clone.c         } else if(all) {
all               387 lib/pengine/clone.c     if(all) {
all               782 lib/pengine/clone.c             GList *all = NULL;
all               785 lib/pengine/clone.c             all = g_list_prepend(all, strdup("*"));
all               787 lib/pengine/clone.c                          child_rsc, only_node, all);
all               788 lib/pengine/clone.c             g_list_free_full(all, free);
all              1022 lib/pengine/clone.c             GList *all = NULL;
all              1025 lib/pengine/clone.c             all = g_list_prepend(all, strdup("*"));
all              1027 lib/pengine/clone.c                          child_rsc, only_node, all);
all              1028 lib/pengine/clone.c             g_list_free_full(all, free);
all                90 lib/pengine/group.c group_active(pe_resource_t * rsc, gboolean all)
all                99 lib/pengine/group.c         if (child_rsc->fns->active(child_rsc, all)) {
all               108 lib/pengine/group.c     } else if (all && c_all == FALSE) {
all               347 lib/pengine/native.c native_active(pe_resource_t * rsc, gboolean all)
all               327 lib/pengine/pe_output.c resource_history_string(pe_resource_t *rsc, const char *rsc_id, gboolean all,
all               333 lib/pengine/pe_output.c     } else if (all || failcount || last_failure > 0) {
all              2307 lib/pengine/pe_output.c     gboolean all = va_arg(args, gboolean);
all              2312 lib/pengine/pe_output.c     char *buf = resource_history_string(rsc, rsc_id, all, failcount, last_failure);
all              2329 lib/pengine/pe_output.c     gboolean all = va_arg(args, gboolean);
all              2340 lib/pengine/pe_output.c     } else if (all || failcount || last_failure > 0) {
all              2787 lib/pengine/pe_output.c         GList *all = NULL;
all              2789 lib/pengine/pe_output.c         all = g_list_prepend(all, strdup("*"));
all              2801 lib/pengine/pe_output.c                          pe_print_pending, rsc, all, all);
all              2804 lib/pengine/pe_output.c         g_list_free_full(all, free);
all              1774 tools/crm_resource.c             GList *all = NULL;
all              1775 tools/crm_resource.c             all = g_list_prepend(all, strdup("*"));
all              1778 tools/crm_resource.c                               FALSE, TRUE, FALSE, TRUE, all, all, FALSE);
all              1779 tools/crm_resource.c             g_list_free_full(all, free);
all               118 tools/crm_resource_print.c     GList *all = NULL;
all               120 tools/crm_resource_print.c     all = g_list_prepend(all, strdup("*"));
all               123 tools/crm_resource_print.c     out->message(out, crm_map_element_name(rsc->xml), opts, rsc, all, all);
all               127 tools/crm_resource_print.c     g_list_free_full(all, free);
all               401 tools/crm_simulate.c     GList *all = NULL;
all               403 tools/crm_simulate.c     all = g_list_prepend(all, strdup("*"));
all               405 tools/crm_simulate.c     rc = out->message(out, "node-list", data_set->nodes, all, all, print_opts,
all               409 tools/crm_simulate.c                       FALSE, FALSE, all, all, FALSE);
all               413 tools/crm_simulate.c                      0, rc == pcmk_rc_ok, FALSE, FALSE, FALSE, all, all);
all               417 tools/crm_simulate.c         out->message(out, "failed-action-list", data_set, all, all,
all               421 tools/crm_simulate.c     g_list_free_full(all, free);