A_LRM_DISCONNECT  421 crmd/fsa.c             } else if (fsa_actions & A_LRM_DISCONNECT) {
A_LRM_DISCONNECT  422 crmd/fsa.c                 do_fsa_action(fsa_data, A_LRM_DISCONNECT, do_lrm_control);
A_LRM_DISCONNECT  386 crmd/fsa_defines.h #  define O_EXIT (A_SHUTDOWN|A_STOP|A_CCM_DISCONNECT|A_LRM_DISCONNECT|A_HA_DISCONNECT|A_EXIT_0|A_CIB_STOP)
A_LRM_DISCONNECT  391 crmd/fsa_defines.h #  define	O_LRM_RECONNECT		(A_LRM_CONNECT|A_LRM_DISCONNECT)
A_LRM_DISCONNECT  354 crmd/lrm.c         if (action & A_LRM_DISCONNECT) {
A_LRM_DISCONNECT  356 crmd/lrm.c                 if (action == A_LRM_DISCONNECT) {
A_LRM_DISCONNECT  400 crmd/lrm.c         if (action & ~(A_LRM_CONNECT | A_LRM_DISCONNECT)) {
A_LRM_DISCONNECT  506 crmd/utils.c           case A_LRM_DISCONNECT:
A_LRM_DISCONNECT  784 crmd/utils.c       if (is_set(action, A_LRM_DISCONNECT)) {
A_LRM_DISCONNECT  785 crmd/utils.c           crm_trace("Action %.16llx (A_LRM_DISCONNECT) %s", A_LRM_DISCONNECT, text);