g_list_next       857 daemons/fenced/fenced_remote.c         if (g_list_next(op->devices_list) && pcmk__str_eq(op->action, "reboot", pcmk__str_casei)) {
g_list_next       504 lib/cib/cib_client.c     for (l = g_list_first(cib->notify_list); l; l = g_list_next(l)) {
g_list_next       127 lib/common/cib_secrets.c     for (l = g_list_first(secret_params); l; l = g_list_next(l)) {
g_list_next       238 lib/fencing/st_client.c             GList *next = g_list_next(list_item);
g_list_next       142 lib/lrmd/lrmd_alerts.c     for (GList *iter = g_list_first(alert_list); iter; iter = g_list_next(iter)) {