ops_xml           261 include/crm/pengine/status.h     xmlNode *ops_xml;
ops_xml           513 lib/pengine/complex.c     (*rsc)->ops_xml = expand_idref(ops, data_set->input);
ops_xml           649 lib/pengine/utils.c         for (operation = __xml_first_child(action->rsc->ops_xml);
ops_xml           688 lib/pengine/utils.c     for (operation = __xml_first_child(rsc->ops_xml); operation != NULL;
ops_xml           851 lib/pengine/utils.c     for (child = first_named_child(rsc->ops_xml, XML_ATTR_OP);
ops_xml          1181 lib/pengine/utils.c     for (operation = __xml_first_child(rsc->ops_xml); operation != NULL;
ops_xml           596 pengine/native.c     for (operation = __xml_first_child(rsc->ops_xml); operation != NULL;
ops_xml           830 pengine/native.c         for (operation = __xml_first_child(rsc->ops_xml); operation != NULL;
ops_xml          1054 pengine/native.c         for (operation = __xml_first_child(rsc->ops_xml); operation != NULL;
ops_xml            77 tools/crm_resource_print.c         for (op = __xml_first_child(rsc->ops_xml); op != NULL; op = __xml_next(op)) {