A_LRM_DISCONNECT  372 daemons/controld/controld_execd.c     if (action & A_LRM_DISCONNECT) {
A_LRM_DISCONNECT  374 daemons/controld/controld_execd.c             if (action == A_LRM_DISCONNECT) {
A_LRM_DISCONNECT  391 daemons/controld/controld_execd.c     if (action & ~(A_LRM_CONNECT | A_LRM_DISCONNECT)) {
A_LRM_DISCONNECT  424 daemons/controld/controld_fsa.c         } else if (fsa_actions & A_LRM_DISCONNECT) {
A_LRM_DISCONNECT  425 daemons/controld/controld_fsa.c             do_fsa_action(fsa_data, A_LRM_DISCONNECT, do_lrm_control);
A_LRM_DISCONNECT  355 daemons/controld/controld_fsa.h #  define O_EXIT                (A_SHUTDOWN|A_STOP|A_LRM_DISCONNECT|A_HA_DISCONNECT|A_EXIT_0|A_CIB_STOP)
A_LRM_DISCONNECT  360 daemons/controld/controld_fsa.h #  define O_LRM_RECONNECT       (A_LRM_CONNECT|A_LRM_DISCONNECT)
A_LRM_DISCONNECT  287 daemons/controld/controld_utils.c         case A_LRM_DISCONNECT:
A_LRM_DISCONNECT  559 daemons/controld/controld_utils.c     if (pcmk_is_set(action, A_LRM_DISCONNECT)) {
A_LRM_DISCONNECT  560 daemons/controld/controld_utils.c         crm_trace("Action %.16llx (A_LRM_DISCONNECT) %s", A_LRM_DISCONNECT, text);