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 327 lib/cib/cib_remote.c shutdown(private->command.tcp_socket, SHUT_RDWR); /* no more receptions */ shutdown 331 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 97 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 1079 lib/pacemaker/pcmk_graph_producer.c && action->node->details->shutdown shutdown 1320 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 1610 lib/pacemaker/pcmk_sched_primitive.c const char *shutdown = pcmk__node_attr(node, PCMK__NODE_ATTR_SHUTDOWN, NULL, shutdown 1614 lib/pacemaker/pcmk_sched_primitive.c if (shutdown != NULL) { shutdown 1616 lib/pacemaker/pcmk_sched_primitive.c int rc = pcmk__scan_ll(shutdown, &result_ll, 0LL); shutdown 1623 lib/pacemaker/pcmk_sched_primitive.c shutdown, pcmk__node_name(node), pcmk_rc_str(rc)); shutdown 1683 lib/pacemaker/pcmk_sched_primitive.c if (node->details->shutdown) { shutdown 489 lib/pacemaker/pcmk_scheduler.c return node->details->online && node->details->shutdown; shutdown 2059 lib/pengine/pe_output.c const char *shutdown = pcmk__btoa(node->details->shutdown); shutdown 2081 lib/pengine/pe_output.c PCMK_XA_SHUTDOWN, shutdown, shutdown 494 lib/pengine/unpack.c new_node->details->shutdown = FALSE; shutdown 1087 lib/pengine/unpack.c this_node->details->shutdown = TRUE; shutdown 1449 lib/pengine/unpack.c if (this_node->details->shutdown shutdown 1682 lib/pengine/unpack.c if (this_node->details->shutdown) { shutdown 1794 lib/pengine/unpack.c this_node->details->shutdown = TRUE; shutdown 1841 lib/pengine/unpack.c this_node->details->shutdown = FALSE; shutdown 1844 lib/pengine/unpack.c this_node->details->shutdown = TRUE; shutdown 1867 lib/pengine/unpack.c if (online && this_node->details->shutdown) { shutdown 1879 lib/pengine/unpack.c } else if (this_node->details->shutdown) { shutdown 2009 lib/pengine/unpack.c node->details->shutdown = TRUE; shutdown 3832 lib/pengine/unpack.c if (!expired && (!history->node->details->shutdown shutdown 625 lib/pengine/utils.c && node->details->shutdown == FALSE) { shutdown 638 lib/pengine/utils.c if(node->details->online && node->details->unclean == FALSE && node->details->shutdown == FALSE) { shutdown 660 lib/pengine/utils.c const char *shutdown = pcmk__node_attr(node, PCMK__NODE_ATTR_SHUTDOWN, NULL, shutdown 663 lib/pengine/utils.c return !pcmk__str_eq(shutdown, "0", pcmk__str_null_matches);