after             617 lib/pacemaker/libpacemaker_private.h void pcmk__order_after_each(pcmk_action_t *after, GList *list);
after            1567 lib/pacemaker/pcmk_sched_instances.c             pcmk__related_action_t *after = after_iter->data;
after            1569 lib/pacemaker/pcmk_sched_instances.c             pcmk__update_action_for_orderings(after->action, scheduler);
after            1444 lib/pacemaker/pcmk_sched_ordering.c pcmk__order_after_each(pcmk_action_t *after, GList *list)
after            1446 lib/pacemaker/pcmk_sched_ordering.c     const char *after_desc = (after->task == NULL)? after->uuid : after->task;
after            1454 lib/pacemaker/pcmk_sched_ordering.c                   after_desc, pcmk__node_name(after->node));
after            1455 lib/pacemaker/pcmk_sched_ordering.c         order_actions(before, after, pcmk__ar_ordered);
after             485 lib/pacemaker/pcmk_sched_probes.c                               pcmk__related_action_t *after)
after             499 lib/pacemaker/pcmk_sched_probes.c     if ((after->action->rsc->priv->variant <= pcmk__rsc_variant_group)
after             502 lib/pacemaker/pcmk_sched_probes.c         || pcmk_is_set(after->flags, pcmk__ar_unrunnable_first_blocks)
after             503 lib/pacemaker/pcmk_sched_probes.c         || (pe__const_top_resource(probe->rsc, false) != after->action->rsc)
after             504 lib/pacemaker/pcmk_sched_probes.c         || !pcmk__str_eq(after->action->task, PCMK_ACTION_START,
after             512 lib/pacemaker/pcmk_sched_probes.c               after->action->uuid, pcmk__node_name(after->action->node));
after             514 lib/pacemaker/pcmk_sched_probes.c     for (GList *then_iter = after->action->actions_after; then_iter != NULL;
after             521 lib/pacemaker/pcmk_sched_probes.c                 != after->action->rsc)
after             555 lib/pacemaker/pcmk_sched_probes.c add_restart_orderings_for_probe(pcmk_action_t *probe, pcmk_action_t *after)
after             562 lib/pacemaker/pcmk_sched_probes.c     if ((after == NULL) || (probe == NULL) || !pcmk__is_primitive(probe->rsc)
after             568 lib/pacemaker/pcmk_sched_probes.c     if (pcmk_is_set(after->flags, pcmk__action_detect_loop)) {
after             571 lib/pacemaker/pcmk_sched_probes.c     pcmk__set_action_flags(after, pcmk__action_detect_loop);
after             575 lib/pacemaker/pcmk_sched_probes.c               after->uuid, pcmk__node_name(after->node));
after             580 lib/pacemaker/pcmk_sched_probes.c     if (pcmk__is_primitive(after->rsc) && (probe->rsc != after->rsc)) {
after             584 lib/pacemaker/pcmk_sched_probes.c             if (pcmk__str_eq(after->task, PCMK_ACTION_START, pcmk__str_none)) {
after             585 lib/pacemaker/pcmk_sched_probes.c                 then_actions = pe__resource_actions(after->rsc, NULL,
after             588 lib/pacemaker/pcmk_sched_probes.c             } else if (pcmk__str_eq(after->task, PCMK_ACTION_PROMOTE,
after             590 lib/pacemaker/pcmk_sched_probes.c                 then_actions = pe__resource_actions(after->rsc, NULL,
after             608 lib/pacemaker/pcmk_sched_probes.c     if ((after->rsc != NULL)
after             609 lib/pacemaker/pcmk_sched_probes.c         && (after->rsc->priv->variant > pcmk__rsc_variant_group)) {
after             611 lib/pacemaker/pcmk_sched_probes.c         interleave = crm_is_true(g_hash_table_lookup(after->rsc->priv->meta,
after             615 lib/pacemaker/pcmk_sched_probes.c                                                             after->rsc,
after             625 lib/pacemaker/pcmk_sched_probes.c     for (iter = after->actions_after; iter != NULL; iter = iter->next) {
after             646 lib/pacemaker/pcmk_sched_probes.c             if ((after->rsc == NULL)
after             647 lib/pacemaker/pcmk_sched_probes.c                 || (after->rsc->priv->variant < pcmk__rsc_variant_group)
after             648 lib/pacemaker/pcmk_sched_probes.c                 || (probe->rsc->priv->parent == after->rsc)
after             655 lib/pacemaker/pcmk_sched_probes.c                 || (after->rsc != chained_rsc->priv->parent)) {
after             662 lib/pacemaker/pcmk_sched_probes.c             if ((after->rsc->priv->variant > pcmk__rsc_variant_group)
after             672 lib/pacemaker/pcmk_sched_probes.c                   after->uuid, pcmk__node_name(after->node),
after             488 lib/pengine/utils.c         pcmk__related_action_t *after = gIter->data;
after             490 lib/pengine/utils.c         if ((after->action == then)
after             491 lib/pengine/utils.c             && pcmk_any_flags_set(after->flags, flags)) {
after             915 tools/crm_resource.c     GList *after = NULL;
after             964 tools/crm_resource.c         after = build_constraint_list(scheduler->input);
after             965 tools/crm_resource.c         remaining = pcmk__subtract_lists(before, after, (GCompareFunc) strcmp);
after             972 tools/crm_resource.c         g_list_free(after);