ops 180 daemons/fenced/fenced_history.c remote_fencing_op_t *ops[num_ops]; ops 192 daemons/fenced/fenced_history.c ops[i++] = op; ops 197 daemons/fenced/fenced_history.c qsort(ops, num_ops, sizeof(remote_fencing_op_t *), op_time_sort); ops 203 daemons/fenced/fenced_history.c if ((ops[i]->state == st_failed) || (ops[i]->state == st_done)) { ops 204 daemons/fenced/fenced_history.c g_hash_table_remove(stonith_remote_op_list, ops[i]->id); ops 1713 lib/pacemaker/pcmk_sched_actions.c GList *ops = NULL; ops 1717 lib/pacemaker/pcmk_sched_actions.c ops = g_list_prepend(ops, rsc_op); ops 1719 lib/pacemaker/pcmk_sched_actions.c ops = g_list_sort(ops, sort_op_by_callid); ops 1720 lib/pacemaker/pcmk_sched_actions.c calculate_active_ops(ops, start_index, stop_index); ops 1721 lib/pacemaker/pcmk_sched_actions.c return ops; ops 607 lib/pengine/complex.c xmlNode *ops = NULL; ops 663 lib/pengine/complex.c ops = find_xml_node((*rsc)->xml, "operations", FALSE); ops 664 lib/pengine/complex.c (*rsc)->ops_xml = expand_idref(ops, scheduler->input); ops 98 tools/crm_resource_print.c GList *ops = find_operations(rsc_id, host_uname, active, scheduler); ops 100 tools/crm_resource_print.c if (!ops) { ops 107 tools/crm_resource_print.c for (GList *lpc = ops; lpc != NULL; lpc = lpc->next) {