all               347 daemons/attrd/attrd_cib.c attrd_write_attributes(bool all, bool ignore_delay)
all               352 daemons/attrd/attrd_cib.c     crm_debug("Writing out %s attributes", all? "all" : "changed");
all               355 daemons/attrd/attrd_cib.c         if (!all && a->unknown_peer_uuids) {
all               363 daemons/attrd/attrd_cib.c         if(all || a->changed) {
all               181 daemons/attrd/pacemaker-attrd.h void attrd_write_attributes(bool all, bool ignore_delay);
all               377 daemons/based/based_messages.c sync_our_cib(xmlNode * request, gboolean all)
all               391 daemons/based/based_messages.c     crm_debug("Syncing CIB to %s", all ? "all peers" : host);
all               392 daemons/based/based_messages.c     if (all == FALSE && host == NULL) {
all               406 daemons/based/based_messages.c     if (all) {
all               421 daemons/based/based_messages.c         (all ? NULL : crm_get_peer(0, host), crm_msg_cib, replace_request, FALSE) == FALSE) {
all               125 daemons/based/pacemaker-based.h int sync_our_cib(xmlNode *request, gboolean all);
all               255 include/crm/pengine/internal.h gboolean native_active(pe_resource_t * rsc, gboolean all);
all               256 include/crm/pengine/internal.h gboolean group_active(pe_resource_t * rsc, gboolean all);
all               257 include/crm/pengine/internal.h gboolean clone_active(pe_resource_t * rsc, gboolean all);
all               258 include/crm/pengine/internal.h gboolean pe__bundle_active(pe_resource_t *rsc, gboolean all);
all               559 lib/common/io.c pcmk__close_fds_in_child(bool all)
all               564 lib/common/io.c     int min_fd = (all? 0 : (STDERR_FILENO + 1));
all               648 lib/pacemaker/pcmk_scheduler.c     GList *all = NULL;
all               655 lib/pacemaker/pcmk_scheduler.c     all = g_list_prepend(all, (gpointer) "*");
all               663 lib/pacemaker/pcmk_scheduler.c             out->message(out, crm_map_element_name(rsc->xml), 0, rsc, all, all);
all               667 lib/pacemaker/pcmk_scheduler.c     g_list_free(all);
all               141 lib/pacemaker/pcmk_simulate.c     GList *all = NULL;
all               148 lib/pacemaker/pcmk_simulate.c     all = g_list_prepend(all, (gpointer) "*");
all               154 lib/pacemaker/pcmk_simulate.c                  false, section_opts, show_opts, NULL, all, all);
all               157 lib/pacemaker/pcmk_simulate.c     g_list_free(all);
all              1112 lib/pengine/bundle.c replica_resource_active(pe_resource_t *rsc, gboolean all)
all              1115 lib/pengine/bundle.c         gboolean child_active = rsc->fns->active(rsc, all);
all              1117 lib/pengine/bundle.c         if (child_active && !all) {
all              1119 lib/pengine/bundle.c         } else if (!child_active && all) {
all              1127 lib/pengine/bundle.c pe__bundle_active(pe_resource_t *rsc, gboolean all)
all              1137 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->ip, all);
all              1142 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->child, all);
all              1147 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->container, all);
all              1152 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->remote, all);
all              1162 lib/pengine/bundle.c     return all;
all               442 lib/pengine/clone.c clone_active(pe_resource_t * rsc, gboolean all)
all               448 lib/pengine/clone.c         gboolean child_active = child_rsc->fns->active(child_rsc, all);
all               450 lib/pengine/clone.c         if (all == FALSE && child_active) {
all               452 lib/pengine/clone.c         } else if (all && child_active == FALSE) {
all               457 lib/pengine/clone.c     if (all) {
all               558 lib/pengine/clone.c     bool all = !any;
all               564 lib/pengine/clone.c     } else if(all) {
all               574 lib/pengine/clone.c         } else if(all) {
all               579 lib/pengine/clone.c     if(all) {
all               824 lib/pengine/clone.c     GList *all = NULL;
all               838 lib/pengine/clone.c     all = g_list_prepend(all, (gpointer) "*");
all               871 lib/pengine/clone.c                      child_rsc, only_node, all);
all               878 lib/pengine/clone.c     g_list_free(all);
all               997 lib/pengine/clone.c             GList *all = NULL;
all              1002 lib/pengine/clone.c             all = g_list_prepend(all, (gpointer) "*");
all              1004 lib/pengine/clone.c                          child_rsc, only_node, all);
all              1005 lib/pengine/clone.c             g_list_free(all);
all               235 lib/pengine/group.c group_active(pe_resource_t * rsc, gboolean all)
all               244 lib/pengine/group.c         if (child_rsc->fns->active(child_rsc, all)) {
all               253 lib/pengine/group.c     } else if (all && c_all == FALSE) {
all               341 lib/pengine/native.c native_active(pe_resource_t * rsc, gboolean all)
all               293 lib/pengine/pe_output.c resource_history_string(pe_resource_t *rsc, const char *rsc_id, bool all,
all               299 lib/pengine/pe_output.c     } else if (all || failcount || last_failure > 0) {
all              2659 lib/pengine/pe_output.c     bool all = va_arg(args, int);
all              2664 lib/pengine/pe_output.c     char *buf = resource_history_string(rsc, rsc_id, all, failcount, last_failure);
all              2681 lib/pengine/pe_output.c     bool all = va_arg(args, int);
all              2692 lib/pengine/pe_output.c     } else if (all || failcount || last_failure > 0) {
all               211 maint/gnulib/lib/get_ppid_of.c       union { char all[PSINFO_SIZE]; unsigned int header[11]; } buf;
all               212 maint/gnulib/lib/get_ppid_of.c       ssize_t nread = read (fd, buf.all, sizeof (buf.all));
all              1826 tools/crm_resource.c             GList *all = NULL;
all              1827 tools/crm_resource.c             all = g_list_prepend(all, (gpointer) "*");
all              1830 tools/crm_resource.c                               true, all, all, false);
all              1831 tools/crm_resource.c             g_list_free(all);
all               121 tools/crm_resource_print.c     GList *all = NULL;
all               123 tools/crm_resource_print.c     all = g_list_prepend(all, (gpointer) "*");
all               126 tools/crm_resource_print.c     out->message(out, crm_map_element_name(rsc->xml), show_opts, rsc, all, all);
all               130 tools/crm_resource_print.c     g_list_free(all);