do_terminate     1357 lib/pengine/unpack.c     gboolean do_terminate = FALSE;
do_terminate     1373 lib/pengine/unpack.c         do_terminate = TRUE;
do_terminate     1380 lib/pengine/unpack.c             do_terminate = TRUE;
do_terminate     1386 lib/pengine/unpack.c               crm_str(join), crm_str(exp_state), do_terminate);
do_terminate     1407 lib/pengine/unpack.c     } else if (do_terminate == FALSE && pcmk__str_eq(exp_state, CRMD_JOINSTATE_DOWN, pcmk__str_casei)) {
do_terminate     1418 lib/pengine/unpack.c     } else if (do_terminate && pcmk__str_eq(join, CRMD_JOINSTATE_DOWN, pcmk__str_casei)
do_terminate     1431 lib/pengine/unpack.c     } else if (do_terminate) {
do_terminate     1446 lib/pengine/unpack.c                  crm_str(join), crm_str(exp_state), do_terminate, this_node->details->shutdown);