actions_before    446 include/crm/pengine/pe_types.h     GList *actions_before;    /* pe_action_wrapper_t* */
actions_before   2755 lib/pacemaker/pcmk_sched_allocate.c         for (actions = start->actions_before; actions != NULL; actions = actions->next) {
actions_before   2764 lib/pacemaker/pcmk_sched_allocate.c                 for (clone_actions = first->actions_before; clone_actions != NULL; clone_actions = clone_actions->next) {
actions_before   2871 lib/pacemaker/pcmk_sched_allocate.c         for (GList *input_iter = action->actions_before;
actions_before    558 lib/pacemaker/pcmk_sched_graph.c     for (lpc = then->actions_before; lpc != NULL; lpc = lpc->next) {
actions_before   1008 lib/pacemaker/pcmk_sched_graph.c         for (iter = action->actions_before; iter != NULL; iter = iter->next) {
actions_before   1737 lib/pacemaker/pcmk_sched_graph.c     for (GList *iter = input->action->actions_before;
actions_before   1802 lib/pacemaker/pcmk_sched_graph.c     action->actions_before = g_list_sort(action->actions_before,
actions_before   1804 lib/pacemaker/pcmk_sched_graph.c     for (item = action->actions_before; item != NULL; item = next) {
actions_before   1823 lib/pacemaker/pcmk_sched_graph.c             action->actions_before = g_list_delete_link(action->actions_before,
actions_before   1892 lib/pacemaker/pcmk_sched_graph.c     for (lpc = action->actions_before; lpc != NULL; lpc = lpc->next) {
actions_before    430 lib/pacemaker/pcmk_sched_utils.c         gIter = action->actions_before;
actions_before    450 lib/pacemaker/pcmk_sched_utils.c                   g_list_length(action->actions_before), g_list_length(action->actions_after));
actions_before   1343 lib/pengine/utils.c     g_list_free_full(action->actions_before, free);     /* pe_action_wrapper_t* */
actions_before   1841 lib/pengine/utils.c     list = rh_action->actions_before;
actions_before   1843 lib/pengine/utils.c     rh_action->actions_before = list;
actions_before    566 tools/crm_simulate.c         for (gIter2 = action->actions_before; gIter2 != NULL; gIter2 = gIter2->next) {