update_msg 169 cib/notify.c xmlNode *update_msg = NULL; update_msg 180 cib/notify.c update_msg = create_xml_node(NULL, "pre-notify"); update_msg 186 cib/notify.c crm_xml_add(update_msg, F_TYPE, T_CIB_NOTIFY); update_msg 187 cib/notify.c crm_xml_add(update_msg, F_SUBTYPE, T_CIB_PRE_NOTIFY); update_msg 188 cib/notify.c crm_xml_add(update_msg, F_CIB_OPERATION, op); update_msg 191 cib/notify.c crm_xml_add(update_msg, F_CIB_OBJID, id); update_msg 195 cib/notify.c crm_xml_add(update_msg, F_CIB_OBJTYPE, crm_element_name(update)); update_msg 197 cib/notify.c crm_xml_add(update_msg, F_CIB_OBJTYPE, crm_element_name(existing)); update_msg 200 cib/notify.c type = crm_element_value(update_msg, F_CIB_OBJTYPE); update_msg 201 cib/notify.c attach_cib_generation(update_msg, "cib_generation", the_cib); update_msg 204 cib/notify.c add_message_xml(update_msg, F_CIB_EXISTING, existing); update_msg 207 cib/notify.c add_message_xml(update_msg, F_CIB_UPDATE, update); update_msg 210 cib/notify.c cib_notify_send(update_msg); update_msg 219 cib/notify.c free_xml(update_msg); update_msg 281 cib/notify.c xmlNode *update_msg = NULL; update_msg 284 cib/notify.c update_msg = create_xml_node(NULL, "notify"); update_msg 290 cib/notify.c crm_xml_add(update_msg, F_TYPE, T_CIB_NOTIFY); update_msg 291 cib/notify.c crm_xml_add(update_msg, F_SUBTYPE, msg_type); update_msg 292 cib/notify.c crm_xml_add(update_msg, F_CIB_OPERATION, op); update_msg 293 cib/notify.c crm_xml_add_int(update_msg, F_CIB_RC, result); update_msg 296 cib/notify.c crm_xml_add(update_msg, F_CIB_OBJID, id); update_msg 301 cib/notify.c crm_xml_add(update_msg, F_CIB_OBJTYPE, crm_element_name(update)); update_msg 305 cib/notify.c crm_xml_add(update_msg, F_CIB_OBJTYPE, crm_element_name(result_data)); update_msg 311 cib/notify.c attach_cib_generation(update_msg, "cib_generation", the_cib); update_msg 313 cib/notify.c add_message_xml(update_msg, F_CIB_UPDATE, update); update_msg 316 cib/notify.c add_message_xml(update_msg, F_CIB_UPDATE_RESULT, result_data); update_msg 319 cib/notify.c cib_notify_send(update_msg); update_msg 320 cib/notify.c free_xml(update_msg); update_msg 318 fencing/main.c xmlNode *update_msg = user_data; update_msg 323 fencing/main.c CRM_CHECK(update_msg != NULL, return); update_msg 325 fencing/main.c type = crm_element_value(update_msg, F_SUBTYPE); update_msg 326 fencing/main.c CRM_CHECK(type != NULL, crm_log_xml_err(update_msg, "notify"); return); update_msg 334 fencing/main.c int rc = crm_ipcs_send(client, 0, update_msg, crm_ipc_server_event | crm_ipc_server_error); update_msg 379 fencing/main.c xmlNode *update_msg = create_xml_node(NULL, "notify"); update_msg 383 fencing/main.c crm_xml_add(update_msg, F_TYPE, T_STONITH_NOTIFY); update_msg 384 fencing/main.c crm_xml_add(update_msg, F_SUBTYPE, type); update_msg 385 fencing/main.c crm_xml_add(update_msg, F_STONITH_OPERATION, type); update_msg 386 fencing/main.c crm_xml_add_int(update_msg, F_STONITH_RC, result); update_msg 389 fencing/main.c add_message_xml(update_msg, F_STONITH_CALLDATA, data); update_msg 393 fencing/main.c g_hash_table_foreach(client_connections, stonith_notify_client, update_msg); update_msg 394 fencing/main.c free_xml(update_msg); update_msg 397 lrmd/lrmd.c xmlNode *update_msg = user_data; update_msg 409 lrmd/lrmd.c rc = lrmd_server_send_notify(client, update_msg);