all              1162 daemons/attrd/attrd_commands.c write_attributes(bool all, bool ignore_delay)
all              1167 daemons/attrd/attrd_commands.c     crm_debug("Writing out %s attributes", all? "all" : "changed");
all              1170 daemons/attrd/attrd_commands.c         if (!all && a->unknown_peer_uuids) {
all              1178 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, (gpointer) "*");
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(all);
all              1324 lib/pengine/bundle.c replica_resource_active(pe_resource_t *rsc, gboolean all)
all              1327 lib/pengine/bundle.c         gboolean child_active = rsc->fns->active(rsc, all);
all              1329 lib/pengine/bundle.c         if (child_active && !all) {
all              1331 lib/pengine/bundle.c         } else if (!child_active && all) {
all              1339 lib/pengine/bundle.c pe__bundle_active(pe_resource_t *rsc, gboolean all)
all              1349 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->ip, all);
all              1354 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->child, all);
all              1359 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->container, all);
all              1364 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->remote, all);
all              1374 lib/pengine/bundle.c     return all;
all               295 lib/pengine/clone.c clone_active(pe_resource_t * rsc, gboolean all)
all               301 lib/pengine/clone.c         gboolean child_active = child_rsc->fns->active(child_rsc, all);
all               303 lib/pengine/clone.c         if (all == FALSE && child_active) {
all               305 lib/pengine/clone.c         } else if (all && child_active == FALSE) {
all               310 lib/pengine/clone.c     if (all) {
all               400 lib/pengine/clone.c     bool all = !any;
all               406 lib/pengine/clone.c     } else if(all) {
all               416 lib/pengine/clone.c         } else if(all) {
all               421 lib/pengine/clone.c     if(all) {
all               652 lib/pengine/clone.c     GList *all = NULL;
all               664 lib/pengine/clone.c     all = g_list_prepend(all, (gpointer) "*");
all               693 lib/pengine/clone.c                      child_rsc, only_node, all);
all               700 lib/pengine/clone.c     g_list_free(all);
all               812 lib/pengine/clone.c             GList *all = NULL;
all               817 lib/pengine/clone.c             all = g_list_prepend(all, (gpointer) "*");
all               819 lib/pengine/clone.c                          child_rsc, only_node, all);
all               820 lib/pengine/clone.c             g_list_free(all);
all               164 lib/pengine/group.c group_active(pe_resource_t * rsc, gboolean all)
all               173 lib/pengine/group.c         if (child_rsc->fns->active(child_rsc, all)) {
all               182 lib/pengine/group.c     } else if (all && c_all == FALSE) {
all               348 lib/pengine/native.c native_active(pe_resource_t * rsc, gboolean all)
all               328 lib/pengine/pe_output.c resource_history_string(pe_resource_t *rsc, const char *rsc_id, gboolean all,
all               334 lib/pengine/pe_output.c     } else if (all || failcount || last_failure > 0) {
all              2290 lib/pengine/pe_output.c     gboolean all = va_arg(args, gboolean);
all              2295 lib/pengine/pe_output.c     char *buf = resource_history_string(rsc, rsc_id, all, failcount, last_failure);
all              2312 lib/pengine/pe_output.c     gboolean all = va_arg(args, gboolean);
all              2323 lib/pengine/pe_output.c     } else if (all || failcount || last_failure > 0) {
all              2752 lib/pengine/pe_output.c         GList *all = NULL;
all              2754 lib/pengine/pe_output.c         all = g_list_prepend(all, (gpointer) "*");
all              2766 lib/pengine/pe_output.c                          pe_print_pending, rsc, all, all);
all              2769 lib/pengine/pe_output.c         g_list_free(all);
all              1785 tools/crm_resource.c             GList *all = NULL;
all              1786 tools/crm_resource.c             all = g_list_prepend(all, (gpointer) "*");
all              1789 tools/crm_resource.c                               TRUE, all, all, FALSE);
all              1790 tools/crm_resource.c             g_list_free(all);
all               119 tools/crm_resource_print.c     GList *all = NULL;
all               121 tools/crm_resource_print.c     all = g_list_prepend(all, (gpointer) "*");
all               124 tools/crm_resource_print.c     out->message(out, crm_map_element_name(rsc->xml), show_opts, rsc, all, all);
all               128 tools/crm_resource_print.c     g_list_free(all);
all               402 tools/crm_simulate.c     GList *all = NULL;
all               404 tools/crm_simulate.c     all = g_list_prepend(all, (gpointer) "*");
all               406 tools/crm_simulate.c     rc = out->message(out, "node-list", data_set->nodes, all, all, show_opts);
all               409 tools/crm_simulate.c                       FALSE, all, all, FALSE);
all               413 tools/crm_simulate.c                           0, rc == pcmk_rc_ok, all, all);
all               417 tools/crm_simulate.c         rc = out->message(out, "node-summary", data_set, all, all,
all               420 tools/crm_simulate.c         out->message(out, "failed-action-list", data_set, all, all,
all               424 tools/crm_simulate.c     g_list_free(all);