shutdown           37 daemons/pacemakerd/pacemakerd.c     gboolean shutdown;
shutdown          109 daemons/pacemakerd/pacemakerd.c     { "shutdown", 'S', 0, G_OPTION_ARG_NONE, &options.shutdown,
shutdown          317 daemons/pacemakerd/pacemakerd.c     if (options.shutdown) {
shutdown          336 daemons/pacemakerd/pacemakerd.c     if (options.shutdown) {
shutdown           98 daemons/pacemakerd/pcmkd_messages.c     xmlNode *shutdown = NULL;
shutdown          110 daemons/pacemakerd/pcmkd_messages.c     shutdown = create_xml_node(NULL, XML_CIB_ATTR_SHUTDOWN);
shutdown          116 daemons/pacemakerd/pcmkd_messages.c         crm_xml_add_int(shutdown, XML_LRM_ATTR_OPSTATUS, CRM_EX_OK);
shutdown          120 daemons/pacemakerd/pcmkd_messages.c         crm_xml_add_int(shutdown, XML_LRM_ATTR_OPSTATUS, CRM_EX_INSUFFICIENT_PRIV);
shutdown          123 daemons/pacemakerd/pcmkd_messages.c     reply = create_reply(msg, shutdown);
shutdown          124 daemons/pacemakerd/pcmkd_messages.c     free_xml(shutdown);
shutdown           62 include/crm/common/ipc_pacemakerd.h         } shutdown;
shutdown          226 include/crm/pengine/pe_types.h     gboolean shutdown;
shutdown          173 lib/cib/cib_remote.c         shutdown(private->command.tcp_socket, SHUT_RDWR);       /* no more receptions */
shutdown          177 lib/cib/cib_remote.c         shutdown(private->callback.tcp_socket, SHUT_RDWR);      /* no more receptions */
shutdown          221 lib/common/ipc_pacemakerd.c         reply_data.data.shutdown.status = atoi(crm_element_value(msg_data, XML_LRM_ATTR_OPSTATUS));
shutdown         1054 lib/pacemaker/pcmk_graph_producer.c             && action->node->details->shutdown
shutdown         1308 lib/pacemaker/pcmk_sched_actions.c     if (action->node->details->shutdown && (action->task != NULL)
shutdown          487 lib/pacemaker/pcmk_sched_allocate.c     return node->details->online && node->details->shutdown;
shutdown           35 lib/pacemaker/pcmk_sched_nodes.c             || node->details->shutdown || node->details->unclean
shutdown          372 lib/pacemaker/pcmk_sched_primitive.c         remote_node->details->shutdown = TRUE;
shutdown         1427 lib/pacemaker/pcmk_sched_primitive.c     const char *shutdown = pe_node_attribute_raw(node, XML_CIB_ATTR_SHUTDOWN);
shutdown         1430 lib/pacemaker/pcmk_sched_primitive.c     if (shutdown != NULL) {
shutdown         1433 lib/pacemaker/pcmk_sched_primitive.c         if (pcmk__scan_ll(shutdown, &result_ll, 0LL) == pcmk_rc_ok) {
shutdown         1491 lib/pacemaker/pcmk_sched_primitive.c         if (node->details->shutdown) {
shutdown         1774 lib/pengine/pe_output.c                                  "shutdown", pcmk__btoa(node->details->shutdown),
shutdown          408 lib/pengine/unpack.c     new_node->details->shutdown = FALSE;
shutdown          990 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1309 lib/pengine/unpack.c         if (this_node->details->shutdown
shutdown         1402 lib/pengine/unpack.c     if (this_node->details->shutdown) {
shutdown         1458 lib/pengine/unpack.c                  this_node->details->shutdown);
shutdown         1497 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1541 lib/pengine/unpack.c     this_node->details->shutdown = FALSE;
shutdown         1545 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1574 lib/pengine/unpack.c     if (online && this_node->details->shutdown) {
shutdown         1588 lib/pengine/unpack.c                  this_node->details->shutdown ? "shutting down" :
shutdown         1710 lib/pengine/unpack.c             node->details->shutdown = TRUE;
shutdown         3414 lib/pengine/unpack.c             if (!node->details->shutdown || node->details->online) {
shutdown          619 lib/pengine/utils.c               && node->details->shutdown == FALSE) {
shutdown          631 lib/pengine/utils.c             if(node->details->online && node->details->unclean == FALSE && node->details->shutdown == FALSE) {
shutdown          690 lib/pengine/utils.c     const char *shutdown = pe_node_attribute_raw(node, XML_CIB_ATTR_SHUTDOWN);
shutdown          692 lib/pengine/utils.c     return !pcmk__str_eq(shutdown, "0", pcmk__str_null_matches);
shutdown           43 maint/gnulib/lib/shutdown.c       int r = shutdown (sock, how);
shutdown          257 maint/gnulib/lib/sys_select.in.h     _GL_WARN_ON_USE (shutdown,
shutdown          680 maint/gnulib/lib/sys_socket.in.h _GL_FUNCDECL_RPL (shutdown, int, (int fd, int how));
shutdown          681 maint/gnulib/lib/sys_socket.in.h _GL_CXXALIAS_RPL (shutdown, int, (int fd, int how));
shutdown          683 maint/gnulib/lib/sys_socket.in.h _GL_CXXALIAS_SYS (shutdown, int, (int fd, int how));
shutdown          685 maint/gnulib/lib/sys_socket.in.h _GL_CXXALIASWARN (shutdown);
shutdown          692 maint/gnulib/lib/sys_socket.in.h _GL_WARN_ON_USE (shutdown, "shutdown is not always POSIX compliant - "
shutdown          207 maint/gnulib/lib/sys_time.in.h      _GL_WARN_ON_USE (shutdown,
shutdown          223 maint/gnulib/lib/unistd.in.h     _GL_WARN_ON_USE (shutdown,
shutdown          265 maint/gnulib/tests/test-poll.c       shutdown (c, SHUT_RD);
shutdown          368 maint/gnulib/tests/test-select.h       shutdown (c, SHUT_RD);
shutdown           22 maint/gnulib/tests/test-shutdown.c SIGNATURE_CHECK (shutdown, int, (int, int));
shutdown           38 maint/gnulib/tests/test-shutdown.c     ASSERT (shutdown (-1, SHUT_RD) == -1);
shutdown           44 maint/gnulib/tests/test-shutdown.c     ASSERT (shutdown (99, SHUT_RD) == -1);
shutdown           91 maint/gnulib/tests/test-sys_socket-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::shutdown, int, (int, int));