shutdown         1148 daemons/pacemakerd/pacemakerd.c     gboolean shutdown = FALSE;
shutdown         1185 daemons/pacemakerd/pacemakerd.c                 shutdown = TRUE;
shutdown         1219 daemons/pacemakerd/pacemakerd.c     if (shutdown) {
shutdown          208 include/crm/pengine/pe_types.h     gboolean shutdown;
shutdown          175 lib/cib/cib_remote.c         shutdown(private->command.tcp_socket, SHUT_RDWR);       /* no more receptions */
shutdown          179 lib/cib/cib_remote.c         shutdown(private->callback.tcp_socket, SHUT_RDWR);      /* no more receptions */
shutdown          977 lib/pacemaker/pcmk_sched_allocate.c     const char *shutdown = pe_node_attribute_raw(node, XML_CIB_ATTR_SHUTDOWN);
shutdown          980 lib/pacemaker/pcmk_sched_allocate.c     if (shutdown) {
shutdown          982 lib/pacemaker/pcmk_sched_allocate.c         result = (time_t) crm_parse_ll(shutdown, NULL);
shutdown         1032 lib/pacemaker/pcmk_sched_allocate.c         if (node->details->shutdown) {
shutdown         1677 lib/pacemaker/pcmk_sched_allocate.c         } else if (node->details->online && node->details->shutdown &&
shutdown         2987 lib/pacemaker/pcmk_sched_allocate.c             && action->node->details->shutdown
shutdown         1011 lib/pacemaker/pcmk_sched_graph.c     if (action->node->details->shutdown && action->task
shutdown          657 lib/pacemaker/pcmk_sched_native.c             remote_node->details->shutdown = TRUE;
shutdown           77 lib/pacemaker/pcmk_sched_utils.c         || node->details->shutdown || node->details->unclean
shutdown         1198 lib/pengine/pe_output.c                                  "shutdown", pcmk__btoa(node->details->shutdown),
shutdown          423 lib/pengine/unpack.c     new_node->details->shutdown = FALSE;
shutdown          997 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1336 lib/pengine/unpack.c     if (this_node->details->shutdown) {
shutdown         1387 lib/pengine/unpack.c                  crm_str(join), crm_str(exp_state), do_terminate, this_node->details->shutdown);
shutdown         1426 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1470 lib/pengine/unpack.c     this_node->details->shutdown = FALSE;
shutdown         1474 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1503 lib/pengine/unpack.c     if (online && this_node->details->shutdown) {
shutdown         1517 lib/pengine/unpack.c                  this_node->details->shutdown ? "shutting down" :
shutdown         1639 lib/pengine/unpack.c             node->details->shutdown = TRUE;
shutdown         3572 lib/pengine/unpack.c         if (!node->details->shutdown || node->details->online) {
shutdown         2564 lib/pengine/utils.c               && node->details->shutdown == FALSE) {
shutdown         2576 lib/pengine/utils.c             if(node->details->online && node->details->unclean == FALSE && node->details->shutdown == FALSE) {
shutdown         2714 lib/pengine/utils.c     const char *shutdown = pe_node_attribute_raw(node, XML_CIB_ATTR_SHUTDOWN);
shutdown         2716 lib/pengine/utils.c     return !pcmk__str_eq(shutdown, "0", pcmk__str_null_matches);