recurring_ops 384 daemons/execd/execd_commands.c rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd); recurring_ops 454 daemons/execd/execd_commands.c dup = find_duplicate_action(rsc->recurring_ops, cmd); recurring_ops 744 daemons/execd/execd_commands.c rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd); recurring_ops 1115 daemons/execd/execd_commands.c for (GList *op = rsc->recurring_ops; op != NULL; op = op->next) { recurring_ops 1402 daemons/execd/execd_commands.c rsc->recurring_ops = g_list_append(rsc->recurring_ops, cmd); recurring_ops 1438 daemons/execd/execd_commands.c gIter = rsc->recurring_ops; recurring_ops 1465 daemons/execd/execd_commands.c g_list_free(rsc->recurring_ops); recurring_ops 1664 daemons/execd/execd_commands.c for (gIter = rsc->recurring_ops; gIter != NULL; gIter = gIter->next) { recurring_ops 1700 daemons/execd/execd_commands.c if (rsc->recurring_ops) { recurring_ops 1701 daemons/execd/execd_commands.c cmd_list = g_list_concat(cmd_list, g_list_copy(rsc->recurring_ops)); recurring_ops 1750 daemons/execd/execd_commands.c for (GList *item = rsc->recurring_ops; item != NULL; item = item->next) { recurring_ops 43 daemons/execd/pacemaker-execd.h GList *recurring_ops;