xml_sub 162 lib/pengine/remote.c xmlNode *xml_sub; xml_sub 173 lib/pengine/remote.c xml_sub = create_xml_node(remote, XML_TAG_META_SETS); xml_sub 174 lib/pengine/remote.c crm_xml_set_id(xml_sub, "%s-%s", uname, XML_TAG_META_SETS); xml_sub 175 lib/pengine/remote.c crm_create_nvpair_xml(xml_sub, NULL, xml_sub 178 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_RSC_ATTR_MANAGED, is_managed); xml_sub 191 lib/pengine/remote.c xml_sub = create_xml_node(remote, XML_TAG_ATTR_SETS); xml_sub 192 lib/pengine/remote.c crm_xml_set_id(xml_sub, "%s-%s", uname, XML_TAG_ATTR_SETS); xml_sub 194 lib/pengine/remote.c crm_create_nvpair_xml(xml_sub, NULL, XML_RSC_ATTR_REMOTE_RA_ADDR, xml_sub 198 lib/pengine/remote.c crm_create_nvpair_xml(xml_sub, NULL, "port", port); xml_sub 203 lib/pengine/remote.c xml_sub = create_xml_node(remote, "operations"); xml_sub 204 lib/pengine/remote.c crm_create_op_xml(xml_sub, uname, "monitor", "30s", "30s"); xml_sub 206 lib/pengine/remote.c crm_create_op_xml(xml_sub, uname, "start", "0", start_timeout);