phase             120 daemons/controld/controld_join_dc.c crm_update_peer_join(const char *source, crm_node_t * node, enum crm_join_phase phase)
phase             133 daemons/controld/controld_join_dc.c     if(phase == last) {
phase             139 daemons/controld/controld_join_dc.c     } else if ((phase <= crm_join_none) || (phase == (last + 1))) {
phase             140 daemons/controld/controld_join_dc.c         node->join = phase;
phase             143 daemons/controld/controld_join_dc.c                  node->uname, current_join_id, crm_join_phase_str(phase),
phase             150 daemons/controld/controld_join_dc.c                  crm_join_phase_str(phase), node->id, source);
phase            1009 daemons/controld/controld_join_dc.c int crmd_join_phase_count(enum crm_join_phase phase)
phase            1017 daemons/controld/controld_join_dc.c         if(peer->join == phase) {
phase              39 daemons/controld/controld_utils.h void crm_update_peer_join(const char *source, crm_node_t * node, enum crm_join_phase phase);
phase              52 daemons/controld/controld_utils.h int crmd_join_phase_count(enum crm_join_phase phase);
phase             139 daemons/fenced/fenced_remote.c     if (!props->executed[data->op->phase]
phase             192 daemons/fenced/fenced_remote.c     return (props && !props->executed[op->phase]
phase             193 daemons/fenced/fenced_remote.c            && !props->disallowed[op->phase])? props : NULL;
phase             220 daemons/fenced/fenced_remote.c     props->executed[op->phase] = TRUE;
phase             295 daemons/fenced/fenced_remote.c     return ((op->phase > st_phase_requested)? PCMK_ACTION_REBOOT : op->action);
phase             309 daemons/fenced/fenced_remote.c     op->phase = st_phase_off;
phase             331 daemons/fenced/fenced_remote.c     op->phase = st_phase_on;
phase             361 daemons/fenced/fenced_remote.c     if (op->phase > 0) {
phase             364 daemons/fenced/fenced_remote.c         op->phase = st_phase_requested;
phase             702 daemons/fenced/fenced_remote.c     if (op->phase == st_phase_on) {
phase            1431 daemons/fenced/fenced_remote.c         if (op->phase != st_phase_on) {
phase            1442 daemons/fenced/fenced_remote.c     } while ((op->phase != st_phase_on)
phase            1480 daemons/fenced/fenced_remote.c         delay = (props->delay_max[op->phase] > 0 ?
phase            1481 daemons/fenced/fenced_remote.c                  props->delay_max[op->phase] : props->delay_base[op->phase]);
phase            1484 daemons/fenced/fenced_remote.c     return (props->custom_action_timeout[op->phase]?
phase            1485 daemons/fenced/fenced_remote.c             props->custom_action_timeout[op->phase] : op->base_timeout)
phase            1510 daemons/fenced/fenced_remote.c     if (!props->executed[timeout->op->phase]
phase            1511 daemons/fenced/fenced_remote.c         && !props->disallowed[timeout->op->phase]) {
phase            1697 daemons/fenced/fenced_remote.c     if ((op->phase == st_phase_requested)
phase            1710 daemons/fenced/fenced_remote.c     if ((op->devices == NULL) && (op->phase == st_phase_off)) {
phase            1784 daemons/fenced/fenced_remote.c     if ((op->phase == st_phase_on) && (op->devices != NULL)) {
phase            1924 daemons/fenced/fenced_remote.c     } else if (op->phase == st_phase_on) {
phase            2078 daemons/fenced/fenced_remote.c                       enum st_remap_phase phase, device_properties_t *props)
phase            2080 daemons/fenced/fenced_remote.c     props->custom_action_timeout[phase] = 0;
phase            2082 daemons/fenced/fenced_remote.c                           &props->custom_action_timeout[phase]);
phase            2083 daemons/fenced/fenced_remote.c     if (props->custom_action_timeout[phase]) {
phase            2085 daemons/fenced/fenced_remote.c                   peer, device, action, props->custom_action_timeout[phase]);
phase            2088 daemons/fenced/fenced_remote.c     props->delay_max[phase] = 0;
phase            2089 daemons/fenced/fenced_remote.c     crm_element_value_int(xml, F_STONITH_DELAY_MAX, &props->delay_max[phase]);
phase            2090 daemons/fenced/fenced_remote.c     if (props->delay_max[phase]) {
phase            2092 daemons/fenced/fenced_remote.c                   peer, device, props->delay_max[phase], action);
phase            2095 daemons/fenced/fenced_remote.c     props->delay_base[phase] = 0;
phase            2096 daemons/fenced/fenced_remote.c     crm_element_value_int(xml, F_STONITH_DELAY_BASE, &props->delay_base[phase]);
phase            2097 daemons/fenced/fenced_remote.c     if (props->delay_base[phase]) {
phase            2099 daemons/fenced/fenced_remote.c                   peer, device, props->delay_base[phase], action);
phase            2118 daemons/fenced/fenced_remote.c         props->disallowed[phase] = TRUE;
phase            2417 daemons/fenced/fenced_remote.c         if ((op->phase == 2) && !pcmk__result_ok(&op->result)) {
phase             148 daemons/fenced/pacemaker-fenced.h     enum st_remap_phase phase;
phase             334 daemons/pacemakerd/pcmkd_subdaemons.c     static int phase = PCMK__NELEM(pcmk_children) - 1;
phase             337 daemons/pacemakerd/pcmkd_subdaemons.c     if (phase == PCMK__NELEM(pcmk_children) - 1) {
phase             342 daemons/pacemakerd/pcmkd_subdaemons.c     for (; phase >= 0; phase--) {
phase             343 daemons/pacemakerd/pcmkd_subdaemons.c         pcmk_child_t *child = &(pcmk_children[phase]);
phase             364 daemons/pacemakerd/pcmkd_subdaemons.c                 if (phase < PCMK_CHILD_CONTROLD) {
phase             216 include/crm/cluster.h crm_join_phase_str(enum crm_join_phase phase)
phase             218 include/crm/cluster.h     switch (phase) {