after            2484 lib/pacemaker/pcmk_sched_allocate.c                                          pe_action_t * after,
after            2497 lib/pacemaker/pcmk_sched_allocate.c     if (after == NULL
after            2499 lib/pacemaker/pcmk_sched_allocate.c         || pcmk_is_set(after->flags, pe_action_tracking)) {
after            2507 lib/pacemaker/pcmk_sched_allocate.c     pe__set_action_flags(after, pe_action_tracking);
after            2512 lib/pacemaker/pcmk_sched_allocate.c               after->uuid,
after            2513 lib/pacemaker/pcmk_sched_allocate.c               after->node ? after->node->details->uname : "");
after            2515 lib/pacemaker/pcmk_sched_allocate.c     if (after->rsc
after            2520 lib/pacemaker/pcmk_sched_allocate.c         && after->rsc->variant == pe_native
after            2521 lib/pacemaker/pcmk_sched_allocate.c         && probe->rsc != after->rsc) {
after            2526 lib/pacemaker/pcmk_sched_allocate.c             if (pcmk__str_eq(after->task, RSC_START, pcmk__str_casei)) {
after            2527 lib/pacemaker/pcmk_sched_allocate.c                 then_actions = pe__resource_actions(after->rsc, NULL, RSC_STOP, FALSE);
after            2529 lib/pacemaker/pcmk_sched_allocate.c             } else if (pcmk__str_eq(after->task, RSC_PROMOTE, pcmk__str_casei)) {
after            2530 lib/pacemaker/pcmk_sched_allocate.c                 then_actions = pe__resource_actions(after->rsc, NULL, RSC_DEMOTE, FALSE);
after            2546 lib/pacemaker/pcmk_sched_allocate.c     if (after->rsc
after            2547 lib/pacemaker/pcmk_sched_allocate.c         && after->rsc->variant > pe_group) {
after            2548 lib/pacemaker/pcmk_sched_allocate.c         const char *interleave_s = g_hash_table_lookup(after->rsc->meta,
after            2558 lib/pacemaker/pcmk_sched_allocate.c                                                    after->rsc,
after            2564 lib/pacemaker/pcmk_sched_allocate.c     for (gIter = after->actions_after; gIter != NULL; gIter = gIter->next) {
after            2583 lib/pacemaker/pcmk_sched_allocate.c             if (after->rsc == NULL
after            2584 lib/pacemaker/pcmk_sched_allocate.c                 || after->rsc->variant < pe_group
after            2585 lib/pacemaker/pcmk_sched_allocate.c                 || probe->rsc->parent == after->rsc
after            2588 lib/pacemaker/pcmk_sched_allocate.c                 || after->rsc != after_wrapper->action->rsc->parent) {
after            2595 lib/pacemaker/pcmk_sched_allocate.c             if (after->rsc->variant > pe_group
after            2604 lib/pacemaker/pcmk_sched_allocate.c                   after->uuid,
after            2605 lib/pacemaker/pcmk_sched_allocate.c                   after->node ? after->node->details->uname: "",
after            1905 lib/pengine/utils.c         pe_action_wrapper_t *after = (pe_action_wrapper_t *) gIter->data;
after            1907 lib/pengine/utils.c         if (after->action == rh_action && (after->type & order)) {
after             991 tools/crm_resource.c     GListPtr after = NULL;
after            1037 tools/crm_resource.c         after = build_constraint_list(data_set->input);
after            1038 tools/crm_resource.c         remaining = pcmk__subtract_lists(before, after, (GCompareFunc) strcmp);
after            1045 tools/crm_resource.c         g_list_free(after);