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 1719 lib/pacemaker/pcmk_sched_actions.c GList *ops = NULL; ops 1725 lib/pacemaker/pcmk_sched_actions.c ops = g_list_prepend(ops, rsc_op); ops 1727 lib/pacemaker/pcmk_sched_actions.c ops = g_list_sort(ops, sort_op_by_callid); ops 1728 lib/pacemaker/pcmk_sched_actions.c calculate_active_ops(ops, start_index, stop_index); ops 1729 lib/pacemaker/pcmk_sched_actions.c return ops; ops 695 lib/pengine/complex.c xmlNode *ops = NULL; ops 750 lib/pengine/complex.c ops = pcmk__xe_first_child((*rsc)->xml, PCMK_XE_OPERATIONS, NULL, NULL); ops 751 lib/pengine/complex.c (*rsc)->ops_xml = expand_idref(ops, scheduler->input); ops 101 tools/crm_resource_print.c GList *ops = find_operations(rsc_id, host_uname, active, scheduler); ops 103 tools/crm_resource_print.c if (!ops) { ops 110 tools/crm_resource_print.c for (GList *lpc = ops; lpc != NULL; lpc = lpc->next) {