ops               176 daemons/fenced/fenced_history.c         remote_fencing_op_t *ops[num_ops];
ops               188 daemons/fenced/fenced_history.c             ops[i++] = op;
ops               193 daemons/fenced/fenced_history.c         qsort(ops, num_ops, sizeof(remote_fencing_op_t *), op_time_sort);
ops               199 daemons/fenced/fenced_history.c             if ((ops[i]->state == st_failed) || (ops[i]->state == st_done)) {
ops               200 daemons/fenced/fenced_history.c                 g_hash_table_remove(stonith_remote_op_list, ops[i]->id);
ops               401 lib/pengine/complex.c     xmlNode *ops = NULL;
ops               451 lib/pengine/complex.c     ops = find_xml_node((*rsc)->xml, "operations", FALSE);
ops               452 lib/pengine/complex.c     (*rsc)->ops_xml = expand_idref(ops, data_set->input);
ops               138 tools/crm_resource_print.c     GListPtr ops = find_operations(rsc_id, host_uname, active, data_set);
ops               141 tools/crm_resource_print.c     for (lpc = ops; lpc != NULL; lpc = lpc->next) {