xml_native_rsc    102 lib/pengine/group.c     xmlNode *xml_native_rsc = NULL;
xml_native_rsc    128 lib/pengine/group.c     for (xml_native_rsc = pcmk__xe_first_child(xml_obj); xml_native_rsc != NULL;
xml_native_rsc    129 lib/pengine/group.c          xml_native_rsc = pcmk__xe_next(xml_native_rsc)) {
xml_native_rsc    131 lib/pengine/group.c         if (pcmk__str_eq((const char *)xml_native_rsc->name,
xml_native_rsc    135 lib/pengine/group.c             crm_xml_add(xml_native_rsc, XML_RSC_ATTR_INCARNATION, clone_id);
xml_native_rsc    136 lib/pengine/group.c             if (common_unpack(xml_native_rsc, &new_rsc, rsc, data_set) == FALSE) {