ops 210 daemons/fenced/fenced_history.c GList *ops = g_hash_table_get_values(stonith_remote_op_list); ops 215 daemons/fenced/fenced_history.c ops = g_list_sort(ops, cmp_op_by_completion); ops 218 daemons/fenced/fenced_history.c g_list_foreach(g_list_nth(ops, MAX_STONITH_HISTORY / 2), ops 222 daemons/fenced/fenced_history.c g_list_free(ops); ops 1729 lib/pacemaker/pcmk_sched_actions.c GList *ops = NULL; ops 1735 lib/pacemaker/pcmk_sched_actions.c ops = g_list_prepend(ops, rsc_op); ops 1737 lib/pacemaker/pcmk_sched_actions.c ops = g_list_sort(ops, sort_op_by_callid); ops 1738 lib/pacemaker/pcmk_sched_actions.c calculate_active_ops(ops, start_index, stop_index); ops 1739 lib/pacemaker/pcmk_sched_actions.c return ops; ops 704 lib/pengine/complex.c xmlNode *ops = NULL; ops 771 lib/pengine/complex.c ops = pcmk__xe_first_child(rsc_private->xml, PCMK_XE_OPERATIONS, NULL, ops 773 lib/pengine/complex.c rsc_private->ops_xml = pcmk__xe_resolve_idref(ops, scheduler->input); ops 92 tools/crm_resource_print.c GList *ops = find_operations(rsc_id, host_uname, active, scheduler); ops 94 tools/crm_resource_print.c if (!ops) { ops 101 tools/crm_resource_print.c for (GList *lpc = ops; lpc != NULL; lpc = lpc->next) {