shutdown          148 include/crm/pengine/status.h     gboolean shutdown;
shutdown          183 lib/cib/cib_remote.c         shutdown(private->command.tcp_socket, SHUT_RDWR);       /* no more receptions */
shutdown          187 lib/cib/cib_remote.c         shutdown(private->callback.tcp_socket, SHUT_RDWR);      /* no more receptions */
shutdown          384 lib/pengine/unpack.c     new_node->details->shutdown = FALSE;
shutdown         1009 lib/pengine/unpack.c     const char *shutdown = NULL;
shutdown         1031 lib/pengine/unpack.c     shutdown = pe_node_attribute_raw(this_node, XML_CIB_ATTR_SHUTDOWN);
shutdown         1032 lib/pengine/unpack.c     if (shutdown != NULL && safe_str_neq("0", shutdown)) {
shutdown         1034 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1361 lib/pengine/unpack.c     if (this_node->details->shutdown) {
shutdown         1412 lib/pengine/unpack.c                  crm_str(join), crm_str(exp_state), do_terminate, this_node->details->shutdown);
shutdown         1451 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1492 lib/pengine/unpack.c     const char *shutdown = NULL;
shutdown         1500 lib/pengine/unpack.c     this_node->details->shutdown = FALSE;
shutdown         1502 lib/pengine/unpack.c     shutdown = pe_node_attribute_raw(this_node, XML_CIB_ATTR_SHUTDOWN);
shutdown         1504 lib/pengine/unpack.c     if (shutdown != NULL && safe_str_neq("0", shutdown)) {
shutdown         1505 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1534 lib/pengine/unpack.c     if (online && this_node->details->shutdown) {
shutdown         1548 lib/pengine/unpack.c                  this_node->details->shutdown ? "shutting down" :
shutdown         1672 lib/pengine/unpack.c             node->details->shutdown = TRUE;
shutdown         3160 lib/pengine/unpack.c         if ((node->details->shutdown == FALSE) || (node->details->online == TRUE)) {
shutdown         3169 lib/pengine/unpack.c         if ((node->details->shutdown == FALSE) || (node->details->online == TRUE)) {
shutdown         2235 lib/pengine/utils.c               && node->details->shutdown == FALSE) {
shutdown         2247 lib/pengine/utils.c             if(node->details->online && node->details->unclean == FALSE && node->details->shutdown == FALSE) {
shutdown          913 mcp/pacemaker.c     gboolean shutdown = FALSE;
shutdown          951 mcp/pacemaker.c                 shutdown = TRUE;
shutdown          990 mcp/pacemaker.c     if (shutdown) {
shutdown         1549 pengine/allocate.c         } else if (node->details->online && node->details->shutdown &&
shutdown         2449 pengine/allocate.c             && action->node->details->shutdown
shutdown          580 pengine/native.c             remote_node->details->shutdown = TRUE;
shutdown          123 pengine/utils.c         || node->details->shutdown || node->details->unclean
shutdown         3133 tools/crm_mon.c         fprintf(stream, "shutdown=\"%s\" ", node->details->shutdown ? "true" : "false");