recurring_ops 352 daemons/execd/execd_commands.c rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd); recurring_ops 410 daemons/execd/execd_commands.c for (gIter = rsc->recurring_ops; gIter != NULL; gIter = gIter->next) { recurring_ops 694 daemons/execd/execd_commands.c rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd); recurring_ops 1178 daemons/execd/execd_commands.c if (rsc->recurring_ops) { recurring_ops 1179 daemons/execd/execd_commands.c cmd_list = g_list_concat(cmd_list, rsc->recurring_ops); recurring_ops 1184 daemons/execd/execd_commands.c rsc->pending_ops = rsc->recurring_ops = NULL; recurring_ops 1434 daemons/execd/execd_commands.c rsc->recurring_ops = g_list_append(rsc->recurring_ops, cmd); recurring_ops 1476 daemons/execd/execd_commands.c gIter = rsc->recurring_ops; recurring_ops 1503 daemons/execd/execd_commands.c g_list_free(rsc->recurring_ops); recurring_ops 1695 daemons/execd/execd_commands.c for (gIter = rsc->recurring_ops; gIter != NULL; gIter = gIter->next) { recurring_ops 1733 daemons/execd/execd_commands.c if (rsc->recurring_ops) { recurring_ops 1734 daemons/execd/execd_commands.c cmd_list = g_list_concat(cmd_list, g_list_copy(rsc->recurring_ops)); recurring_ops 1783 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;