shutdown 37 daemons/pacemakerd/pacemakerd.c gboolean shutdown; shutdown 107 daemons/pacemakerd/pacemakerd.c { "shutdown", 'S', 0, G_OPTION_ARG_NONE, &options.shutdown, shutdown 299 daemons/pacemakerd/pacemakerd.c if (options.shutdown) { shutdown 318 daemons/pacemakerd/pacemakerd.c if (options.shutdown) { shutdown 72 daemons/pacemakerd/pcmkd_messages.c xmlNode *shutdown = NULL; shutdown 81 daemons/pacemakerd/pcmkd_messages.c shutdown = create_xml_node(NULL, XML_CIB_ATTR_SHUTDOWN); shutdown 87 daemons/pacemakerd/pcmkd_messages.c crm_xml_add_int(shutdown, XML_LRM_ATTR_OPSTATUS, CRM_EX_OK); shutdown 91 daemons/pacemakerd/pcmkd_messages.c crm_xml_add_int(shutdown, XML_LRM_ATTR_OPSTATUS, CRM_EX_INSUFFICIENT_PRIV); shutdown 94 daemons/pacemakerd/pcmkd_messages.c reply = create_reply(msg, shutdown); shutdown 95 daemons/pacemakerd/pcmkd_messages.c free_xml(shutdown); shutdown 62 include/crm/common/ipc_pacemakerd.h } shutdown; shutdown 219 include/crm/pengine/pe_types.h gboolean shutdown; shutdown 174 lib/cib/cib_remote.c shutdown(private->command.tcp_socket, SHUT_RDWR); /* no more receptions */ shutdown 178 lib/cib/cib_remote.c shutdown(private->callback.tcp_socket, SHUT_RDWR); /* no more receptions */ shutdown 184 lib/common/ipc_pacemakerd.c reply_data.data.shutdown.status = atoi(crm_element_value(msg_data, XML_LRM_ATTR_OPSTATUS)); shutdown 954 lib/pacemaker/pcmk_sched_allocate.c const char *shutdown = pe_node_attribute_raw(node, XML_CIB_ATTR_SHUTDOWN); shutdown 957 lib/pacemaker/pcmk_sched_allocate.c if (shutdown) { shutdown 960 lib/pacemaker/pcmk_sched_allocate.c if (pcmk__scan_ll(shutdown, &result_ll, 0LL) == pcmk_rc_ok) { shutdown 1009 lib/pacemaker/pcmk_sched_allocate.c if (node->details->shutdown) { shutdown 1659 lib/pacemaker/pcmk_sched_allocate.c } else if (node->details->online && node->details->shutdown && shutdown 2997 lib/pacemaker/pcmk_sched_allocate.c && action->node->details->shutdown shutdown 1040 lib/pacemaker/pcmk_sched_graph.c if (action->node->details->shutdown && action->task shutdown 656 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 1482 lib/pengine/pe_output.c "shutdown", pcmk__btoa(node->details->shutdown), shutdown 417 lib/pengine/unpack.c new_node->details->shutdown = FALSE; shutdown 989 lib/pengine/unpack.c this_node->details->shutdown = TRUE; shutdown 1305 lib/pengine/unpack.c if (this_node->details->shutdown shutdown 1394 lib/pengine/unpack.c if (this_node->details->shutdown) { shutdown 1445 lib/pengine/unpack.c crm_str(join), crm_str(exp_state), do_terminate, this_node->details->shutdown); shutdown 1484 lib/pengine/unpack.c this_node->details->shutdown = TRUE; shutdown 1528 lib/pengine/unpack.c this_node->details->shutdown = FALSE; shutdown 1532 lib/pengine/unpack.c this_node->details->shutdown = TRUE; shutdown 1561 lib/pengine/unpack.c if (online && this_node->details->shutdown) { shutdown 1575 lib/pengine/unpack.c this_node->details->shutdown ? "shutting down" : shutdown 1697 lib/pengine/unpack.c node->details->shutdown = TRUE; shutdown 3657 lib/pengine/unpack.c if (!node->details->shutdown || node->details->online) { shutdown 2164 lib/pengine/utils.c && node->details->shutdown == FALSE) { shutdown 2176 lib/pengine/utils.c if(node->details->online && node->details->unclean == FALSE && node->details->shutdown == FALSE) { shutdown 2314 lib/pengine/utils.c const char *shutdown = pe_node_attribute_raw(node, XML_CIB_ATTR_SHUTDOWN); shutdown 2316 lib/pengine/utils.c return !pcmk__str_eq(shutdown, "0", pcmk__str_null_matches);