shutdown           41 daemons/pacemakerd/pacemakerd.c     gboolean shutdown;
shutdown          115 daemons/pacemakerd/pacemakerd.c     { "shutdown", 'S', 0, G_OPTION_ARG_NONE, &options.shutdown,
shutdown          322 daemons/pacemakerd/pacemakerd.c     if (options.shutdown) {
shutdown          345 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 = create_reply(msg, shutdown);
shutdown          127 daemons/pacemakerd/pcmkd_messages.c     free_xml(shutdown);
shutdown           75 include/crm/common/ipc_pacemakerd.h         } shutdown;
shutdown           98 include/crm/common/nodes.h     gboolean shutdown;          // Whether shutting down
shutdown          337 lib/cib/cib_remote.c         shutdown(private->command.tcp_socket, SHUT_RDWR);       /* no more receptions */
shutdown          341 lib/cib/cib_remote.c         shutdown(private->callback.tcp_socket, SHUT_RDWR);      /* no more receptions */
shutdown          256 lib/common/ipc_pacemakerd.c         reply_data.data.shutdown.status = atoi(op_status);
shutdown           77 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         1074 lib/pacemaker/pcmk_graph_producer.c             && action->node->details->shutdown
shutdown         1316 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          370 lib/pacemaker/pcmk_sched_primitive.c         remote_node->details->shutdown = TRUE;
shutdown         1580 lib/pacemaker/pcmk_sched_primitive.c     const char *shutdown = pcmk__node_attr(node, PCMK__NODE_ATTR_SHUTDOWN, NULL,
shutdown         1584 lib/pacemaker/pcmk_sched_primitive.c     if (shutdown != NULL) {
shutdown         1586 lib/pacemaker/pcmk_sched_primitive.c         int rc = pcmk__scan_ll(shutdown, &result_ll, 0LL);
shutdown         1593 lib/pacemaker/pcmk_sched_primitive.c                      shutdown, pcmk__node_name(node), pcmk_rc_str(rc));
shutdown         1651 lib/pacemaker/pcmk_sched_primitive.c         if (node->details->shutdown) {
shutdown          495 lib/pacemaker/pcmk_scheduler.c     return node->details->online && node->details->shutdown;
shutdown         2058 lib/pengine/pe_output.c         const char *shutdown = pcmk__btoa(node->details->shutdown);
shutdown         2078 lib/pengine/pe_output.c                                       PCMK_XA_SHUTDOWN, shutdown,
shutdown          498 lib/pengine/unpack.c     new_node->details->shutdown = FALSE;
shutdown         1144 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1494 lib/pengine/unpack.c         if (this_node->details->shutdown
shutdown         1725 lib/pengine/unpack.c     if (this_node->details->shutdown) {
shutdown         1834 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1880 lib/pengine/unpack.c     this_node->details->shutdown = FALSE;
shutdown         1884 lib/pengine/unpack.c         this_node->details->shutdown = TRUE;
shutdown         1915 lib/pengine/unpack.c     if (online && this_node->details->shutdown) {
shutdown         1929 lib/pengine/unpack.c                  this_node->details->shutdown ? "shutting down" :
shutdown         2052 lib/pengine/unpack.c             node->details->shutdown = TRUE;
shutdown         3978 lib/pengine/unpack.c         if (!expired && (!history->node->details->shutdown
shutdown          606 lib/pengine/utils.c               && node->details->shutdown == FALSE) {
shutdown          619 lib/pengine/utils.c             if(node->details->online && node->details->unclean == FALSE && node->details->shutdown == FALSE) {
shutdown          679 lib/pengine/utils.c     const char *shutdown = pcmk__node_attr(node, PCMK__NODE_ATTR_SHUTDOWN, NULL,
shutdown          682 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));