after            2496 lib/pacemaker/pcmk_sched_allocate.c                                          pe_action_t * after,
after            2509 lib/pacemaker/pcmk_sched_allocate.c     if (after == NULL
after            2511 lib/pacemaker/pcmk_sched_allocate.c         || pcmk_is_set(after->flags, pe_action_tracking)) {
after            2519 lib/pacemaker/pcmk_sched_allocate.c     pe__set_action_flags(after, pe_action_tracking);
after            2524 lib/pacemaker/pcmk_sched_allocate.c               after->uuid,
after            2525 lib/pacemaker/pcmk_sched_allocate.c               after->node ? after->node->details->uname : "");
after            2527 lib/pacemaker/pcmk_sched_allocate.c     if (after->rsc
after            2532 lib/pacemaker/pcmk_sched_allocate.c         && after->rsc->variant == pe_native
after            2533 lib/pacemaker/pcmk_sched_allocate.c         && probe->rsc != after->rsc) {
after            2538 lib/pacemaker/pcmk_sched_allocate.c             if (pcmk__str_eq(after->task, RSC_START, pcmk__str_casei)) {
after            2539 lib/pacemaker/pcmk_sched_allocate.c                 then_actions = pe__resource_actions(after->rsc, NULL, RSC_STOP, FALSE);
after            2541 lib/pacemaker/pcmk_sched_allocate.c             } else if (pcmk__str_eq(after->task, RSC_PROMOTE, pcmk__str_casei)) {
after            2542 lib/pacemaker/pcmk_sched_allocate.c                 then_actions = pe__resource_actions(after->rsc, NULL, RSC_DEMOTE, FALSE);
after            2558 lib/pacemaker/pcmk_sched_allocate.c     if (after->rsc
after            2559 lib/pacemaker/pcmk_sched_allocate.c         && after->rsc->variant > pe_group) {
after            2560 lib/pacemaker/pcmk_sched_allocate.c         const char *interleave_s = g_hash_table_lookup(after->rsc->meta,
after            2570 lib/pacemaker/pcmk_sched_allocate.c                                                    after->rsc,
after            2576 lib/pacemaker/pcmk_sched_allocate.c     for (gIter = after->actions_after; gIter != NULL; gIter = gIter->next) {
after            2595 lib/pacemaker/pcmk_sched_allocate.c             if (after->rsc == NULL
after            2596 lib/pacemaker/pcmk_sched_allocate.c                 || after->rsc->variant < pe_group
after            2597 lib/pacemaker/pcmk_sched_allocate.c                 || probe->rsc->parent == after->rsc
after            2600 lib/pacemaker/pcmk_sched_allocate.c                 || after->rsc != after_wrapper->action->rsc->parent) {
after            2607 lib/pacemaker/pcmk_sched_allocate.c             if (after->rsc->variant > pe_group
after            2616 lib/pacemaker/pcmk_sched_allocate.c                   after->uuid,
after            2617 lib/pacemaker/pcmk_sched_allocate.c                   after->node ? after->node->details->uname: "",
after            1824 lib/pengine/utils.c         pe_action_wrapper_t *after = (pe_action_wrapper_t *) gIter->data;
after            1826 lib/pengine/utils.c         if (after->action == rh_action && (after->type & order)) {
after            1039 tools/crm_resource.c     GList *after = NULL;
after            1085 tools/crm_resource.c         after = build_constraint_list(data_set->input);
after            1086 tools/crm_resource.c         remaining = pcmk__subtract_lists(before, after, (GCompareFunc) strcmp);
after            1093 tools/crm_resource.c         g_list_free(after);