cib_node 774 lib/common/patchset.c xmlNode *cib_node; cib_node 781 lib/common/patchset.c cib_node = find_xml_node(*patch_node, "cib", FALSE); cib_node 782 lib/common/patchset.c if (cib_node != NULL) { cib_node 783 lib/common/patchset.c *patch_node = cib_node; cib_node 1185 lib/pacemaker/pcmk_output.c xmlNodePtr cib_node = va_arg(args, xmlNodePtr); cib_node 1193 lib/pacemaker/pcmk_output.c node_path = xmlGetNodePath(cib_node); cib_node 1196 lib/pacemaker/pcmk_output.c name, value, node_path, ID(cib_node)); cib_node 1208 lib/pacemaker/pcmk_output.c xmlNodePtr cib_node = va_arg(args, xmlNodePtr); cib_node 1216 lib/pacemaker/pcmk_output.c node_path = xmlGetNodePath(cib_node); cib_node 1222 lib/pacemaker/pcmk_output.c "cib_node", ID(cib_node), cib_node 45 lib/pacemaker/pcmk_sched_transition.c inject_transient_attr(xmlNode * cib_node, const char *name, const char *value) cib_node 49 lib/pacemaker/pcmk_sched_transition.c const char *node_uuid = ID(cib_node); cib_node 51 lib/pacemaker/pcmk_sched_transition.c out->message(out, "inject-attr", name, value, cib_node); cib_node 53 lib/pacemaker/pcmk_sched_transition.c attrs = first_named_child(cib_node, XML_TAG_TRANSIENT_NODEATTRS); cib_node 55 lib/pacemaker/pcmk_sched_transition.c attrs = create_xml_node(cib_node, XML_TAG_TRANSIENT_NODEATTRS); cib_node 69 lib/pacemaker/pcmk_sched_transition.c update_failcounts(xmlNode * cib_node, const char *resource, const char *task, cib_node 83 lib/pacemaker/pcmk_sched_transition.c inject_transient_attr(cib_node, name, "value++"); cib_node 87 lib/pacemaker/pcmk_sched_transition.c inject_transient_attr(cib_node, name, now); cib_node 206 lib/pacemaker/pcmk_sched_transition.c xmlNode *cib_node = inject_node_state(cib_conn, node, NULL); cib_node 209 lib/pacemaker/pcmk_sched_transition.c crm_xml_add(cib_node, XML_NODE_IN_CLUSTER, XML_BOOLEAN_YES); cib_node 210 lib/pacemaker/pcmk_sched_transition.c crm_xml_add(cib_node, XML_NODE_IS_PEER, ONLINESTATUS); cib_node 211 lib/pacemaker/pcmk_sched_transition.c crm_xml_add(cib_node, XML_NODE_JOIN_STATE, CRMD_JOINSTATE_MEMBER); cib_node 212 lib/pacemaker/pcmk_sched_transition.c crm_xml_add(cib_node, XML_NODE_EXPECTED, CRMD_JOINSTATE_MEMBER); cib_node 215 lib/pacemaker/pcmk_sched_transition.c crm_xml_add(cib_node, XML_NODE_IN_CLUSTER, XML_BOOLEAN_NO); cib_node 216 lib/pacemaker/pcmk_sched_transition.c crm_xml_add(cib_node, XML_NODE_IS_PEER, OFFLINESTATUS); cib_node 217 lib/pacemaker/pcmk_sched_transition.c crm_xml_add(cib_node, XML_NODE_JOIN_STATE, CRMD_JOINSTATE_DOWN); cib_node 218 lib/pacemaker/pcmk_sched_transition.c crm_xml_add(cib_node, XML_NODE_EXPECTED, CRMD_JOINSTATE_DOWN); cib_node 221 lib/pacemaker/pcmk_sched_transition.c crm_xml_add(cib_node, XML_ATTR_ORIGIN, crm_system_name); cib_node 222 lib/pacemaker/pcmk_sched_transition.c return cib_node; cib_node 226 lib/pacemaker/pcmk_sched_transition.c find_resource_xml(xmlNode * cib_node, const char *resource) cib_node 229 lib/pacemaker/pcmk_sched_transition.c const char *node = crm_element_value(cib_node, XML_ATTR_UNAME); cib_node 232 lib/pacemaker/pcmk_sched_transition.c match = get_xpath_object(xpath, cib_node, LOG_TRACE); cib_node 239 lib/pacemaker/pcmk_sched_transition.c inject_resource(xmlNode * cib_node, const char *resource, const char *lrm_name, cib_node 247 lib/pacemaker/pcmk_sched_transition.c cib_resource = find_resource_xml(cib_node, resource); cib_node 257 lib/pacemaker/pcmk_sched_transition.c cib_resource = find_resource_xml(cib_node, lrm_name); cib_node 267 lib/pacemaker/pcmk_sched_transition.c " Please supply the class and type to continue", resource, ID(cib_node)); cib_node 282 lib/pacemaker/pcmk_sched_transition.c xpath = (char *)xmlGetNodePath(cib_node); cib_node 283 lib/pacemaker/pcmk_sched_transition.c crm_info("Injecting new resource %s into %s '%s'", lrm_name, xpath, ID(cib_node)); cib_node 286 lib/pacemaker/pcmk_sched_transition.c lrm = first_named_child(cib_node, XML_CIB_TAG_LRM); cib_node 288 lib/pacemaker/pcmk_sched_transition.c const char *node_uuid = ID(cib_node); cib_node 290 lib/pacemaker/pcmk_sched_transition.c lrm = create_xml_node(cib_node, XML_CIB_TAG_LRM); cib_node 398 lib/pacemaker/pcmk_sched_transition.c xmlNode *cib_node = NULL; cib_node 430 lib/pacemaker/pcmk_sched_transition.c cib_node = modify_node(cib, node, TRUE); cib_node 431 lib/pacemaker/pcmk_sched_transition.c CRM_ASSERT(cib_node != NULL); cib_node 433 lib/pacemaker/pcmk_sched_transition.c rc = cib->cmds->modify(cib, XML_CIB_TAG_STATUS, cib_node, cib_node 436 lib/pacemaker/pcmk_sched_transition.c free_xml(cib_node); cib_node 445 lib/pacemaker/pcmk_sched_transition.c cib_node = modify_node(cib, node, FALSE); cib_node 446 lib/pacemaker/pcmk_sched_transition.c CRM_ASSERT(cib_node != NULL); cib_node 448 lib/pacemaker/pcmk_sched_transition.c rc = cib->cmds->modify(cib, XML_CIB_TAG_STATUS, cib_node, cib_node 451 lib/pacemaker/pcmk_sched_transition.c free_xml(cib_node); cib_node 469 lib/pacemaker/pcmk_sched_transition.c cib_node = modify_node(cib, node, TRUE); cib_node 470 lib/pacemaker/pcmk_sched_transition.c crm_xml_add(cib_node, XML_NODE_IN_CLUSTER, XML_BOOLEAN_NO); cib_node 471 lib/pacemaker/pcmk_sched_transition.c CRM_ASSERT(cib_node != NULL); cib_node 473 lib/pacemaker/pcmk_sched_transition.c rc = cib->cmds->modify(cib, XML_CIB_TAG_STATUS, cib_node, cib_node 476 lib/pacemaker/pcmk_sched_transition.c free_xml(cib_node); cib_node 563 lib/pacemaker/pcmk_sched_transition.c cib_node = inject_node_state(cib, node, NULL); cib_node 564 lib/pacemaker/pcmk_sched_transition.c CRM_ASSERT(cib_node != NULL); cib_node 566 lib/pacemaker/pcmk_sched_transition.c update_failcounts(cib_node, resource, task, interval_ms, outcome); cib_node 568 lib/pacemaker/pcmk_sched_transition.c cib_resource = inject_resource(cib_node, resource, resource, cib_node 579 lib/pacemaker/pcmk_sched_transition.c rc = cib->cmds->modify(cib, XML_CIB_TAG_STATUS, cib_node, cib_node 622 lib/pacemaker/pcmk_sched_transition.c xmlNode *cib_node = NULL; cib_node 670 lib/pacemaker/pcmk_sched_transition.c cib_node = inject_node_state(fake_cib, node, (router_node? node : uuid)); cib_node 671 lib/pacemaker/pcmk_sched_transition.c CRM_ASSERT(cib_node != NULL); cib_node 673 lib/pacemaker/pcmk_sched_transition.c cib_resource = inject_resource(cib_node, resource, lrm_name, cib_node 678 lib/pacemaker/pcmk_sched_transition.c free_xml(cib_node); cib_node 723 lib/pacemaker/pcmk_sched_transition.c update_failcounts(cib_node, match_name, op->op_type, cib_node 732 lib/pacemaker/pcmk_sched_transition.c rc = fake_cib->cmds->modify(fake_cib, XML_CIB_TAG_STATUS, cib_node, cib_node 738 lib/pacemaker/pcmk_sched_transition.c free_xml(cib_node); cib_node 768 lib/pacemaker/pcmk_sched_transition.c xmlNode *cib_node = modify_node(fake_cib, target, FALSE); cib_node 770 lib/pacemaker/pcmk_sched_transition.c crm_xml_add(cib_node, XML_ATTR_ORIGIN, __func__); cib_node 771 lib/pacemaker/pcmk_sched_transition.c CRM_ASSERT(cib_node != NULL); cib_node 773 lib/pacemaker/pcmk_sched_transition.c rc = fake_cib->cmds->replace(fake_cib, XML_CIB_TAG_STATUS, cib_node, cib_node 786 lib/pacemaker/pcmk_sched_transition.c free_xml(cib_node);