do_terminate     1350 lib/pengine/unpack.c     gboolean do_terminate = FALSE;
do_terminate     1366 lib/pengine/unpack.c         do_terminate = TRUE;
do_terminate     1373 lib/pengine/unpack.c             do_terminate = TRUE;
do_terminate     1379 lib/pengine/unpack.c               crm_str(join), crm_str(exp_state), do_terminate);
do_terminate     1400 lib/pengine/unpack.c     } else if (do_terminate == FALSE && pcmk__str_eq(exp_state, CRMD_JOINSTATE_DOWN, pcmk__str_casei)) {
do_terminate     1411 lib/pengine/unpack.c     } else if (do_terminate && pcmk__str_eq(join, CRMD_JOINSTATE_DOWN, pcmk__str_casei)
do_terminate     1424 lib/pengine/unpack.c     } else if (do_terminate) {
do_terminate     1439 lib/pengine/unpack.c                  crm_str(join), crm_str(exp_state), do_terminate, this_node->details->shutdown);