phase             119 daemons/controld/controld_join_dc.c crm_update_peer_join(const char *source, crm_node_t * node, enum crm_join_phase phase)
phase             132 daemons/controld/controld_join_dc.c     if(phase == last) {
phase             138 daemons/controld/controld_join_dc.c     } else if ((phase <= crm_join_none) || (phase == (last + 1))) {
phase             139 daemons/controld/controld_join_dc.c         node->join = phase;
phase             142 daemons/controld/controld_join_dc.c                  node->uname, current_join_id, crm_join_phase_str(phase),
phase             149 daemons/controld/controld_join_dc.c                  crm_join_phase_str(phase), node->id, source);
phase            1022 daemons/controld/controld_join_dc.c int crmd_join_phase_count(enum crm_join_phase phase)
phase            1030 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             138 daemons/fenced/fenced_remote.c     if (!props->executed[data->op->phase]
phase             191 daemons/fenced/fenced_remote.c     return (props && !props->executed[op->phase]
phase             192 daemons/fenced/fenced_remote.c            && !props->disallowed[op->phase])? props : NULL;
phase             219 daemons/fenced/fenced_remote.c     props->executed[op->phase] = TRUE;
phase             294 daemons/fenced/fenced_remote.c     return ((op->phase > st_phase_requested)? PCMK_ACTION_REBOOT : op->action);
phase             308 daemons/fenced/fenced_remote.c     op->phase = st_phase_off;
phase             330 daemons/fenced/fenced_remote.c     op->phase = st_phase_on;
phase             360 daemons/fenced/fenced_remote.c     if (op->phase > 0) {
phase             363 daemons/fenced/fenced_remote.c         op->phase = st_phase_requested;
phase             705 daemons/fenced/fenced_remote.c     if (op->phase == st_phase_on) {
phase            1462 daemons/fenced/fenced_remote.c         if (op->phase != st_phase_on) {
phase            1473 daemons/fenced/fenced_remote.c     } while ((op->phase != st_phase_on)
phase            1542 daemons/fenced/fenced_remote.c     if (props->custom_action_timeout[op->phase]) {
phase            1543 daemons/fenced/fenced_remote.c         timeout = valid_fencing_timeout(props->custom_action_timeout[op->phase],
phase            1550 daemons/fenced/fenced_remote.c         timeout += (props->delay_max[op->phase] > 0 ?
phase            1551 daemons/fenced/fenced_remote.c                     props->delay_max[op->phase] : props->delay_base[op->phase]);
phase            1578 daemons/fenced/fenced_remote.c     if (!props->executed[timeout->op->phase]
phase            1579 daemons/fenced/fenced_remote.c         && !props->disallowed[timeout->op->phase]) {
phase            1773 daemons/fenced/fenced_remote.c     if ((op->phase == st_phase_requested)
phase            1786 daemons/fenced/fenced_remote.c     if ((op->devices == NULL) && (op->phase == st_phase_off)) {
phase            1861 daemons/fenced/fenced_remote.c     if ((op->phase == st_phase_on) && (op->devices != NULL)) {
phase            2002 daemons/fenced/fenced_remote.c     } else if (op->phase == st_phase_on) {
phase            2160 daemons/fenced/fenced_remote.c                       enum st_remap_phase phase, device_properties_t *props)
phase            2162 daemons/fenced/fenced_remote.c     props->custom_action_timeout[phase] = 0;
phase            2164 daemons/fenced/fenced_remote.c                           &props->custom_action_timeout[phase]);
phase            2165 daemons/fenced/fenced_remote.c     if (props->custom_action_timeout[phase]) {
phase            2167 daemons/fenced/fenced_remote.c                   peer, device, action, props->custom_action_timeout[phase]);
phase            2170 daemons/fenced/fenced_remote.c     props->delay_max[phase] = 0;
phase            2171 daemons/fenced/fenced_remote.c     crm_element_value_int(xml, PCMK__XA_ST_DELAY_MAX, &props->delay_max[phase]);
phase            2172 daemons/fenced/fenced_remote.c     if (props->delay_max[phase]) {
phase            2174 daemons/fenced/fenced_remote.c                   peer, device, props->delay_max[phase], action);
phase            2177 daemons/fenced/fenced_remote.c     props->delay_base[phase] = 0;
phase            2179 daemons/fenced/fenced_remote.c                           &props->delay_base[phase]);
phase            2180 daemons/fenced/fenced_remote.c     if (props->delay_base[phase]) {
phase            2182 daemons/fenced/fenced_remote.c                   peer, device, props->delay_base[phase], action);
phase            2201 daemons/fenced/fenced_remote.c         props->disallowed[phase] = TRUE;
phase            2502 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             326 daemons/pacemakerd/pcmkd_subdaemons.c     static int phase = PCMK__NELEM(pcmk_children) - 1;
phase             329 daemons/pacemakerd/pcmkd_subdaemons.c     if (phase == PCMK__NELEM(pcmk_children) - 1) {
phase             334 daemons/pacemakerd/pcmkd_subdaemons.c     for (; phase >= 0; phase--) {
phase             335 daemons/pacemakerd/pcmkd_subdaemons.c         pcmk_child_t *child = &(pcmk_children[phase]);
phase             356 daemons/pacemakerd/pcmkd_subdaemons.c                 if (phase < PCMK_CHILD_CONTROLD) {
phase             243 include/crm/cluster.h crm_join_phase_str(enum crm_join_phase phase)
phase             245 include/crm/cluster.h     switch (phase) {