actions_before    428 include/crm/pengine/pe_types.h     GListPtr actions_before;    /* pe_action_wrapper_t* */
actions_before   2743 lib/pacemaker/pcmk_sched_allocate.c         for (actions = start->actions_before; actions != NULL; actions = actions->next) {
actions_before   2752 lib/pacemaker/pcmk_sched_allocate.c                 for (clone_actions = first->actions_before; clone_actions != NULL; clone_actions = clone_actions->next) {
actions_before   2857 lib/pacemaker/pcmk_sched_allocate.c         for (GList *input_iter = action->actions_before;
actions_before    557 lib/pacemaker/pcmk_sched_graph.c     for (lpc = then->actions_before; lpc != NULL; lpc = lpc->next) {
actions_before    984 lib/pacemaker/pcmk_sched_graph.c         for (iter = action->actions_before; iter != NULL; iter = iter->next) {
actions_before   1693 lib/pacemaker/pcmk_sched_graph.c     for (GList *iter = input->action->actions_before;
actions_before   1758 lib/pacemaker/pcmk_sched_graph.c     action->actions_before = g_list_sort(action->actions_before,
actions_before   1760 lib/pacemaker/pcmk_sched_graph.c     for (item = action->actions_before; item != NULL; item = next) {
actions_before   1779 lib/pacemaker/pcmk_sched_graph.c             action->actions_before = g_list_delete_link(action->actions_before,
actions_before   1848 lib/pacemaker/pcmk_sched_graph.c     for (lpc = action->actions_before; lpc != NULL; lpc = lpc->next) {
actions_before    426 lib/pacemaker/pcmk_sched_utils.c         gIter = action->actions_before;
actions_before    446 lib/pacemaker/pcmk_sched_utils.c                   g_list_length(action->actions_before), g_list_length(action->actions_after));
actions_before   1424 lib/pengine/utils.c     g_list_free_full(action->actions_before, free);     /* pe_action_wrapper_t* */
actions_before   1922 lib/pengine/utils.c     list = rh_action->actions_before;
actions_before   1924 lib/pengine/utils.c     rh_action->actions_before = list;
actions_before    660 tools/crm_simulate.c         for (gIter2 = action->actions_before; gIter2 != NULL; gIter2 = gIter2->next) {