destination 2186 pengine/native.c LogAction(const char *change, resource_t *rsc, pe_node_t *origin, pe_node_t *destination, pe_action_t *action, pe_action_t *source, gboolean terminal) destination 2196 pengine/native.c CRM_ASSERT(destination != NULL || origin != NULL); destination 2211 pengine/native.c if(origin != NULL && destination != NULL && origin->details == destination->details) { destination 2221 pengine/native.c details = crm_strdup_printf("%s -> %s %s", role2text(rsc->role), role2text(rsc->next_role), destination->details->uname); destination 2223 pengine/native.c } else if(need_role && destination == NULL) { destination 2227 pengine/native.c } else if(origin == NULL || destination == NULL) { destination 2229 pengine/native.c details = crm_strdup_printf("%s", origin?origin->details->uname:destination->details->uname); destination 2241 pengine/native.c details = crm_strdup_printf("%s -> %s %s", origin->details->uname, destination->details->uname, role2text(rsc->role)); destination 2245 pengine/native.c details = crm_strdup_printf("%s -> %s", origin->details->uname, destination->details->uname); destination 2253 pengine/native.c details = crm_strdup_printf("%s %s -> %s %s", role2text(rsc->role), origin->details->uname, role2text(rsc->next_role), destination->details->uname);