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               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                90 tools/crm_resource_print.c     GList *ops = find_operations(rsc_id, host_uname, active, data_set);
ops                92 tools/crm_resource_print.c     if (!ops) {
ops                99 tools/crm_resource_print.c     for (GList *lpc = ops; lpc != NULL; lpc = lpc->next) {