ops_xml           333 include/crm/pengine/pe_types.h     xmlNode *ops_xml;
ops_xml            62 lib/pacemaker/pcmk_sched_recurring.c     for (xmlNode *op = first_named_child(rsc->ops_xml, "op");
ops_xml           584 lib/pacemaker/pcmk_sched_recurring.c     for (xmlNode *op = first_named_child(rsc->ops_xml, "op");
ops_xml           623 lib/pengine/complex.c     (*rsc)->ops_xml = expand_idref(ops, data_set->input);
ops_xml            89 lib/pengine/pe_actions.c     for (operation = pcmk__xe_first_child(rsc->ops_xml); operation != NULL;
ops_xml           454 lib/pengine/pe_actions.c         for (operation = pcmk__xe_first_child(action->rsc->ops_xml);
ops_xml           591 lib/pengine/pe_actions.c     for (operation = pcmk__xe_first_child(rsc->ops_xml);
ops_xml          1231 lib/pengine/pe_actions.c     for (child = first_named_child(rsc->ops_xml, XML_ATTR_OP);