A_DC_RELEASED     235 crmd/election.c     } else if (action & A_DC_RELEASED) {
A_DC_RELEASED     413 crmd/fsa.c             } else if (fsa_actions & A_DC_RELEASED) {
A_DC_RELEASED     414 crmd/fsa.c                 do_fsa_action(fsa_data, A_DC_RELEASED, do_dc_release);
A_DC_RELEASED     387 crmd/fsa_defines.h #  define O_RELEASE  (A_DC_TIMER_STOP|A_DC_RELEASE|A_PE_STOP|A_TE_STOP|A_DC_RELEASED)
A_DC_RELEASED     578 crmd/utils.c           case A_DC_RELEASED:
A_DC_RELEASED     850 crmd/utils.c       if (is_set(action, A_DC_RELEASED)) {
A_DC_RELEASED     851 crmd/utils.c           crm_trace("Action %.16llx (A_DC_RELEASED) %s", A_DC_RELEASED, text);