xml_sub           165 lib/pengine/remote.c     xmlNode *xml_sub;
xml_sub           176 lib/pengine/remote.c     xml_sub = create_xml_node(remote, XML_TAG_META_SETS);
xml_sub           177 lib/pengine/remote.c     crm_xml_set_id(xml_sub, "%s-%s", uname, XML_TAG_META_SETS);
xml_sub           178 lib/pengine/remote.c     crm_create_nvpair_xml(xml_sub, NULL,
xml_sub           181 lib/pengine/remote.c         crm_create_nvpair_xml(xml_sub, NULL,
xml_sub           185 lib/pengine/remote.c         crm_create_nvpair_xml(xml_sub, NULL,
xml_sub           189 lib/pengine/remote.c         crm_create_nvpair_xml(xml_sub, NULL, XML_RSC_ATTR_MANAGED, is_managed);
xml_sub           194 lib/pengine/remote.c         xml_sub = create_xml_node(remote, XML_TAG_ATTR_SETS);
xml_sub           195 lib/pengine/remote.c         crm_xml_set_id(xml_sub, "%s-%s", uname, XML_TAG_ATTR_SETS);
xml_sub           197 lib/pengine/remote.c             crm_create_nvpair_xml(xml_sub, NULL, "addr", server);
xml_sub           200 lib/pengine/remote.c             crm_create_nvpair_xml(xml_sub, NULL, "port", port);
xml_sub           206 lib/pengine/remote.c         xml_sub = create_xml_node(remote, "operations");
xml_sub           208 lib/pengine/remote.c             crm_create_op_xml(xml_sub, uname, "monitor", interval,
xml_sub           212 lib/pengine/remote.c             crm_create_op_xml(xml_sub, uname, "start", "0", start_timeout);