then_rsc         1192 pengine/constraints.c                       resource_t * then_rsc, int then_role,
then_rsc         1226 pengine/constraints.c             new_rsc_order(first_rsc, first_tasks[first_lpc], then_rsc, then_tasks[then_lpc],
then_rsc         1667 pengine/constraints.c                 resource_t *then_rsc = (resource_t *) gIter->data;
then_rsc         1668 pengine/constraints.c                 char *then_key = generate_op_key(then_rsc->id, action, 0);
then_rsc         1670 pengine/constraints.c                 custom_action_order(resource, strdup(key), NULL, then_rsc, then_key, NULL,
then_rsc         1895 pengine/native.c         resource_t *then_rsc = then->rsc;
then_rsc         1896 pengine/native.c         enum rsc_role_e then_rsc_role = then_rsc ? then_rsc->fns->state(then_rsc, TRUE) : 0;
then_rsc         1898 pengine/native.c         if (!then_rsc) {
then_rsc         1906 pengine/native.c                    && then_rsc->running_on
then_rsc         1907 pengine/native.c                    && g_list_length(then_rsc->running_on) == 1
then_rsc         1908 pengine/native.c                    && then->node->details == ((node_t *) then_rsc->running_on->data)->details) {