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              1552 lib/pacemaker/pcmk_sched_actions.c     GList *ops = NULL;
ops              1556 lib/pacemaker/pcmk_sched_actions.c         ops = g_list_prepend(ops, rsc_op);
ops              1558 lib/pacemaker/pcmk_sched_actions.c     ops = g_list_sort(ops, sort_op_by_callid);
ops              1559 lib/pacemaker/pcmk_sched_actions.c     calculate_active_ops(ops, start_index, stop_index);
ops              1560 lib/pacemaker/pcmk_sched_actions.c     return ops;
ops               498 lib/pengine/complex.c     xmlNode *ops = NULL;
ops               548 lib/pengine/complex.c     ops = find_xml_node((*rsc)->xml, "operations", FALSE);
ops               549 lib/pengine/complex.c     (*rsc)->ops_xml = expand_idref(ops, data_set->input);
ops                94 tools/crm_resource_print.c     GList *ops = find_operations(rsc_id, host_uname, active, data_set);
ops                96 tools/crm_resource_print.c     if (!ops) {
ops               103 tools/crm_resource_print.c     for (GList *lpc = ops; lpc != NULL; lpc = lpc->next) {