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 1033 daemons/controld/controld_join_dc.c int crmd_join_phase_count(enum crm_join_phase phase) phase 1041 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 1467 daemons/fenced/fenced_remote.c if (op->phase != st_phase_on) { phase 1478 daemons/fenced/fenced_remote.c } while ((op->phase != st_phase_on) phase 1547 daemons/fenced/fenced_remote.c if (props->custom_action_timeout[op->phase]) { phase 1548 daemons/fenced/fenced_remote.c timeout = valid_fencing_timeout(props->custom_action_timeout[op->phase], phase 1555 daemons/fenced/fenced_remote.c timeout += (props->delay_max[op->phase] > 0 ? phase 1556 daemons/fenced/fenced_remote.c props->delay_max[op->phase] : props->delay_base[op->phase]); phase 1583 daemons/fenced/fenced_remote.c if (!props->executed[timeout->op->phase] phase 1584 daemons/fenced/fenced_remote.c && !props->disallowed[timeout->op->phase]) { phase 1778 daemons/fenced/fenced_remote.c if ((op->phase == st_phase_requested) phase 1791 daemons/fenced/fenced_remote.c if ((op->devices == NULL) && (op->phase == st_phase_off)) { phase 1866 daemons/fenced/fenced_remote.c if ((op->phase == st_phase_on) && (op->devices != NULL)) { phase 2007 daemons/fenced/fenced_remote.c } else if (op->phase == st_phase_on) { phase 2165 daemons/fenced/fenced_remote.c enum st_remap_phase phase, device_properties_t *props) phase 2167 daemons/fenced/fenced_remote.c props->custom_action_timeout[phase] = 0; phase 2169 daemons/fenced/fenced_remote.c &props->custom_action_timeout[phase]); phase 2170 daemons/fenced/fenced_remote.c if (props->custom_action_timeout[phase]) { phase 2172 daemons/fenced/fenced_remote.c peer, device, action, props->custom_action_timeout[phase]); phase 2175 daemons/fenced/fenced_remote.c props->delay_max[phase] = 0; phase 2176 daemons/fenced/fenced_remote.c crm_element_value_int(xml, PCMK__XA_ST_DELAY_MAX, &props->delay_max[phase]); phase 2177 daemons/fenced/fenced_remote.c if (props->delay_max[phase]) { phase 2179 daemons/fenced/fenced_remote.c peer, device, props->delay_max[phase], action); phase 2182 daemons/fenced/fenced_remote.c props->delay_base[phase] = 0; phase 2184 daemons/fenced/fenced_remote.c &props->delay_base[phase]); phase 2185 daemons/fenced/fenced_remote.c if (props->delay_base[phase]) { phase 2187 daemons/fenced/fenced_remote.c peer, device, props->delay_base[phase], action); phase 2206 daemons/fenced/fenced_remote.c props->disallowed[phase] = TRUE; phase 2513 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 327 daemons/pacemakerd/pcmkd_subdaemons.c static int phase = PCMK__NELEM(pcmk_children) - 1; phase 330 daemons/pacemakerd/pcmkd_subdaemons.c if (phase == PCMK__NELEM(pcmk_children) - 1) { phase 335 daemons/pacemakerd/pcmkd_subdaemons.c for (; phase >= 0; phase--) { phase 336 daemons/pacemakerd/pcmkd_subdaemons.c pcmk_child_t *child = &(pcmk_children[phase]); phase 357 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) {