migrate_to       1103 lib/pacemaker/pcmk_sched_native.c     pe_action_t *migrate_to = NULL;
migrate_to       1115 lib/pacemaker/pcmk_sched_native.c         migrate_to = custom_action(rsc, pcmk__op_key(rsc->id, RSC_MIGRATE, 0),
migrate_to       1122 lib/pacemaker/pcmk_sched_native.c     if ((migrate_to && migrate_from) || (migrate_from && partial)) {
migrate_to       1141 lib/pacemaker/pcmk_sched_native.c             pe__set_action_flags(migrate_to, pe_action_migrate_runnable);
migrate_to       1142 lib/pacemaker/pcmk_sched_native.c             migrate_to->needs = start->needs;
migrate_to       1164 lib/pacemaker/pcmk_sched_native.c     if (migrate_to) {
migrate_to       1165 lib/pacemaker/pcmk_sched_native.c         add_hash_param(migrate_to->meta, XML_LRM_ATTR_MIGRATE_SOURCE, current->details->uname);
migrate_to       1166 lib/pacemaker/pcmk_sched_native.c         add_hash_param(migrate_to->meta, XML_LRM_ATTR_MIGRATE_TARGET, chosen->details->uname);
migrate_to       1178 lib/pacemaker/pcmk_sched_native.c             add_hash_param(migrate_to->meta, XML_OP_ATTR_PENDING, "true");