destination 2397 lib/pacemaker/pcmk_sched_native.c LogAction(const char *change, pe_resource_t *rsc, pe_node_t *origin, pe_node_t *destination, pe_action_t *action, pe_action_t *source, gboolean terminal) destination 2410 lib/pacemaker/pcmk_sched_native.c CRM_ASSERT(destination != NULL || origin != NULL); destination 2425 lib/pacemaker/pcmk_sched_native.c if(origin != NULL && destination != NULL && origin->details == destination->details) { destination 2435 lib/pacemaker/pcmk_sched_native.c details = crm_strdup_printf("%s -> %s %s", role2text(rsc->role), role2text(rsc->next_role), destination->details->uname); destination 2439 lib/pacemaker/pcmk_sched_native.c details = crm_strdup_printf("%s", destination->details->uname); destination 2441 lib/pacemaker/pcmk_sched_native.c } else if (need_role && (destination == NULL)) { destination 2445 lib/pacemaker/pcmk_sched_native.c } else if (destination == NULL) { destination 2459 lib/pacemaker/pcmk_sched_native.c details = crm_strdup_printf("%s -> %s %s", origin->details->uname, destination->details->uname, role2text(rsc->role)); destination 2463 lib/pacemaker/pcmk_sched_native.c details = crm_strdup_printf("%s -> %s", origin->details->uname, destination->details->uname); destination 2471 lib/pacemaker/pcmk_sched_native.c details = crm_strdup_printf("%s %s -> %s %s", role2text(rsc->role), origin->details->uname, role2text(rsc->next_role), destination->details->uname);