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 750 daemons/controld/controld_join_dc.c int crmd_join_phase_count(enum crm_join_phase phase) phase 758 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 93 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)? "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 694 daemons/fenced/fenced_remote.c if (op->phase == st_phase_on) { phase 1423 daemons/fenced/fenced_remote.c if (op->phase != st_phase_on) { phase 1434 daemons/fenced/fenced_remote.c } while ((op->phase != st_phase_on) phase 1458 daemons/fenced/fenced_remote.c return (props->custom_action_timeout[op->phase]? phase 1459 daemons/fenced/fenced_remote.c props->custom_action_timeout[op->phase] : op->base_timeout) phase 1460 daemons/fenced/fenced_remote.c + props->delay_max[op->phase]; phase 1484 daemons/fenced/fenced_remote.c if (!props->executed[timeout->op->phase] phase 1485 daemons/fenced/fenced_remote.c && !props->disallowed[timeout->op->phase]) { phase 1653 daemons/fenced/fenced_remote.c if ((op->phase == st_phase_requested) phase 1666 daemons/fenced/fenced_remote.c if ((op->devices == NULL) && (op->phase == st_phase_off)) { phase 1736 daemons/fenced/fenced_remote.c if ((op->phase == st_phase_on) && (op->devices != NULL)) { phase 1861 daemons/fenced/fenced_remote.c } else if (op->phase == st_phase_on) { phase 2015 daemons/fenced/fenced_remote.c enum st_remap_phase phase, device_properties_t *props) phase 2017 daemons/fenced/fenced_remote.c props->custom_action_timeout[phase] = 0; phase 2019 daemons/fenced/fenced_remote.c &props->custom_action_timeout[phase]); phase 2020 daemons/fenced/fenced_remote.c if (props->custom_action_timeout[phase]) { phase 2022 daemons/fenced/fenced_remote.c peer, device, action, props->custom_action_timeout[phase]); phase 2025 daemons/fenced/fenced_remote.c props->delay_max[phase] = 0; phase 2026 daemons/fenced/fenced_remote.c crm_element_value_int(xml, F_STONITH_DELAY_MAX, &props->delay_max[phase]); phase 2027 daemons/fenced/fenced_remote.c if (props->delay_max[phase]) { phase 2029 daemons/fenced/fenced_remote.c peer, device, props->delay_max[phase], action); phase 2032 daemons/fenced/fenced_remote.c props->delay_base[phase] = 0; phase 2033 daemons/fenced/fenced_remote.c crm_element_value_int(xml, F_STONITH_DELAY_BASE, &props->delay_base[phase]); phase 2034 daemons/fenced/fenced_remote.c if (props->delay_base[phase]) { phase 2036 daemons/fenced/fenced_remote.c peer, device, props->delay_base[phase], action); phase 2055 daemons/fenced/fenced_remote.c props->disallowed[phase] = TRUE; phase 2354 daemons/fenced/fenced_remote.c if ((op->phase == 2) && !pcmk__result_ok(&op->result)) { phase 140 daemons/fenced/pacemaker-fenced.h enum st_remap_phase phase; phase 331 daemons/pacemakerd/pcmkd_subdaemons.c static int phase = PCMK__NELEM(pcmk_children) - 1; phase 334 daemons/pacemakerd/pcmkd_subdaemons.c if (phase == PCMK__NELEM(pcmk_children) - 1) { phase 339 daemons/pacemakerd/pcmkd_subdaemons.c for (; phase >= 0; phase--) { phase 340 daemons/pacemakerd/pcmkd_subdaemons.c pcmk_child_t *child = &(pcmk_children[phase]); phase 361 daemons/pacemakerd/pcmkd_subdaemons.c if (phase < PCMK_CHILD_CONTROLD) { phase 201 include/crm/cluster.h crm_join_phase_str(enum crm_join_phase phase) phase 203 include/crm/cluster.h switch (phase) {