do_terminate     1299 lib/pengine/unpack.c     gboolean do_terminate = FALSE;
do_terminate     1315 lib/pengine/unpack.c         do_terminate = TRUE;
do_terminate     1322 lib/pengine/unpack.c             do_terminate = TRUE;
do_terminate     1328 lib/pengine/unpack.c               crm_str(join), crm_str(exp_state), do_terminate);
do_terminate     1348 lib/pengine/unpack.c     } else if (do_terminate == FALSE && pcmk__str_eq(exp_state, CRMD_JOINSTATE_DOWN, pcmk__str_casei)) {
do_terminate     1359 lib/pengine/unpack.c     } else if (do_terminate && pcmk__str_eq(join, CRMD_JOINSTATE_DOWN, pcmk__str_casei)
do_terminate     1372 lib/pengine/unpack.c     } else if (do_terminate) {
do_terminate     1387 lib/pengine/unpack.c                  crm_str(join), crm_str(exp_state), do_terminate, this_node->details->shutdown);