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 751 daemons/controld/controld_join_dc.c int crmd_join_phase_count(enum crm_join_phase phase) phase 759 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 92 daemons/controld/controld_utils.h int crmd_join_phase_count(enum crm_join_phase phase); phase 136 daemons/fenced/fenced_remote.c if (!props->executed[data->op->phase] phase 183 daemons/fenced/fenced_remote.c return (props && !props->executed[op->phase] phase 184 daemons/fenced/fenced_remote.c && !props->disallowed[op->phase])? props : NULL; phase 210 daemons/fenced/fenced_remote.c props->executed[op->phase] = TRUE; phase 283 daemons/fenced/fenced_remote.c return ((op->phase > st_phase_requested)? "reboot" : op->action); phase 297 daemons/fenced/fenced_remote.c op->phase = st_phase_off; phase 319 daemons/fenced/fenced_remote.c op->phase = st_phase_on; phase 349 daemons/fenced/fenced_remote.c if (op->phase > 0) { phase 352 daemons/fenced/fenced_remote.c op->phase = st_phase_requested; phase 632 daemons/fenced/fenced_remote.c if (op->phase == st_phase_on) { phase 1299 daemons/fenced/fenced_remote.c if (op->phase != st_phase_on) { phase 1310 daemons/fenced/fenced_remote.c } while ((op->phase != st_phase_on) phase 1334 daemons/fenced/fenced_remote.c return (props->custom_action_timeout[op->phase]? phase 1335 daemons/fenced/fenced_remote.c props->custom_action_timeout[op->phase] : op->base_timeout) phase 1336 daemons/fenced/fenced_remote.c + props->delay_max[op->phase]; phase 1360 daemons/fenced/fenced_remote.c if (!props->executed[timeout->op->phase] phase 1361 daemons/fenced/fenced_remote.c && !props->disallowed[timeout->op->phase]) { phase 1498 daemons/fenced/fenced_remote.c if ((op->phase == st_phase_requested) && pcmk__str_eq(op->action, "on", pcmk__str_casei)) { phase 1510 daemons/fenced/fenced_remote.c if ((op->devices == NULL) && (op->phase == st_phase_off)) { phase 1659 daemons/fenced/fenced_remote.c } else if (op->phase == st_phase_on) { phase 1801 daemons/fenced/fenced_remote.c enum st_remap_phase phase, device_properties_t *props) phase 1803 daemons/fenced/fenced_remote.c props->custom_action_timeout[phase] = 0; phase 1805 daemons/fenced/fenced_remote.c &props->custom_action_timeout[phase]); phase 1806 daemons/fenced/fenced_remote.c if (props->custom_action_timeout[phase]) { phase 1808 daemons/fenced/fenced_remote.c peer, device, action, props->custom_action_timeout[phase]); phase 1811 daemons/fenced/fenced_remote.c props->delay_max[phase] = 0; phase 1812 daemons/fenced/fenced_remote.c crm_element_value_int(xml, F_STONITH_DELAY_MAX, &props->delay_max[phase]); phase 1813 daemons/fenced/fenced_remote.c if (props->delay_max[phase]) { phase 1815 daemons/fenced/fenced_remote.c peer, device, props->delay_max[phase], action); phase 1818 daemons/fenced/fenced_remote.c props->delay_base[phase] = 0; phase 1819 daemons/fenced/fenced_remote.c crm_element_value_int(xml, F_STONITH_DELAY_BASE, &props->delay_base[phase]); phase 1820 daemons/fenced/fenced_remote.c if (props->delay_base[phase]) { phase 1822 daemons/fenced/fenced_remote.c peer, device, props->delay_base[phase], action); phase 1841 daemons/fenced/fenced_remote.c props->disallowed[phase] = TRUE; phase 2135 daemons/fenced/fenced_remote.c if ((op->phase == 2) && (rc != pcmk_ok)) { phase 138 daemons/fenced/pacemaker-fenced.h enum st_remap_phase phase; phase 282 daemons/pacemakerd/pcmkd_subdaemons.c static int phase = PCMK__NELEM(pcmk_children) - 1; phase 285 daemons/pacemakerd/pcmkd_subdaemons.c if (phase == PCMK__NELEM(pcmk_children) - 1) { phase 290 daemons/pacemakerd/pcmkd_subdaemons.c for (; phase >= 0; phase--) { phase 291 daemons/pacemakerd/pcmkd_subdaemons.c pcmk_child_t *child = &(pcmk_children[phase]); phase 312 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) {