update 52 daemons/attrd/attrd_cib.c a->update = 0; update 217 daemons/attrd/attrd_cib.c if (a->update && (a->update < last_cib_op_done)) { update 218 daemons/attrd/attrd_cib.c crm_info("Write out of '%s' continuing: update %d considered lost", a->id, a->update); update 219 daemons/attrd/attrd_cib.c a->update = 0; // Don't log this message again update 221 daemons/attrd/attrd_cib.c } else if (a->update) { update 222 daemons/attrd/attrd_cib.c crm_info("Write out of '%s' delayed: update %d in progress", a->id, a->update); update 318 daemons/attrd/attrd_cib.c a->update = cib_internal_op(the_cib, PCMK__CIB_REQUEST_MODIFY, NULL, update 323 daemons/attrd/attrd_cib.c a->update, cib_updates, pcmk__plural_s(cib_updates), update 326 daemons/attrd/attrd_cib.c the_cib->cmds->register_callback_full(the_cib, a->update, update 119 daemons/attrd/pacemaker-attrd.h int update; update 42 daemons/based/based_notify.c static void do_cib_notify(int options, const char *op, xmlNode *update, update 54 daemons/based/based_notify.c struct cib_notification_s *update = user_data; update 61 daemons/based/based_notify.c type = crm_element_value(update->msg, F_SUBTYPE); update 90 daemons/based/based_notify.c rc = pcmk__ipc_send_iov(client, update->iov, update 104 daemons/based/based_notify.c pcmk__remote_send_xml(client->remote, update->msg); update 118 daemons/based/based_notify.c struct cib_notification_s update; update 124 daemons/based/based_notify.c update.msg = xml; update 125 daemons/based/based_notify.c update.iov = iov; update 126 daemons/based/based_notify.c update.iov_size = bytes; update 127 daemons/based/based_notify.c pcmk__foreach_ipc_client(cib_notify_send_one, &update); update 138 daemons/based/based_notify.c xmlNode * update, int result, xmlNode * diff) update 175 daemons/based/based_notify.c do_cib_notify(options, op, update, result, diff, T_CIB_DIFF_NOTIFY); update 179 daemons/based/based_notify.c do_cib_notify(int options, const char *op, xmlNode * update, update 200 daemons/based/based_notify.c if (update != NULL) { update 201 daemons/based/based_notify.c crm_trace("Setting type to update->name: %s", crm_element_name(update)); update 202 daemons/based/based_notify.c crm_xml_add(update_msg, F_CIB_OBJTYPE, crm_element_name(update)); update 213 daemons/based/based_notify.c if (update != NULL) { update 214 daemons/based/based_notify.c add_message_xml(update_msg, F_CIB_UPDATE, update); update 237 daemons/based/based_notify.c cib_replace_notify(const char *origin, xmlNode *update, int result, update 279 daemons/based/based_notify.c attach_cib_generation(replace_msg, "cib-replace-generation", update); update 146 daemons/based/pacemaker-based.h const char *op, xmlNode *update, int result, update 148 daemons/based/pacemaker-based.h void cib_replace_notify(const char *origin, xmlNode *update, int result, update 244 daemons/controld/controld_callbacks.c xmlNode *update = NULL; update 326 daemons/controld/controld_callbacks.c update = create_node_state_update(node, flags, NULL, __func__); update 327 daemons/controld/controld_callbacks.c if (update == NULL) { update 330 daemons/controld/controld_callbacks.c fsa_cib_anon_update(XML_CIB_TAG_STATUS, update); update 332 daemons/controld/controld_callbacks.c free_xml(update); update 263 daemons/controld/controld_election.c xmlNode *update = NULL; update 267 daemons/controld/controld_election.c update = create_node_state_update(node, node_update_expected, NULL, update 270 daemons/controld/controld_election.c fsa_cib_anon_update_discard_reply(XML_CIB_TAG_STATUS, update); update 271 daemons/controld/controld_election.c free_xml(update); update 599 daemons/controld/controld_execd.c xmlNode *update, const char *version) update 634 daemons/controld/controld_execd.c crm_xml_add(update, XML_LRM_ATTR_OP_RESTART, update 636 daemons/controld/controld_execd.c crm_xml_add(update, XML_LRM_ATTR_RESTART_DIGEST, digest); update 653 daemons/controld/controld_execd.c xmlNode *update, const char *version) update 670 daemons/controld/controld_execd.c crm_xml_add(update, XML_LRM_ATTR_OP_SECURE, (const char *) list->str); update 671 daemons/controld/controld_execd.c crm_xml_add(update, XML_LRM_ATTR_SECURE_DIGEST, digest); update 2066 daemons/controld/controld_execd.c xmlNode *update, *iter; update 2079 daemons/controld/controld_execd.c update = create_node_state_update(peer, node_update_none, NULL, update 2082 daemons/controld/controld_execd.c iter = create_xml_node(update, XML_CIB_TAG_LRM); update 2090 daemons/controld/controld_execd.c reply = create_request(CRM_OP_INVOKE_LRM, update, to_host, to_sys, CRM_SYSTEM_LRMD, NULL); update 2092 daemons/controld/controld_execd.c crm_log_xml_trace(update, "[direct ACK]"); update 2102 daemons/controld/controld_execd.c free_xml(update); update 2453 daemons/controld/controld_execd.c xmlNode *update, *iter = NULL; update 2460 daemons/controld/controld_execd.c update = iter; update 2522 daemons/controld/controld_execd.c crm_log_xml_trace(update, __func__); update 2541 daemons/controld/controld_execd.c fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, rc, NULL); update 2553 daemons/controld/controld_execd.c free_xml(update); update 225 daemons/controld/controld_fencing.c rc = fsa_cib_conn->cmds->update(fsa_cib_conn, XML_CIB_TAG_STATUS, node_state, update 415 daemons/controld/controld_membership.c xmlNode *update = NULL; update 418 daemons/controld/controld_membership.c update = create_xml_node(NULL, XML_TAG_CIB); update 419 daemons/controld/controld_membership.c crm_xml_add_int(update, XML_ATTR_HAVE_QUORUM, quorum); update 420 daemons/controld/controld_membership.c crm_xml_add(update, XML_ATTR_DC_UUID, fsa_our_uuid); update 422 daemons/controld/controld_membership.c fsa_cib_update(XML_TAG_CIB, update, call_options, call_id, NULL); update 426 daemons/controld/controld_membership.c free_xml(update); update 177 daemons/controld/controld_remote_ra.c xmlNode *update, *state; update 219 daemons/controld/controld_remote_ra.c update = create_xml_node(NULL, XML_CIB_TAG_STATUS); update 220 daemons/controld/controld_remote_ra.c state = create_node_state_update(node, node_update_cluster, update, update 236 daemons/controld/controld_remote_ra.c fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, call_id, NULL); update 240 daemons/controld/controld_remote_ra.c free_xml(update); update 258 daemons/controld/controld_remote_ra.c xmlNode *update; update 286 daemons/controld/controld_remote_ra.c update = create_xml_node(NULL, XML_CIB_TAG_STATUS); update 287 daemons/controld/controld_remote_ra.c create_node_state_update(node, node_update_cluster, update, __func__); update 288 daemons/controld/controld_remote_ra.c fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, call_id, NULL); update 292 daemons/controld/controld_remote_ra.c free_xml(update); update 1276 daemons/controld/controld_remote_ra.c xmlNode *update, *state; update 1283 daemons/controld/controld_remote_ra.c update = create_xml_node(NULL, XML_CIB_TAG_STATUS); update 1284 daemons/controld/controld_remote_ra.c state = create_node_state_update(node, node_update_none, update, update 1287 daemons/controld/controld_remote_ra.c fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, call_id, NULL); update 1294 daemons/controld/controld_remote_ra.c free_xml(update); update 296 daemons/controld/controld_te_actions.c rc = fsa_cib_conn->cmds->update(fsa_cib_conn, XML_CIB_TAG_STATUS, state, call_options); update 1586 daemons/fenced/fenced_remote.c xmlNode *update = NULL; update 1616 daemons/fenced/fenced_remote.c update = stonith_create_op(op->client_callid, op->id, STONITH_OP_TIMEOUT_UPDATE, NULL, 0); update 1617 daemons/fenced/fenced_remote.c crm_xml_add(update, F_STONITH_REMOTE_OP_ID, op->id); update 1618 daemons/fenced/fenced_remote.c crm_xml_add(update, F_STONITH_CLIENTID, client_id); update 1619 daemons/fenced/fenced_remote.c crm_xml_add(update, F_STONITH_CALLID, call_id); update 1620 daemons/fenced/fenced_remote.c crm_xml_add_int(update, F_STONITH_TIMEOUT, op_timeout); update 1622 daemons/fenced/fenced_remote.c send_cluster_message(crm_get_peer(0, client_node), crm_msg_stonith_ng, update, FALSE); update 1624 daemons/fenced/fenced_remote.c free_xml(update); update 118 include/crm/cib/cib_types.h int (*update) (cib_t *cib, const char *section, xmlNode *data, update 164 include/crm/common/xml.h gboolean replace_xml_child(xmlNode * parent, xmlNode * child, xmlNode * update, update 424 lib/cib/cib_client.c new_cib->cmds->update = cib_client_update; 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 423 lib/cib/cib_ops.c replace = crm_element_value(update, XML_CIB_ATTR_REPLACE); update 453 lib/cib/cib_ops.c xml_remove_prop(update, XML_CIB_ATTR_REPLACE); update 457 lib/cib/cib_ops.c copy_in_properties(target, update); update 468 lib/cib/cib_ops.c for (a_child = pcmk__xml_first_child(update); a_child != NULL; update 88 lib/common/crmcommon_private.h void pcmk__xml_update(xmlNode *parent, xmlNode *target, xmlNode *update, update 96 lib/common/crmcommon_private.h void pcmk__xc_update(xmlNode *parent, xmlNode *target, xmlNode *update); update 2618 lib/common/xml.c pcmk__xc_update(xmlNode *parent, xmlNode *target, xmlNode *update) update 2620 lib/common/xml.c CRM_CHECK(update != NULL, return); update 2621 lib/common/xml.c CRM_CHECK(update->type == XML_COMMENT_NODE, return); update 2624 lib/common/xml.c target = pcmk__xc_match(parent, update, false); update 2628 lib/common/xml.c add_node_copy(parent, update); update 2630 lib/common/xml.c } else if (!pcmk__str_eq((const char *)target->content, (const char *)update->content, pcmk__str_casei)) { update 2632 lib/common/xml.c target->content = xmlStrdup(update->content); update 2649 lib/common/xml.c pcmk__xml_update(xmlNode *parent, xmlNode *target, xmlNode *update, update 2658 lib/common/xml.c crm_log_xml_trace(update, "update:"); update 2662 lib/common/xml.c CRM_CHECK(update != NULL, return); update 2664 lib/common/xml.c if (update->type == XML_COMMENT_NODE) { update 2665 lib/common/xml.c pcmk__xc_update(parent, target, update); update 2669 lib/common/xml.c object_name = crm_element_name(update); update 2670 lib/common/xml.c object_href_val = ID(update); update 2674 lib/common/xml.c object_href_val = crm_element_value(update, XML_ATTR_IDREF); update 2706 lib/common/xml.c CRM_CHECK(pcmk__str_eq(crm_element_name(target), crm_element_name(update), update 2712 lib/common/xml.c copy_in_properties(target, update); update 2716 lib/common/xml.c for (xmlAttrPtr a = pcmk__xe_first_attr(update); a != NULL; update 2726 lib/common/xml.c for (a_child = pcmk__xml_first_child(update); a_child != NULL; update 2816 lib/common/xml.c replace_xml_child(xmlNode * parent, xmlNode * child, xmlNode * update, gboolean delete_only) update 2826 lib/common/xml.c CRM_CHECK(update != NULL, return FALSE); update 2828 lib/common/xml.c up_id = ID(update); update 2834 lib/common/xml.c if (!pcmk__str_eq(crm_element_name(update), crm_element_name(child), pcmk__str_casei)) { update 2838 lib/common/xml.c for (xmlAttrPtr a = pcmk__xe_first_attr(update); a != NULL; update 2852 lib/common/xml.c if (delete_only || update == NULL) { update 2856 lib/common/xml.c xmlNode *tmp = copy_xml(update); update 2884 lib/common/xml.c can_delete = replace_xml_child(child, child_of_child, update, delete_only); update 1081 lib/pacemaker/pcmk_sched_actions.c add_op_digest_to_xml(lrmd_event_data_t *op, xmlNode *update) update 1093 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); update 148 tools/crm_resource_ban.c rc = cib_conn->cmds->update(cib_conn, XML_CIB_TAG_CONSTRAINTS, fragment, cib_options); update 214 tools/crm_resource_ban.c rc = cib_conn->cmds->update(cib_conn, XML_CIB_TAG_CONSTRAINTS, fragment, cib_options);