xml_sub           164 lib/pengine/remote.c     xmlNode *xml_sub;
xml_sub           175 lib/pengine/remote.c     xml_sub = create_xml_node(remote, XML_TAG_META_SETS);
xml_sub           176 lib/pengine/remote.c     crm_xml_set_id(xml_sub, "%s-%s", uname, XML_TAG_META_SETS);
xml_sub           177 lib/pengine/remote.c     crm_create_nvpair_xml(xml_sub, NULL,
xml_sub           180 lib/pengine/remote.c         crm_create_nvpair_xml(xml_sub, NULL,
xml_sub           184 lib/pengine/remote.c         crm_create_nvpair_xml(xml_sub, NULL,
xml_sub           188 lib/pengine/remote.c         crm_create_nvpair_xml(xml_sub, NULL, XML_RSC_ATTR_MANAGED, is_managed);
xml_sub           193 lib/pengine/remote.c         xml_sub = create_xml_node(remote, XML_TAG_ATTR_SETS);
xml_sub           194 lib/pengine/remote.c         crm_xml_set_id(xml_sub, "%s-%s", uname, XML_TAG_ATTR_SETS);
xml_sub           196 lib/pengine/remote.c             crm_create_nvpair_xml(xml_sub, NULL, XML_RSC_ATTR_REMOTE_RA_ADDR,
xml_sub           200 lib/pengine/remote.c             crm_create_nvpair_xml(xml_sub, NULL, "port", port);
xml_sub           205 lib/pengine/remote.c     xml_sub = create_xml_node(remote, "operations");
xml_sub           206 lib/pengine/remote.c     crm_create_op_xml(xml_sub, uname, "monitor", "30s", "30s");
xml_sub           208 lib/pengine/remote.c         crm_create_op_xml(xml_sub, uname, "start", "0", start_timeout);