after            2466 lib/pacemaker/pcmk_sched_allocate.c                                          pe_action_t * after,
after            2479 lib/pacemaker/pcmk_sched_allocate.c     if (after == NULL
after            2481 lib/pacemaker/pcmk_sched_allocate.c         || pcmk_is_set(after->flags, pe_action_tracking)) {
after            2489 lib/pacemaker/pcmk_sched_allocate.c     pe__set_action_flags(after, pe_action_tracking);
after            2494 lib/pacemaker/pcmk_sched_allocate.c               after->uuid,
after            2495 lib/pacemaker/pcmk_sched_allocate.c               after->node ? after->node->details->uname : "");
after            2497 lib/pacemaker/pcmk_sched_allocate.c     if (after->rsc
after            2502 lib/pacemaker/pcmk_sched_allocate.c         && after->rsc->variant == pe_native
after            2503 lib/pacemaker/pcmk_sched_allocate.c         && probe->rsc != after->rsc) {
after            2508 lib/pacemaker/pcmk_sched_allocate.c             if (pcmk__str_eq(after->task, RSC_START, pcmk__str_casei)) {
after            2509 lib/pacemaker/pcmk_sched_allocate.c                 then_actions = pe__resource_actions(after->rsc, NULL, RSC_STOP, FALSE);
after            2511 lib/pacemaker/pcmk_sched_allocate.c             } else if (pcmk__str_eq(after->task, RSC_PROMOTE, pcmk__str_casei)) {
after            2512 lib/pacemaker/pcmk_sched_allocate.c                 then_actions = pe__resource_actions(after->rsc, NULL, RSC_DEMOTE, FALSE);
after            2528 lib/pacemaker/pcmk_sched_allocate.c     if (after->rsc
after            2529 lib/pacemaker/pcmk_sched_allocate.c         && after->rsc->variant > pe_group) {
after            2530 lib/pacemaker/pcmk_sched_allocate.c         const char *interleave_s = g_hash_table_lookup(after->rsc->meta,
after            2540 lib/pacemaker/pcmk_sched_allocate.c                                                    after->rsc,
after            2546 lib/pacemaker/pcmk_sched_allocate.c     for (gIter = after->actions_after; gIter != NULL; gIter = gIter->next) {
after            2565 lib/pacemaker/pcmk_sched_allocate.c             if (after->rsc == NULL
after            2566 lib/pacemaker/pcmk_sched_allocate.c                 || after->rsc->variant < pe_group
after            2567 lib/pacemaker/pcmk_sched_allocate.c                 || probe->rsc->parent == after->rsc
after            2570 lib/pacemaker/pcmk_sched_allocate.c                 || after->rsc != after_wrapper->action->rsc->parent) {
after            2577 lib/pacemaker/pcmk_sched_allocate.c             if (after->rsc->variant > pe_group
after            2586 lib/pacemaker/pcmk_sched_allocate.c                   after->uuid,
after            2587 lib/pacemaker/pcmk_sched_allocate.c                   after->node ? after->node->details->uname: "",
after            1830 lib/pengine/utils.c         pe_action_wrapper_t *after = (pe_action_wrapper_t *) gIter->data;
after            1832 lib/pengine/utils.c         if (after->action == rh_action && (after->type & order)) {
after            1044 tools/crm_resource.c     GList *after = NULL;
after            1092 tools/crm_resource.c         after = build_constraint_list(data_set->input);
after            1093 tools/crm_resource.c         remaining = pcmk__subtract_lists(before, after, (GCompareFunc) strcmp);
after            1100 tools/crm_resource.c         g_list_free(after);