do_terminate     1323 lib/pengine/unpack.c     gboolean do_terminate = FALSE;
do_terminate     1338 lib/pengine/unpack.c         do_terminate = TRUE;
do_terminate     1345 lib/pengine/unpack.c             do_terminate = TRUE;
do_terminate     1351 lib/pengine/unpack.c               crm_str(join), crm_str(exp_state), do_terminate);
do_terminate     1373 lib/pengine/unpack.c     } else if (do_terminate == FALSE && safe_str_eq(exp_state, CRMD_JOINSTATE_DOWN)) {
do_terminate     1384 lib/pengine/unpack.c     } else if (do_terminate && safe_str_eq(join, CRMD_JOINSTATE_DOWN)
do_terminate     1396 lib/pengine/unpack.c     } else if (do_terminate) {
do_terminate     1412 lib/pengine/unpack.c                  crm_str(join), crm_str(exp_state), do_terminate, this_node->details->shutdown);