update 52 daemons/attrd/attrd_cib.c a->update = 0; update 224 daemons/attrd/attrd_cib.c if (a->update && (a->update < last_cib_op_done)) { update 225 daemons/attrd/attrd_cib.c crm_info("Write out of '%s' continuing: update %d considered lost", a->id, a->update); update 226 daemons/attrd/attrd_cib.c a->update = 0; // Don't log this message again update 228 daemons/attrd/attrd_cib.c } else if (a->update) { update 229 daemons/attrd/attrd_cib.c crm_info("Write out of '%s' delayed: update %d in progress", a->id, a->update); update 325 daemons/attrd/attrd_cib.c a->update = cib_internal_op(the_cib, PCMK__CIB_REQUEST_MODIFY, NULL, update 330 daemons/attrd/attrd_cib.c a->update, cib_updates, pcmk__plural_s(cib_updates), update 333 daemons/attrd/attrd_cib.c the_cib->cmds->register_callback_full(the_cib, a->update, update 125 daemons/attrd/pacemaker-attrd.h int update; update 46 daemons/based/based_notify.c struct cib_notification_s *update = user_data; update 53 daemons/based/based_notify.c type = crm_element_value(update->msg, F_SUBTYPE); update 82 daemons/based/based_notify.c rc = pcmk__ipc_send_iov(client, update->iov, update 96 daemons/based/based_notify.c pcmk__remote_send_xml(client->remote, update->msg); update 110 daemons/based/based_notify.c struct cib_notification_s update; update 116 daemons/based/based_notify.c update.msg = xml; update 117 daemons/based/based_notify.c update.iov = iov; update 118 daemons/based/based_notify.c update.iov_size = bytes; update 119 daemons/based/based_notify.c pcmk__foreach_ipc_client(cib_notify_send_one, &update); update 143 daemons/based/based_notify.c const char *origin, xmlNode *update, xmlNode *diff) update 205 daemons/based/based_notify.c if (update != NULL) { update 206 daemons/based/based_notify.c type = crm_element_name(update); update 216 daemons/based/based_notify.c if (update != NULL) { update 217 daemons/based/based_notify.c add_message_xml(update_msg, F_CIB_UPDATE, update); update 228 daemons/based/based_notify.c const char *origin, xmlNode *update, xmlNode *diff, update 295 daemons/based/based_notify.c attach_cib_generation(replace_msg, "cib-replace-generation", update); update 138 daemons/based/pacemaker-based.h const char *origin, xmlNode *update, xmlNode *diff); update 141 daemons/based/pacemaker-based.h const char *origin, xmlNode *update, xmlNode *diff, update 262 daemons/controld/controld_callbacks.c xmlNode *update = NULL; update 346 daemons/controld/controld_callbacks.c update = create_node_state_update(node, flags, NULL, __func__); update 347 daemons/controld/controld_callbacks.c if (update == NULL) { update 350 daemons/controld/controld_callbacks.c fsa_cib_anon_update(XML_CIB_TAG_STATUS, update); update 352 daemons/controld/controld_callbacks.c free_xml(update); update 636 daemons/controld/controld_cib.c xmlNode *update, const char *version) update 671 daemons/controld/controld_cib.c crm_xml_add(update, XML_LRM_ATTR_OP_RESTART, update 673 daemons/controld/controld_cib.c crm_xml_add(update, XML_LRM_ATTR_RESTART_DIGEST, digest); update 690 daemons/controld/controld_cib.c xmlNode *update, const char *version) update 707 daemons/controld/controld_cib.c crm_xml_add(update, XML_LRM_ATTR_OP_SECURE, (const char *) list->str); update 708 daemons/controld/controld_cib.c crm_xml_add(update, XML_LRM_ATTR_SECURE_DIGEST, digest); update 944 daemons/controld/controld_cib.c xmlNode *update = NULL; update 959 daemons/controld/controld_cib.c update = create_xml_node(NULL, XML_CIB_TAG_STATUS); update 962 daemons/controld/controld_cib.c xml = create_xml_node(update, XML_CIB_TAG_STATE); update 1014 daemons/controld/controld_cib.c crm_log_xml_trace(update, __func__); update 1015 daemons/controld/controld_cib.c controld_update_cib(XML_CIB_TAG_STATUS, update, call_opt, cib_rsc_callback); update 1016 daemons/controld/controld_cib.c free_xml(update); update 274 daemons/controld/controld_election.c xmlNode *update = NULL; update 278 daemons/controld/controld_election.c update = create_node_state_update(node, node_update_expected, NULL, update 281 daemons/controld/controld_election.c fsa_cib_anon_update_discard_reply(XML_CIB_TAG_STATUS, update); update 282 daemons/controld/controld_election.c free_xml(update); update 1738 daemons/controld/controld_execd.c xmlNode *update, *iter; update 1751 daemons/controld/controld_execd.c update = create_node_state_update(peer, node_update_none, NULL, update 1754 daemons/controld/controld_execd.c iter = create_xml_node(update, XML_CIB_TAG_LRM); update 1763 daemons/controld/controld_execd.c reply = create_request(CRM_OP_INVOKE_LRM, update, to_host, to_sys, CRM_SYSTEM_LRMD, NULL); update 1765 daemons/controld/controld_execd.c crm_log_xml_trace(update, "[direct ACK]"); update 1775 daemons/controld/controld_execd.c free_xml(update); update 418 daemons/controld/controld_membership.c xmlNode *update = NULL; update 420 daemons/controld/controld_membership.c update = create_xml_node(NULL, XML_TAG_CIB); update 421 daemons/controld/controld_membership.c crm_xml_add_int(update, XML_ATTR_HAVE_QUORUM, quorum); update 422 daemons/controld/controld_membership.c crm_xml_add(update, XML_ATTR_DC_UUID, controld_globals.our_uuid); update 425 daemons/controld/controld_membership.c controld_update_cib(XML_TAG_CIB, update, cib_scope_local, update 427 daemons/controld/controld_membership.c free_xml(update); update 281 daemons/controld/controld_remote_ra.c xmlNode *update, *state; update 312 daemons/controld/controld_remote_ra.c update = create_xml_node(NULL, XML_CIB_TAG_STATUS); update 313 daemons/controld/controld_remote_ra.c state = create_node_state_update(node, node_update_cluster, update, update 329 daemons/controld/controld_remote_ra.c controld_update_cib(XML_CIB_TAG_STATUS, update, call_opt, NULL); update 330 daemons/controld/controld_remote_ra.c free_xml(update); update 348 daemons/controld/controld_remote_ra.c xmlNode *update; update 375 daemons/controld/controld_remote_ra.c update = create_xml_node(NULL, XML_CIB_TAG_STATUS); update 376 daemons/controld/controld_remote_ra.c create_node_state_update(node, node_update_cluster, update, __func__); update 377 daemons/controld/controld_remote_ra.c controld_update_cib(XML_CIB_TAG_STATUS, update, call_opt, NULL); update 378 daemons/controld/controld_remote_ra.c free_xml(update); update 1364 daemons/controld/controld_remote_ra.c xmlNode *update, *state; update 1371 daemons/controld/controld_remote_ra.c update = create_xml_node(NULL, XML_CIB_TAG_STATUS); update 1372 daemons/controld/controld_remote_ra.c state = create_node_state_update(node, node_update_none, update, update 1375 daemons/controld/controld_remote_ra.c if (controld_update_cib(XML_CIB_TAG_STATUS, update, call_opt, update 1384 daemons/controld/controld_remote_ra.c free_xml(update); update 1630 daemons/fenced/fenced_remote.c xmlNode *update = NULL; update 1660 daemons/fenced/fenced_remote.c update = stonith_create_op(op->client_callid, op->id, STONITH_OP_TIMEOUT_UPDATE, NULL, 0); update 1661 daemons/fenced/fenced_remote.c crm_xml_add(update, F_STONITH_REMOTE_OP_ID, op->id); update 1662 daemons/fenced/fenced_remote.c crm_xml_add(update, F_STONITH_CLIENTID, client_id); update 1663 daemons/fenced/fenced_remote.c crm_xml_add(update, F_STONITH_CALLID, call_id); update 1664 daemons/fenced/fenced_remote.c crm_xml_add_int(update, F_STONITH_TIMEOUT, op_timeout); update 1666 daemons/fenced/fenced_remote.c send_cluster_message(crm_get_peer(0, client_node), crm_msg_stonith_ng, update, FALSE); update 1668 daemons/fenced/fenced_remote.c free_xml(update); update 131 include/crm/cib/cib_types.h int (*update) (cib_t *cib, const char *section, xmlNode *data, update 160 include/crm/common/xml.h gboolean replace_xml_child(xmlNode * parent, xmlNode * child, xmlNode * update, update 654 lib/cib/cib_client.c new_cib->cmds->update = cib_client_modify; // Deprecated method update 387 lib/cib/cib_ops.c update_cib_object(xmlNode * parent, xmlNode * update) update 396 lib/cib/cib_ops.c CRM_CHECK(update != NULL, return -EINVAL); update 399 lib/cib/cib_ops.c object_name = crm_element_name(update); update 402 lib/cib/cib_ops.c object_id = ID(update); update 426 lib/cib/cib_ops.c replace = crm_element_value(update, XML_CIB_ATTR_REPLACE); update 456 lib/cib/cib_ops.c xml_remove_prop(update, XML_CIB_ATTR_REPLACE); update 460 lib/cib/cib_ops.c copy_in_properties(target, update); update 474 lib/cib/cib_ops.c for (a_child = pcmk__xml_first_child(update); a_child != NULL; update 84 lib/common/crmcommon_private.h void pcmk__xml_update(xmlNode *parent, xmlNode *target, xmlNode *update, update 92 lib/common/crmcommon_private.h void pcmk__xc_update(xmlNode *parent, xmlNode *target, xmlNode *update); update 2209 lib/common/xml.c pcmk__xc_update(xmlNode *parent, xmlNode *target, xmlNode *update) update 2211 lib/common/xml.c CRM_CHECK(update != NULL, return); update 2212 lib/common/xml.c CRM_CHECK(update->type == XML_COMMENT_NODE, return); update 2215 lib/common/xml.c target = pcmk__xc_match(parent, update, false); update 2219 lib/common/xml.c add_node_copy(parent, update); update 2221 lib/common/xml.c } else if (!pcmk__str_eq((const char *)target->content, (const char *)update->content, pcmk__str_casei)) { update 2223 lib/common/xml.c target->content = xmlStrdup(update->content); update 2240 lib/common/xml.c pcmk__xml_update(xmlNode *parent, xmlNode *target, xmlNode *update, update 2249 lib/common/xml.c crm_log_xml_trace(update, "update:"); update 2253 lib/common/xml.c CRM_CHECK(update != NULL, return); update 2255 lib/common/xml.c if (update->type == XML_COMMENT_NODE) { update 2256 lib/common/xml.c pcmk__xc_update(parent, target, update); update 2260 lib/common/xml.c object_name = crm_element_name(update); update 2261 lib/common/xml.c object_href_val = ID(update); update 2265 lib/common/xml.c object_href_val = crm_element_value(update, XML_ATTR_IDREF); update 2297 lib/common/xml.c CRM_CHECK(pcmk__str_eq(crm_element_name(target), crm_element_name(update), update 2303 lib/common/xml.c copy_in_properties(target, update); update 2307 lib/common/xml.c for (xmlAttrPtr a = pcmk__xe_first_attr(update); a != NULL; update 2317 lib/common/xml.c for (a_child = pcmk__xml_first_child(update); a_child != NULL; update 2407 lib/common/xml.c replace_xml_child(xmlNode * parent, xmlNode * child, xmlNode * update, gboolean delete_only) update 2417 lib/common/xml.c CRM_CHECK(update != NULL, return FALSE); update 2419 lib/common/xml.c up_id = ID(update); update 2425 lib/common/xml.c if (!pcmk__str_eq(crm_element_name(update), crm_element_name(child), pcmk__str_casei)) { update 2429 lib/common/xml.c for (xmlAttrPtr a = pcmk__xe_first_attr(update); a != NULL; update 2443 lib/common/xml.c if (delete_only || update == NULL) { update 2447 lib/common/xml.c xmlNode *tmp = copy_xml(update); update 2475 lib/common/xml.c can_delete = replace_xml_child(child, child_of_child, update, delete_only); update 1075 lib/pacemaker/pcmk_sched_actions.c add_op_digest_to_xml(const lrmd_event_data_t *op, xmlNode *update) update 1087 lib/pacemaker/pcmk_sched_actions.c crm_xml_add(update, XML_LRM_ATTR_OP_DIGEST, digest); update 226 maint/gnulib/lib/gl_oset.h int (*update) (gl_oset_t set, const void *elt, update 300 maint/gnulib/lib/gl_oset.h ->update (set, elt, action, action_data); update 72 maint/gnulib/tests/test-oset-c++.cc ASSERT (set1.update (A, action, &data) == 1);