phase              88 crmd/crmd_utils.h void crm_update_peer_join(const char *source, crm_node_t * node, enum crm_join_phase phase);
phase             100 crmd/crmd_utils.h int crmd_join_phase_count(enum crm_join_phase phase);
phase              43 crmd/join_dc.c crm_update_peer_join(const char *source, crm_node_t * node, enum crm_join_phase phase)
phase              50 crmd/join_dc.c                 current_join_id, source, crm_join_phase_str(phase));
phase              61 crmd/join_dc.c     if(phase == last) {
phase              66 crmd/join_dc.c     } else if ((phase <= crm_join_none) || (phase == (last + 1))) {
phase              67 crmd/join_dc.c         node->join = phase;
phase              70 crmd/join_dc.c                  crm_join_phase_str(last), crm_join_phase_str(phase));
phase              76 crmd/join_dc.c                 crm_join_phase_str(last), crm_join_phase_str(phase));
phase             699 crmd/join_dc.c int crmd_join_phase_count(enum crm_join_phase phase)
phase             707 crmd/join_dc.c         if(peer->join == phase) {
phase             130 fencing/internal.h     enum st_remap_phase phase;
phase             134 fencing/remote.c     if (!props->executed[data->op->phase]
phase             181 fencing/remote.c     return (props && !props->executed[op->phase]
phase             182 fencing/remote.c            && !props->disallowed[op->phase])? props : NULL;
phase             208 fencing/remote.c     props->executed[op->phase] = TRUE;
phase             272 fencing/remote.c     return ((op->phase > st_phase_requested)? "reboot" : op->action);
phase             286 fencing/remote.c     op->phase = st_phase_off;
phase             307 fencing/remote.c     op->phase = st_phase_on;
phase             337 fencing/remote.c     if (op->phase > 0) {
phase             340 fencing/remote.c         op->phase = st_phase_requested;
phase             582 fencing/remote.c     if (op->phase == st_phase_on) {
phase            1204 fencing/remote.c         if (op->phase != st_phase_on) {
phase            1215 fencing/remote.c     } while ((op->phase != st_phase_on)
phase            1239 fencing/remote.c     return (props->custom_action_timeout[op->phase]?
phase            1240 fencing/remote.c            props->custom_action_timeout[op->phase] : op->base_timeout)
phase            1241 fencing/remote.c            + props->delay_max[op->phase];
phase            1265 fencing/remote.c     if (!props->executed[timeout->op->phase]
phase            1266 fencing/remote.c         && !props->disallowed[timeout->op->phase]) {
phase            1402 fencing/remote.c     if ((op->phase == st_phase_requested) && safe_str_eq(op->action, "on")) {
phase            1414 fencing/remote.c     if ((op->devices == NULL) && (op->phase == st_phase_off)) {
phase            1526 fencing/remote.c     } else if (op->phase == st_phase_on) {
phase            1664 fencing/remote.c                       enum st_remap_phase phase, device_properties_t *props)
phase            1666 fencing/remote.c     props->custom_action_timeout[phase] = 0;
phase            1668 fencing/remote.c                           &props->custom_action_timeout[phase]);
phase            1669 fencing/remote.c     if (props->custom_action_timeout[phase]) {
phase            1671 fencing/remote.c                   peer, device, action, props->custom_action_timeout[phase]);
phase            1674 fencing/remote.c     props->delay_max[phase] = 0;
phase            1675 fencing/remote.c     crm_element_value_int(xml, F_STONITH_DELAY_MAX, &props->delay_max[phase]);
phase            1676 fencing/remote.c     if (props->delay_max[phase]) {
phase            1678 fencing/remote.c                   peer, device, props->delay_max[phase], action);
phase            1681 fencing/remote.c     props->delay_base[phase] = 0;
phase            1682 fencing/remote.c     crm_element_value_int(xml, F_STONITH_DELAY_BASE, &props->delay_base[phase]);
phase            1683 fencing/remote.c     if (props->delay_base[phase]) {
phase            1685 fencing/remote.c                   peer, device, props->delay_base[phase], action);
phase            1704 fencing/remote.c         props->disallowed[phase] = TRUE;
phase            1986 fencing/remote.c         if ((op->phase == 2) && (rc != pcmk_ok)) {
phase             239 include/crm/cluster.h crm_join_phase_str(enum crm_join_phase phase)
phase             241 include/crm/cluster.h     switch (phase) {
phase            1067 lib/ais/plugin.c     static int phase = 0;
phase            1087 lib/ais/plugin.c     if (phase == 0) {
phase            1089 lib/ais/plugin.c         phase = max;
phase            1094 lib/ais/plugin.c     for (; phase > 0; phase--) {
phase            1098 lib/ais/plugin.c             if (phase != pcmk_children[lpc].start_seq) {
phase            1126 lib/ais/plugin.c                         if (max_wait <= 0 && phase < pcmk_children[crm_msg_crmd].start_seq) {
phase             372 mcp/pacemaker.c     static int phase = 0;
phase             378 mcp/pacemaker.c     if (phase == 0) {
phase             380 mcp/pacemaker.c         phase = max;
phase             386 mcp/pacemaker.c     for (; phase > 0; phase--) {
phase             392 mcp/pacemaker.c             if (phase != child->start_seq) {
phase             403 mcp/pacemaker.c                     if (phase < pcmk_children[pcmk_child_crmd].start_seq) {