lh_actions       1415 lib/pacemaker/pcmk_sched_ordering.c     GList *lh_actions = NULL;
lh_actions       1424 lib/pacemaker/pcmk_sched_ordering.c         lh_actions = g_list_prepend(NULL, lh_action);
lh_actions       1427 lib/pacemaker/pcmk_sched_ordering.c         lh_actions = find_actions_by_task(lh_rsc, order->lh_action_task);
lh_actions       1430 lib/pacemaker/pcmk_sched_ordering.c     if ((lh_actions == NULL) && (lh_rsc == rh_rsc)) {
lh_actions       1435 lib/pacemaker/pcmk_sched_ordering.c     } else if (lh_actions == NULL) {
lh_actions       1462 lib/pacemaker/pcmk_sched_ordering.c             lh_actions = g_list_prepend(NULL, lh_action);
lh_actions       1476 lib/pacemaker/pcmk_sched_ordering.c     for (GList *gIter = lh_actions; gIter != NULL; gIter = gIter->next) {
lh_actions       1487 lib/pacemaker/pcmk_sched_ordering.c     g_list_free(lh_actions);