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 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 285 daemons/fenced/fenced_remote.c return ((op->phase > st_phase_requested)? "reboot" : op->action); phase 299 daemons/fenced/fenced_remote.c op->phase = st_phase_off; phase 321 daemons/fenced/fenced_remote.c op->phase = st_phase_on; phase 351 daemons/fenced/fenced_remote.c if (op->phase > 0) { phase 354 daemons/fenced/fenced_remote.c op->phase = st_phase_requested; phase 681 daemons/fenced/fenced_remote.c if (op->phase == st_phase_on) { phase 1407 daemons/fenced/fenced_remote.c if (op->phase != st_phase_on) { phase 1418 daemons/fenced/fenced_remote.c } while ((op->phase != st_phase_on) phase 1442 daemons/fenced/fenced_remote.c return (props->custom_action_timeout[op->phase]? phase 1443 daemons/fenced/fenced_remote.c props->custom_action_timeout[op->phase] : op->base_timeout) phase 1444 daemons/fenced/fenced_remote.c + props->delay_max[op->phase]; phase 1468 daemons/fenced/fenced_remote.c if (!props->executed[timeout->op->phase] phase 1469 daemons/fenced/fenced_remote.c && !props->disallowed[timeout->op->phase]) { phase 1605 daemons/fenced/fenced_remote.c if ((op->phase == st_phase_requested) && pcmk__str_eq(op->action, "on", pcmk__str_casei)) { phase 1617 daemons/fenced/fenced_remote.c if ((op->devices == NULL) && (op->phase == st_phase_off)) { phase 1783 daemons/fenced/fenced_remote.c } else if (op->phase == st_phase_on) { phase 1934 daemons/fenced/fenced_remote.c enum st_remap_phase phase, device_properties_t *props) phase 1936 daemons/fenced/fenced_remote.c props->custom_action_timeout[phase] = 0; phase 1938 daemons/fenced/fenced_remote.c &props->custom_action_timeout[phase]); phase 1939 daemons/fenced/fenced_remote.c if (props->custom_action_timeout[phase]) { phase 1941 daemons/fenced/fenced_remote.c peer, device, action, props->custom_action_timeout[phase]); phase 1944 daemons/fenced/fenced_remote.c props->delay_max[phase] = 0; phase 1945 daemons/fenced/fenced_remote.c crm_element_value_int(xml, F_STONITH_DELAY_MAX, &props->delay_max[phase]); phase 1946 daemons/fenced/fenced_remote.c if (props->delay_max[phase]) { phase 1948 daemons/fenced/fenced_remote.c peer, device, props->delay_max[phase], action); phase 1951 daemons/fenced/fenced_remote.c props->delay_base[phase] = 0; phase 1952 daemons/fenced/fenced_remote.c crm_element_value_int(xml, F_STONITH_DELAY_BASE, &props->delay_base[phase]); phase 1953 daemons/fenced/fenced_remote.c if (props->delay_base[phase]) { phase 1955 daemons/fenced/fenced_remote.c peer, device, props->delay_base[phase], action); phase 1974 daemons/fenced/fenced_remote.c props->disallowed[phase] = TRUE; phase 2267 daemons/fenced/fenced_remote.c if ((op->phase == 2) && !pcmk__result_ok(&op->result)) { phase 138 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) {