shutdown           41 daemons/pacemakerd/pacemakerd.c     gboolean shutdown;
shutdown          115 daemons/pacemakerd/pacemakerd.c     { "shutdown", 'S', 0, G_OPTION_ARG_NONE, &options.shutdown,
shutdown          319 daemons/pacemakerd/pacemakerd.c     if (options.shutdown) {
shutdown          342 daemons/pacemakerd/pacemakerd.c     if (options.shutdown) {
shutdown          101 daemons/pacemakerd/pcmkd_messages.c     xmlNode *shutdown = NULL;
shutdown          113 daemons/pacemakerd/pcmkd_messages.c     shutdown = pcmk__xe_create(NULL, PCMK__XE_SHUTDOWN);
shutdown          119 daemons/pacemakerd/pcmkd_messages.c         crm_xml_add_int(shutdown, PCMK__XA_OP_STATUS, CRM_EX_OK);
shutdown          123 daemons/pacemakerd/pcmkd_messages.c         crm_xml_add_int(shutdown, PCMK__XA_OP_STATUS, CRM_EX_INSUFFICIENT_PRIV);
shutdown          126 daemons/pacemakerd/pcmkd_messages.c     reply = pcmk__new_reply(msg, shutdown);
shutdown          127 daemons/pacemakerd/pcmkd_messages.c     pcmk__xml_free(shutdown);
shutdown           75 include/crm/common/ipc_pacemakerd.h         } shutdown;
shutdown           62 include/crm/common/nodes.h     gboolean shutdown;          // Whether shutting down
shutdown          328 lib/cib/cib_remote.c         shutdown(private->command.tcp_socket, SHUT_RDWR);       /* no more receptions */
shutdown          332 lib/cib/cib_remote.c         shutdown(private->callback.tcp_socket, SHUT_RDWR);      /* no more receptions */
shutdown          268 lib/common/ipc_pacemakerd.c         reply_data.data.shutdown.status = atoi(op_status);
shutdown          139 lib/common/nodes.c     return (node != NULL) && node->details->shutdown;
shutdown           28 lib/common/tests/nodes/pcmk_node_is_shutting_down_test.c         .shutdown = TRUE,
shutdown           42 lib/common/tests/nodes/pcmk_node_is_shutting_down_test.c         .shutdown = FALSE,
shutdown         1080 lib/pacemaker/pcmk_graph_producer.c             && action->node->details->shutdown
shutdown         1334 lib/pacemaker/pcmk_sched_actions.c     if (action->node->details->shutdown && (action->task != NULL)
shutdown           34 lib/pacemaker/pcmk_sched_nodes.c             || node->details->shutdown || node->details->unclean
shutdown          371 lib/pacemaker/pcmk_sched_primitive.c         remote_node->details->shutdown = TRUE;
shutdown         1611 lib/pacemaker/pcmk_sched_primitive.c     const char *shutdown = pcmk__node_attr(node, PCMK__NODE_ATTR_SHUTDOWN, NULL,
shutdown         1615 lib/pacemaker/pcmk_sched_primitive.c     if (shutdown != NULL) {
shutdown         1617 lib/pacemaker/pcmk_sched_primitive.c         int rc = pcmk__scan_ll(shutdown, &result_ll, 0LL);
shutdown         1624 lib/pacemaker/pcmk_sched_primitive.c                      shutdown, pcmk__node_name(node), pcmk_rc_str(rc));
shutdown         1687 lib/pacemaker/pcmk_sched_primitive.c         if (node->details->shutdown) {
shutdown          492 lib/pacemaker/pcmk_scheduler.c     return node->details->online && node->details->shutdown;
shutdown         2067 lib/pengine/pe_output.c         const char *shutdown = pcmk__btoa(node->details->shutdown);
shutdown         2089 lib/pengine/pe_output.c                                       PCMK_XA_SHUTDOWN, shutdown,
shutdown          502 lib/pengine/unpack.c     new_node->details->shutdown = FALSE;
shutdown         1096 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1458 lib/pengine/unpack.c         if (this_node->details->shutdown
shutdown         1691 lib/pengine/unpack.c     if (this_node->details->shutdown) {
shutdown         1803 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1850 lib/pengine/unpack.c     this_node->details->shutdown = FALSE;
shutdown         1853 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1876 lib/pengine/unpack.c     if (online && this_node->details->shutdown) {
shutdown         1888 lib/pengine/unpack.c     } else if (this_node->details->shutdown) {
shutdown         2018 lib/pengine/unpack.c             node->details->shutdown = TRUE;
shutdown         3848 lib/pengine/unpack.c         if (!expired && (!history->node->details->shutdown
shutdown          643 lib/pengine/utils.c               && node->details->shutdown == FALSE) {
shutdown          656 lib/pengine/utils.c             if(node->details->online && node->details->unclean == FALSE && node->details->shutdown == FALSE) {
shutdown          678 lib/pengine/utils.c     const char *shutdown = pcmk__node_attr(node, PCMK__NODE_ATTR_SHUTDOWN, NULL,
shutdown          681 lib/pengine/utils.c     return !pcmk__str_eq(shutdown, "0", pcmk__str_null_matches);