xml_native_rsc    100 lib/pengine/group.c     xmlNode *xml_native_rsc = NULL;
xml_native_rsc    126 lib/pengine/group.c     for (xml_native_rsc = pcmk__xe_first_child(xml_obj); xml_native_rsc != NULL;
xml_native_rsc    127 lib/pengine/group.c          xml_native_rsc = pcmk__xe_next(xml_native_rsc)) {
xml_native_rsc    129 lib/pengine/group.c         if (pcmk__str_eq((const char *)xml_native_rsc->name,
xml_native_rsc    133 lib/pengine/group.c             crm_xml_add(xml_native_rsc, XML_RSC_ATTR_INCARNATION, clone_id);
xml_native_rsc    134 lib/pengine/group.c             if (common_unpack(xml_native_rsc, &new_rsc, rsc, data_set) == FALSE) {