standby           203 include/crm/pengine/pe_types.h     gboolean standby;
standby           441 include/crm/pengine/pe_types.h     gboolean standby;
standby          2799 lib/pacemaker/pcmk_sched_constraints.c     if (new_rsc_ticket->ticket->granted == FALSE || new_rsc_ticket->ticket->standby) {
standby          1979 lib/pacemaker/pcmk_sched_native.c     if (rsc_ticket->ticket->granted && rsc_ticket->ticket->standby == FALSE) {
standby          2048 lib/pacemaker/pcmk_sched_native.c     } else if (rsc_ticket->ticket->standby) {
standby           373 lib/pacemaker/pcmk_sched_promotable.c             && (rsc_ticket->ticket->granted == FALSE || rsc_ticket->ticket->standby)) {
standby            78 lib/pacemaker/pcmk_sched_utils.c         || node->details->standby || node->details->maintenance) {
standby            81 lib/pacemaker/pcmk_sched_utils.c                   node->details->unclean, node->details->standby, node->details->maintenance);
standby          1046 lib/pengine/pe_output.c         } else if (node->details->standby && node->details->online) {
standby          1050 lib/pengine/pe_output.c         } else if (node->details->standby) {
standby          1193 lib/pengine/pe_output.c                                  "standby", pcmk__btoa(node->details->standby),
standby          1394 lib/pengine/pe_output.c         } else if (node->details->standby) {
standby          1761 lib/pengine/pe_output.c                        ticket->standby ? " [standby]" : "",
standby          1767 lib/pengine/pe_output.c                        ticket->standby ? " [standby]" : "");
standby          1782 lib/pengine/pe_output.c                        ticket->standby ? " [standby]" : "",
standby          1788 lib/pengine/pe_output.c                        ticket->standby ? " [standby]" : "");
standby          1805 lib/pengine/pe_output.c                (pcmkXmlStr) pcmk__btoa(ticket->standby));
standby           892 lib/pengine/unpack.c     const char *standby = NULL;
standby           936 lib/pengine/unpack.c     standby = g_hash_table_lookup(ticket->state, "standby");
standby           937 lib/pengine/unpack.c     if (standby && crm_is_true(standby)) {
standby           938 lib/pengine/unpack.c         ticket->standby = TRUE;
standby           943 lib/pengine/unpack.c         ticket->standby = FALSE;
standby          1005 lib/pengine/unpack.c         this_node->details->standby = TRUE;
standby          1189 lib/pengine/unpack.c                 this_node->details->standby = TRUE;
standby          1352 lib/pengine/unpack.c             this_node->details->standby = TRUE;
standby          1380 lib/pengine/unpack.c         this_node->details->standby = TRUE;
standby          1519 lib/pengine/unpack.c                  this_node->details->standby ? "standby" :
standby          1995 lib/pengine/unpack.c             node->details->standby = TRUE;
standby          1985 lib/pengine/utils.c         ticket->standby = FALSE;
standby          1480 tools/crm_mon.c         if (node->details->standby && node->details->online) {
standby           431 tools/crm_simulate.c         } else if (node->details->standby) {
standby            83 tools/crm_ticket.c             ticket->standby ? "[standby]" : "         ");