then_actions       75 lib/pacemaker/pcmk_sched_probes.c         GList *then_actions = NULL;
then_actions      143 lib/pacemaker/pcmk_sched_probes.c             then_actions = g_list_prepend(NULL, order->rh_action);
then_actions      146 lib/pacemaker/pcmk_sched_probes.c             then_actions = find_actions(order->rh_rsc->actions,
then_actions      148 lib/pacemaker/pcmk_sched_probes.c             if (then_actions == NULL) { // There aren't any
then_actions      165 lib/pacemaker/pcmk_sched_probes.c             for (GList *then_iter = then_actions; then_iter != NULL;
then_actions      176 lib/pacemaker/pcmk_sched_probes.c         g_list_free(then_actions);
then_actions      227 lib/pacemaker/pcmk_sched_probes.c             GList *then_actions = NULL;
then_actions      230 lib/pacemaker/pcmk_sched_probes.c                 then_actions = pe__resource_actions(after->rsc, NULL, RSC_STOP,
then_actions      234 lib/pacemaker/pcmk_sched_probes.c                 then_actions = pe__resource_actions(after->rsc, NULL,
then_actions      238 lib/pacemaker/pcmk_sched_probes.c             for (iter = then_actions; iter != NULL; iter = iter->next) {
then_actions      246 lib/pacemaker/pcmk_sched_probes.c             g_list_free(then_actions);