xml_sub           166 lib/pengine/remote.c     xmlNode *xml_sub;
xml_sub           177 lib/pengine/remote.c     xml_sub = create_xml_node(remote, XML_TAG_META_SETS);
xml_sub           178 lib/pengine/remote.c     crm_xml_set_id(xml_sub, "%s-%s", uname, XML_TAG_META_SETS);
xml_sub           179 lib/pengine/remote.c     crm_create_nvpair_xml(xml_sub, NULL,
xml_sub           182 lib/pengine/remote.c         crm_create_nvpair_xml(xml_sub, NULL,
xml_sub           186 lib/pengine/remote.c         crm_create_nvpair_xml(xml_sub, NULL,
xml_sub           190 lib/pengine/remote.c         crm_create_nvpair_xml(xml_sub, NULL, XML_RSC_ATTR_MANAGED, is_managed);
xml_sub           195 lib/pengine/remote.c         xml_sub = create_xml_node(remote, XML_TAG_ATTR_SETS);
xml_sub           196 lib/pengine/remote.c         crm_xml_set_id(xml_sub, "%s-%s", uname, XML_TAG_ATTR_SETS);
xml_sub           198 lib/pengine/remote.c             crm_create_nvpair_xml(xml_sub, NULL, XML_RSC_ATTR_REMOTE_RA_ADDR,
xml_sub           202 lib/pengine/remote.c             crm_create_nvpair_xml(xml_sub, NULL, "port", port);
xml_sub           207 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, PCMK_ACTION_MONITOR, "30s", "30s");
xml_sub           210 lib/pengine/remote.c         crm_create_op_xml(xml_sub, uname, PCMK_ACTION_START, "0",