update 948 attrd/commands.c a->update = 0; update 1099 attrd/commands.c } else if (a->update && (a->update < last_cib_op_done)) { update 1100 attrd/commands.c crm_info("Write out of '%s' continuing: update %d considered lost", a->id, a->update); update 1102 attrd/commands.c } else if (a->update) { update 1103 attrd/commands.c crm_info("Write out of '%s' delayed: update %d in progress", a->id, a->update); update 1187 attrd/commands.c a->update = cib_internal_op(the_cib, CIB_OP_MODIFY, NULL, XML_CIB_TAG_STATUS, xml_top, NULL, update 1191 attrd/commands.c a->update, cib_updates, a->id, (a->uuid? a->uuid : "<n/a>"), a->set); update 1193 attrd/commands.c the_cib->cmds->register_callback_full(the_cib, a->update, 120, FALSE, update 26 attrd/internal.h int update; update 628 cib/callbacks.c const char *update = crm_element_value(request, F_CIB_GLOBAL_UPDATE); update 632 cib/callbacks.c if (crm_is_true(update)) { update 726 cib/callbacks.c const char *update = crm_element_value(request, F_CIB_GLOBAL_UPDATE); update 770 cib/callbacks.c } else if (crm_is_true(update)) { update 207 cib/cibmon.c xmlNode *update = get_message_xml(msg, F_CIB_UPDATE); update 228 cib/cibmon.c if (log_updates && update != NULL) { update 229 cib/cibmon.c crm_log_xml_trace(update, "raw_update"); update 109 cib/common.c const char *update = crm_element_value(request, F_CIB_GLOBAL_UPDATE); update 114 cib/common.c if (crm_is_true(update)) { update 51 cib/notify.c void do_cib_notify(int options, const char *op, xmlNode * update, update 85 cib/notify.c struct cib_notification_s *update = user_data; update 88 cib/notify.c CRM_CHECK(update != NULL, return TRUE); update 95 cib/notify.c type = crm_element_value(update->msg, F_SUBTYPE); update 119 cib/notify.c if (crm_ipcs_sendv(client, update->iov, crm_ipc_server_event) < 0) { update 128 cib/notify.c crm_remote_send(client->remote, update->msg); update 141 cib/notify.c struct cib_notification_s update; update 148 cib/notify.c update.msg = xml; update 149 cib/notify.c update.iov = iov; update 150 cib/notify.c update.iov_size = rc; update 151 cib/notify.c g_hash_table_foreach_remove(client_connections, cib_notify_send_one, &update); update 167 cib/notify.c cib_pre_notify(int options, const char *op, xmlNode * existing, xmlNode * update) update 182 cib/notify.c if (update != NULL) { update 183 cib/notify.c id = crm_element_value(update, XML_ATTR_ID); update 194 cib/notify.c if (update != NULL) { update 195 cib/notify.c crm_xml_add(update_msg, F_CIB_OBJTYPE, crm_element_name(update)); update 206 cib/notify.c if (update != NULL) { update 207 cib/notify.c add_message_xml(update_msg, F_CIB_UPDATE, update); update 212 cib/notify.c if (update == NULL) { update 223 cib/notify.c cib_post_notify(int options, const char *op, xmlNode * update, int result, xmlNode * new_obj) update 232 cib/notify.c do_cib_notify(options, op, update, result, new_obj, T_CIB_UPDATE_CONFIRM); update 237 cib/notify.c xmlNode * update, int result, xmlNode * diff) update 274 cib/notify.c do_cib_notify(options, op, update, result, diff, T_CIB_DIFF_NOTIFY); update 278 cib/notify.c do_cib_notify(int options, const char *op, xmlNode * update, update 299 cib/notify.c if (update != NULL) { update 300 cib/notify.c crm_trace("Setting type to update->name: %s", crm_element_name(update)); update 301 cib/notify.c crm_xml_add(update_msg, F_CIB_OBJTYPE, crm_element_name(update)); update 312 cib/notify.c if (update != NULL) { update 313 cib/notify.c add_message_xml(update_msg, F_CIB_UPDATE, update); update 336 cib/notify.c cib_replace_notify(const char *origin, xmlNode * update, int result, xmlNode * diff) update 373 cib/notify.c attach_cib_generation(replace_msg, "cib-replace-generation", update); update 29 cib/notify.h extern void cib_pre_notify(int options, const char *op, xmlNode * existing, xmlNode * update); update 31 cib/notify.h extern void cib_post_notify(int options, const char *op, xmlNode * update, update 35 cib/notify.h xmlNode * update, int result, xmlNode * old_cib); update 37 cib/notify.h extern void cib_replace_notify(const char *origin, xmlNode * update, int result, xmlNode * diff); update 208 crmd/callbacks.c xmlNode *update = NULL; update 280 crmd/callbacks.c update = create_node_state_update(node, flags, NULL, __FUNCTION__); update 281 crmd/callbacks.c fsa_cib_anon_update(XML_CIB_TAG_STATUS, update, update 283 crmd/callbacks.c free_xml(update); update 245 crmd/election.c xmlNode *update = NULL; update 249 crmd/election.c update = create_node_state_update(node, node_update_expected, NULL, update 251 crmd/election.c fsa_cib_anon_update(XML_CIB_TAG_STATUS, update, update 253 crmd/election.c free_xml(update); update 385 crmd/heartbeat.c xmlNode *update = NULL; update 406 crmd/heartbeat.c update = create_node_state_update(peer, node_update_cluster, NULL, update 408 crmd/heartbeat.c fsa_cib_anon_update(XML_CIB_TAG_STATUS, update, update 410 crmd/heartbeat.c free_xml(update); update 457 crmd/heartbeat.c xmlNode *update = NULL; update 460 crmd/heartbeat.c update = create_node_state_update(peer, node_update_peer, NULL, update 462 crmd/heartbeat.c fsa_cib_anon_update(XML_CIB_TAG_STATUS, update, update 464 crmd/heartbeat.c free_xml(update); update 581 crmd/lrm.c xmlNode *update, const char *version) update 613 crmd/lrm.c crm_xml_add(update, XML_LRM_ATTR_OP_RESTART, list? list: ""); update 614 crmd/lrm.c crm_xml_add(update, XML_LRM_ATTR_RESTART_DIGEST, digest); update 626 crmd/lrm.c xmlNode *update, const char *version) update 644 crmd/lrm.c crm_xml_add(update, XML_LRM_ATTR_OP_SECURE, list); update 645 crmd/lrm.c crm_xml_add(update, XML_LRM_ATTR_SECURE_DIGEST, digest); update 1965 crmd/lrm.c xmlNode *update, *iter; update 1978 crmd/lrm.c update = create_node_state_update(peer, node_update_none, NULL, update 1981 crmd/lrm.c iter = create_xml_node(update, XML_CIB_TAG_LRM); update 1989 crmd/lrm.c reply = create_request(CRM_OP_INVOKE_LRM, update, to_host, to_sys, CRM_SYSTEM_LRMD, NULL); update 1991 crmd/lrm.c crm_log_xml_trace(update, "ACK Update"); update 2001 crmd/lrm.c free_xml(update); update 2300 crmd/lrm.c xmlNode *update, *iter = NULL; update 2307 crmd/lrm.c update = iter; update 2359 crmd/lrm.c crm_log_xml_trace(update, __FUNCTION__); update 2378 crmd/lrm.c fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, rc, NULL); update 2390 crmd/lrm.c free_xml(update); update 429 crmd/membership.c xmlNode *update = NULL; update 432 crmd/membership.c update = create_xml_node(NULL, XML_TAG_CIB); update 433 crmd/membership.c crm_xml_add_int(update, XML_ATTR_HAVE_QUORUM, quorum); update 434 crmd/membership.c crm_xml_add(update, XML_ATTR_DC_UUID, fsa_our_uuid); update 436 crmd/membership.c fsa_cib_update(XML_TAG_CIB, update, call_options, call_id, NULL); update 439 crmd/membership.c free_xml(update); update 181 crmd/remote_lrmd_ra.c xmlNode *update, *state; update 211 crmd/remote_lrmd_ra.c update = create_xml_node(NULL, XML_CIB_TAG_STATUS); update 212 crmd/remote_lrmd_ra.c state = create_node_state_update(node, node_update_cluster, update, update 228 crmd/remote_lrmd_ra.c fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, call_id, NULL); update 232 crmd/remote_lrmd_ra.c free_xml(update); update 250 crmd/remote_lrmd_ra.c xmlNode *update; update 278 crmd/remote_lrmd_ra.c update = create_xml_node(NULL, XML_CIB_TAG_STATUS); update 279 crmd/remote_lrmd_ra.c create_node_state_update(node, node_update_cluster, update, __FUNCTION__); update 280 crmd/remote_lrmd_ra.c fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, call_id, NULL); update 284 crmd/remote_lrmd_ra.c free_xml(update); update 1196 crmd/remote_lrmd_ra.c xmlNode *update, *state; update 1203 crmd/remote_lrmd_ra.c update = create_xml_node(NULL, XML_CIB_TAG_STATUS); update 1204 crmd/remote_lrmd_ra.c state = create_node_state_update(node, node_update_none, update, update 1207 crmd/remote_lrmd_ra.c fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, call_id, NULL); update 1214 crmd/remote_lrmd_ra.c free_xml(update); update 143 crmd/te_actions.c rc = fsa_cib_conn->cmds->update(fsa_cib_conn, XML_CIB_TAG_STATUS, node_state, update 383 crmd/te_actions.c rc = fsa_cib_conn->cmds->update(fsa_cib_conn, XML_CIB_TAG_STATUS, state, call_options); update 1335 fencing/remote.c xmlNode *update = NULL; update 1365 fencing/remote.c update = stonith_create_op(op->client_callid, op->id, STONITH_OP_TIMEOUT_UPDATE, NULL, 0); update 1366 fencing/remote.c crm_xml_add(update, F_STONITH_REMOTE_OP_ID, op->id); update 1367 fencing/remote.c crm_xml_add(update, F_STONITH_CLIENTID, client_id); update 1368 fencing/remote.c crm_xml_add(update, F_STONITH_CALLID, call_id); update 1369 fencing/remote.c crm_xml_add_int(update, F_STONITH_TIMEOUT, op_timeout); update 1371 fencing/remote.c send_cluster_message(crm_get_peer(0, client_node), crm_msg_stonith_ng, update, FALSE); update 1373 fencing/remote.c free_xml(update); update 124 include/crm/cib.h int (*update) (cib_t * cib, const char *section, xmlNode * data, int call_options); update 25 include/crm/cib/util.h xmlNode *create_cib_fragment_adv(xmlNode * update, const char *section, const char *source); update 192 include/crm/common/xml.h gboolean replace_xml_child(xmlNode * parent, xmlNode * child, xmlNode * update, update 1038 lib/ais/plugin.c char *update = pcmk_generate_membership_data(); update 1043 lib/ais/plugin.c send_client_msg(async_conn, crm_class_members, crm_msg_none, update); update 1346 lib/ais/plugin.c char *update = pcmk_generate_membership_data(); update 1351 lib/ais/plugin.c g_hash_table_foreach_remove(membership_notify_list, ghash_send_update, update); update 1352 lib/ais/plugin.c ais_free(update); update 399 lib/cib/cib_client.c new_cib->cmds->update = cib_client_update; update 389 lib/cib/cib_ops.c update_cib_object(xmlNode * parent, xmlNode * update) update 398 lib/cib/cib_ops.c CRM_CHECK(update != NULL, return -EINVAL); update 401 lib/cib/cib_ops.c object_name = crm_element_name(update); update 404 lib/cib/cib_ops.c object_id = ID(update); update 421 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 461 lib/cib/cib_ops.c for (a_child = __xml_first_child(update); a_child != NULL; a_child = __xml_next(a_child)) { update 145 lib/common/attrd_client.c xmlNode *update = create_attrd_op(user_name); update 197 lib/common/attrd_client.c crm_xml_add(update, name_as, name); update 200 lib/common/attrd_client.c crm_xml_add(update, F_ATTRD_TASK, task); update 201 lib/common/attrd_client.c crm_xml_add(update, F_ATTRD_VALUE, value); update 202 lib/common/attrd_client.c crm_xml_add(update, F_ATTRD_DAMPEN, dampen); update 203 lib/common/attrd_client.c crm_xml_add(update, F_ATTRD_SECTION, section); update 204 lib/common/attrd_client.c crm_xml_add(update, F_ATTRD_HOST, host); update 205 lib/common/attrd_client.c crm_xml_add(update, F_ATTRD_SET, set); update 206 lib/common/attrd_client.c crm_xml_add_int(update, F_ATTRD_IS_REMOTE, is_set(options, attrd_opt_remote)); update 207 lib/common/attrd_client.c crm_xml_add_int(update, F_ATTRD_IS_PRIVATE, is_set(options, attrd_opt_private)); update 209 lib/common/attrd_client.c rc = send_attrd_op(ipc, update); update 212 lib/common/attrd_client.c free_xml(update); update 353 lib/common/operations.c append_digest(lrmd_event_data_t * op, xmlNode * update, const char *version, const char *magic, update 378 lib/common/operations.c digest, ID(update), magic, digest_source); update 382 lib/common/operations.c crm_xml_add(update, XML_LRM_ATTR_OP_DIGEST, digest); update 109 lib/common/xml.c static int add_xml_comment(xmlNode * parent, xmlNode * target, xmlNode * update); update 252 lib/common/xml.c int add_xml_object(xmlNode * parent, xmlNode * target, xmlNode * update, gboolean as_diff); update 4573 lib/common/xml.c add_xml_comment(xmlNode * parent, xmlNode * target, xmlNode * update) update 4575 lib/common/xml.c CRM_CHECK(update != NULL, return 0); update 4576 lib/common/xml.c CRM_CHECK(update->type == XML_COMMENT_NODE, return 0); update 4579 lib/common/xml.c target = find_xml_comment(parent, update, FALSE); update 4583 lib/common/xml.c add_node_copy(parent, update); update 4586 lib/common/xml.c } else if (safe_str_neq((const char *)target->content, (const char *)update->content)) { update 4588 lib/common/xml.c target->content = xmlStrdup(update->content); update 4595 lib/common/xml.c add_xml_object(xmlNode * parent, xmlNode * target, xmlNode * update, gboolean as_diff) update 4602 lib/common/xml.c crm_log_xml_trace("update:", update); update 4606 lib/common/xml.c CRM_CHECK(update != NULL, return 0); update 4608 lib/common/xml.c if (update->type == XML_COMMENT_NODE) { update 4609 lib/common/xml.c return add_xml_comment(parent, target, update); update 4612 lib/common/xml.c object_name = crm_element_name(update); update 4613 lib/common/xml.c object_id = ID(update); update 4638 lib/common/xml.c CRM_CHECK(safe_str_eq(crm_element_name(target), crm_element_name(update)), return 0); update 4642 lib/common/xml.c copy_in_properties(target, update); update 4648 lib/common/xml.c for (pIter = crm_first_attr(update); pIter != NULL; pIter = pIter->next) { update 4658 lib/common/xml.c for (a_child = __xml_first_child(update); a_child != NULL; a_child = __xml_next(a_child)) { update 4738 lib/common/xml.c replace_xml_child(xmlNode * parent, xmlNode * child, xmlNode * update, gboolean delete_only) update 4748 lib/common/xml.c CRM_CHECK(update != NULL, return FALSE); update 4750 lib/common/xml.c up_id = ID(update); update 4756 lib/common/xml.c if (safe_str_neq(crm_element_name(update), crm_element_name(child))) { update 4762 lib/common/xml.c for (pIter = crm_first_attr(update); pIter != NULL; pIter = pIter->next) { update 4775 lib/common/xml.c if (delete_only || update == NULL) { update 4779 lib/common/xml.c xmlNode *tmp = copy_xml(update); update 4807 lib/common/xml.c can_delete = replace_xml_child(child, child_of_child, update, delete_only); update 2296 lib/pengine/utils.c bool update = FALSE; update 2323 lib/pengine/utils.c update = TRUE; update 2329 lib/pengine/utils.c update = TRUE; update 2333 lib/pengine/utils.c if((change && update) || text) { update 565 mcp/pacemaker.c xmlNode *update = create_xml_node(NULL, "nodes"); update 568 mcp/pacemaker.c crm_xml_add_int(update, "quorate", pcmk_quorate); update 573 mcp/pacemaker.c xmlNode *xml = create_xml_node(update, "node"); update 583 mcp/pacemaker.c crm_ipcs_send(client, 0, update, crm_ipc_server_event); update 589 mcp/pacemaker.c crm_ipcs_send(client, 0, update, crm_ipc_server_event); update 593 mcp/pacemaker.c free_xml(update); update 134 tools/crm_resource_ban.c rc = cib_conn->cmds->update(cib_conn, XML_CIB_TAG_CONSTRAINTS, fragment, cib_options); update 197 tools/crm_resource_ban.c rc = cib_conn->cmds->update(cib_conn, XML_CIB_TAG_CONSTRAINTS, fragment, cib_options);