lh_actions 1421 lib/pacemaker/pcmk_sched_ordering.c GList *lh_actions = NULL; lh_actions 1430 lib/pacemaker/pcmk_sched_ordering.c lh_actions = g_list_prepend(NULL, lh_action); lh_actions 1433 lib/pacemaker/pcmk_sched_ordering.c lh_actions = find_actions_by_task(lh_rsc, order->lh_action_task); lh_actions 1436 lib/pacemaker/pcmk_sched_ordering.c if ((lh_actions == NULL) && (lh_rsc == rh_rsc)) { lh_actions 1441 lib/pacemaker/pcmk_sched_ordering.c } else if (lh_actions == NULL) { lh_actions 1468 lib/pacemaker/pcmk_sched_ordering.c lh_actions = g_list_prepend(NULL, lh_action); lh_actions 1482 lib/pacemaker/pcmk_sched_ordering.c for (GList *gIter = lh_actions; gIter != NULL; gIter = gIter->next) { lh_actions 1493 lib/pacemaker/pcmk_sched_ordering.c g_list_free(lh_actions);