then_actions     1224 lib/pacemaker/pcmk_sched_ordering.c     GList *then_actions = NULL;
then_actions     1234 lib/pacemaker/pcmk_sched_ordering.c         then_actions = g_list_prepend(NULL, order->rh_action);
then_actions     1237 lib/pacemaker/pcmk_sched_ordering.c         then_actions = find_actions_by_task(rsc, order->rh_action_task);
then_actions     1240 lib/pacemaker/pcmk_sched_ordering.c     if (then_actions == NULL) {
then_actions     1259 lib/pacemaker/pcmk_sched_ordering.c         g_list_free(then_actions);
then_actions     1263 lib/pacemaker/pcmk_sched_ordering.c     for (GList *iter = then_actions; iter != NULL; iter = iter->next) {
then_actions     1276 lib/pacemaker/pcmk_sched_ordering.c     g_list_free(then_actions);
then_actions      343 lib/pacemaker/pcmk_sched_probes.c         GList *then_actions = NULL;
then_actions      411 lib/pacemaker/pcmk_sched_probes.c             then_actions = g_list_prepend(NULL, order->rh_action);
then_actions      414 lib/pacemaker/pcmk_sched_probes.c             then_actions = find_actions(order->rh_rsc->actions,
then_actions      416 lib/pacemaker/pcmk_sched_probes.c             if (then_actions == NULL) { // There aren't any
then_actions      433 lib/pacemaker/pcmk_sched_probes.c             for (GList *then_iter = then_actions; then_iter != NULL;
then_actions      444 lib/pacemaker/pcmk_sched_probes.c         g_list_free(then_actions);
then_actions      493 lib/pacemaker/pcmk_sched_probes.c             GList *then_actions = NULL;
then_actions      496 lib/pacemaker/pcmk_sched_probes.c                 then_actions = pe__resource_actions(after->rsc, NULL, RSC_STOP,
then_actions      500 lib/pacemaker/pcmk_sched_probes.c                 then_actions = pe__resource_actions(after->rsc, NULL,
then_actions      504 lib/pacemaker/pcmk_sched_probes.c             for (iter = then_actions; iter != NULL; iter = iter->next) {
then_actions      512 lib/pacemaker/pcmk_sched_probes.c             g_list_free(then_actions);