recurring_ops 388 daemons/execd/execd_commands.c rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd); recurring_ops 458 daemons/execd/execd_commands.c dup = find_duplicate_action(rsc->recurring_ops, cmd); recurring_ops 752 daemons/execd/execd_commands.c rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd); recurring_ops 1123 daemons/execd/execd_commands.c for (GList *op = rsc->recurring_ops; op != NULL; op = op->next) { recurring_ops 1410 daemons/execd/execd_commands.c rsc->recurring_ops = g_list_append(rsc->recurring_ops, cmd); recurring_ops 1446 daemons/execd/execd_commands.c gIter = rsc->recurring_ops; recurring_ops 1473 daemons/execd/execd_commands.c g_list_free(rsc->recurring_ops); recurring_ops 1685 daemons/execd/execd_commands.c for (gIter = rsc->recurring_ops; gIter != NULL; gIter = gIter->next) { recurring_ops 1721 daemons/execd/execd_commands.c if (rsc->recurring_ops) { recurring_ops 1722 daemons/execd/execd_commands.c cmd_list = g_list_concat(cmd_list, g_list_copy(rsc->recurring_ops)); recurring_ops 1772 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;