phase              36 daemons/controld/controld_join_dc.c crm_update_peer_join(const char *source, crm_node_t * node, enum crm_join_phase phase)
phase              49 daemons/controld/controld_join_dc.c     if(phase == last) {
phase              55 daemons/controld/controld_join_dc.c     } else if ((phase <= crm_join_none) || (phase == (last + 1))) {
phase              56 daemons/controld/controld_join_dc.c         node->join = phase;
phase              59 daemons/controld/controld_join_dc.c                  node->uname, current_join_id, crm_join_phase_str(phase),
phase              66 daemons/controld/controld_join_dc.c                  crm_join_phase_str(phase), node->id, source);
phase             748 daemons/controld/controld_join_dc.c int crmd_join_phase_count(enum crm_join_phase phase)
phase             756 daemons/controld/controld_join_dc.c         if(peer->join == phase) {
phase              80 daemons/controld/controld_utils.h void crm_update_peer_join(const char *source, crm_node_t * node, enum crm_join_phase phase);
phase              92 daemons/controld/controld_utils.h int crmd_join_phase_count(enum crm_join_phase phase);
phase             136 daemons/fenced/fenced_remote.c     if (!props->executed[data->op->phase]
phase             183 daemons/fenced/fenced_remote.c     return (props && !props->executed[op->phase]
phase             184 daemons/fenced/fenced_remote.c            && !props->disallowed[op->phase])? props : NULL;
phase             210 daemons/fenced/fenced_remote.c     props->executed[op->phase] = TRUE;
phase             284 daemons/fenced/fenced_remote.c     return ((op->phase > st_phase_requested)? "reboot" : op->action);
phase             298 daemons/fenced/fenced_remote.c     op->phase = st_phase_off;
phase             320 daemons/fenced/fenced_remote.c     op->phase = st_phase_on;
phase             350 daemons/fenced/fenced_remote.c     if (op->phase > 0) {
phase             353 daemons/fenced/fenced_remote.c         op->phase = st_phase_requested;
phase             617 daemons/fenced/fenced_remote.c     if (op->phase == st_phase_on) {
phase            1261 daemons/fenced/fenced_remote.c         if (op->phase != st_phase_on) {
phase            1272 daemons/fenced/fenced_remote.c     } while ((op->phase != st_phase_on)
phase            1296 daemons/fenced/fenced_remote.c     return (props->custom_action_timeout[op->phase]?
phase            1297 daemons/fenced/fenced_remote.c            props->custom_action_timeout[op->phase] : op->base_timeout)
phase            1298 daemons/fenced/fenced_remote.c            + props->delay_max[op->phase];
phase            1322 daemons/fenced/fenced_remote.c     if (!props->executed[timeout->op->phase]
phase            1323 daemons/fenced/fenced_remote.c         && !props->disallowed[timeout->op->phase]) {
phase            1459 daemons/fenced/fenced_remote.c     if ((op->phase == st_phase_requested) && pcmk__str_eq(op->action, "on", pcmk__str_casei)) {
phase            1471 daemons/fenced/fenced_remote.c     if ((op->devices == NULL) && (op->phase == st_phase_off)) {
phase            1594 daemons/fenced/fenced_remote.c     } else if (op->phase == st_phase_on) {
phase            1738 daemons/fenced/fenced_remote.c                       enum st_remap_phase phase, device_properties_t *props)
phase            1740 daemons/fenced/fenced_remote.c     props->custom_action_timeout[phase] = 0;
phase            1742 daemons/fenced/fenced_remote.c                           &props->custom_action_timeout[phase]);
phase            1743 daemons/fenced/fenced_remote.c     if (props->custom_action_timeout[phase]) {
phase            1745 daemons/fenced/fenced_remote.c                   peer, device, action, props->custom_action_timeout[phase]);
phase            1748 daemons/fenced/fenced_remote.c     props->delay_max[phase] = 0;
phase            1749 daemons/fenced/fenced_remote.c     crm_element_value_int(xml, F_STONITH_DELAY_MAX, &props->delay_max[phase]);
phase            1750 daemons/fenced/fenced_remote.c     if (props->delay_max[phase]) {
phase            1752 daemons/fenced/fenced_remote.c                   peer, device, props->delay_max[phase], action);
phase            1755 daemons/fenced/fenced_remote.c     props->delay_base[phase] = 0;
phase            1756 daemons/fenced/fenced_remote.c     crm_element_value_int(xml, F_STONITH_DELAY_BASE, &props->delay_base[phase]);
phase            1757 daemons/fenced/fenced_remote.c     if (props->delay_base[phase]) {
phase            1759 daemons/fenced/fenced_remote.c                   peer, device, props->delay_base[phase], action);
phase            1778 daemons/fenced/fenced_remote.c         props->disallowed[phase] = TRUE;
phase            2068 daemons/fenced/fenced_remote.c         if ((op->phase == 2) && (rc != pcmk_ok)) {
phase             143 daemons/fenced/pacemaker-fenced.h     enum st_remap_phase phase;
phase             394 daemons/pacemakerd/pacemakerd.c     static int phase = SIZEOF(pcmk_children);
phase             399 daemons/pacemakerd/pacemakerd.c     if (phase == SIZEOF(pcmk_children)) {
phase             404 daemons/pacemakerd/pacemakerd.c     for (; phase > 0; phase--) {
phase             410 daemons/pacemakerd/pacemakerd.c             if (phase != child->start_seq) {
phase             433 daemons/pacemakerd/pacemakerd.c                     if (phase < pcmk_children[PCMK_CHILD_CONTROLD].start_seq) {
phase             197 include/crm/cluster.h crm_join_phase_str(enum crm_join_phase phase)
phase             199 include/crm/cluster.h     switch (phase) {