reply 381 attrd/commands.c xmlNode *reply = create_xml_node(NULL, __FUNCTION__); reply 384 attrd/commands.c if (reply == NULL) { reply 387 attrd/commands.c crm_xml_add(reply, F_TYPE, T_ATTRD); reply 388 attrd/commands.c crm_xml_add(reply, F_ATTRD_VERSION, ATTRD_PROTOCOL_VERSION); reply 396 attrd/commands.c crm_xml_add(reply, F_ATTRD_ATTRIBUTE, attr); reply 407 attrd/commands.c host_value = create_xml_node(reply, XML_CIB_TAG_NODE); reply 409 attrd/commands.c free_xml(reply); reply 421 attrd/commands.c host_value = create_xml_node(reply, XML_CIB_TAG_NODE); reply 423 attrd/commands.c free_xml(reply); reply 431 attrd/commands.c return reply; reply 449 attrd/commands.c xmlNode *reply; reply 465 attrd/commands.c reply = build_query_reply(attr, crm_element_value(query, F_ATTRD_HOST)); reply 466 attrd/commands.c if (reply == NULL) { reply 471 attrd/commands.c crm_log_xml_trace(reply, "Reply"); reply 475 attrd/commands.c if ((rc = crm_ipcs_send(client, id, reply, flags)) < 0) { reply 479 attrd/commands.c free_xml(reply); reply 71 cib/callbacks.c int cib_process_command(xmlNode * request, xmlNode ** reply, reply 348 cib/callbacks.c process_ping_reply(xmlNode *reply) reply 351 cib/callbacks.c const char *host = crm_element_value(reply, F_ORIG); reply 353 cib/callbacks.c xmlNode *pong = get_message_xml(reply, F_CIB_CALLDATA); reply 400 cib/callbacks.c sync_our_cib(reply, FALSE); reply 1187 cib/callbacks.c cib_process_command(xmlNode * request, xmlNode ** reply, xmlNode ** cib_diff, gboolean privileged) reply 1217 cib/callbacks.c *reply = NULL; reply 1374 cib/callbacks.c *reply = create_xml_node(NULL, "cib-reply"); reply 1375 cib/callbacks.c crm_xml_add(*reply, F_TYPE, T_CIB); reply 1376 cib/callbacks.c crm_xml_add(*reply, F_CIB_OPERATION, op); reply 1377 cib/callbacks.c crm_xml_add(*reply, F_CIB_CALLID, call_id); reply 1378 cib/callbacks.c crm_xml_add(*reply, F_CIB_CLIENTID, caller); reply 1379 cib/callbacks.c crm_xml_add_int(*reply, F_CIB_CALLOPTS, call_options); reply 1380 cib/callbacks.c crm_xml_add_int(*reply, F_CIB_RC, rc); reply 1384 cib/callbacks.c add_message_xml(*reply, F_CIB_CALLDATA, output); reply 1387 cib/callbacks.c crm_log_xml_explicit(*reply, "cib:reply"); reply 48 cib/common.c extern int cib_perform_command(xmlNode * request, xmlNode ** reply, xmlNode ** cib_diff, reply 570 cib/remote.c struct pam_response *reply; reply 576 cib/remote.c reply = calloc(1, sizeof(struct pam_response)); reply 577 cib/remote.c CRM_ASSERT(reply != NULL); reply 586 cib/remote.c reply[count].resp_retcode = 0; reply 587 cib/remote.c reply[count].resp = string; /* We already made a copy */ reply 600 cib/remote.c *response = reply; reply 601 cib/remote.c reply = NULL; reply 607 cib/remote.c if (reply[count].resp != NULL) { reply 612 cib/remote.c while (*(reply[count].resp)) { reply 613 cib/remote.c *(reply[count].resp)++ = '\0'; reply 615 cib/remote.c free(reply[count].resp); reply 618 cib/remote.c reply[count].resp = NULL; reply 621 cib/remote.c free(reply); reply 622 cib/remote.c reply = NULL; reply 185 crmd/join_client.c xmlNode *reply = NULL; reply 190 crmd/join_client.c reply = create_request(CRM_OP_JOIN_REQUEST, generation, fsa_our_dc, reply 193 crmd/join_client.c crm_xml_add(reply, F_CRM_JOIN_ID, join_id); reply 194 crmd/join_client.c send_cluster_message(crm_get_peer(0, fsa_our_dc), crm_msg_crmd, reply, TRUE); reply 195 crmd/join_client.c free_xml(reply); reply 280 crmd/join_client.c xmlNode *reply = create_request(CRM_OP_JOIN_CONFIRM, tmp1, fsa_our_dc, reply 283 crmd/join_client.c crm_xml_add_int(reply, F_CRM_JOIN_ID, join_id); reply 317 crmd/join_client.c send_cluster_message(crm_get_peer(0, fsa_our_dc), crm_msg_crmd, reply, TRUE); reply 318 crmd/join_client.c free_xml(reply); reply 1595 crmd/lrm.c xmlNode *reply = create_request( reply 1601 crmd/lrm.c if (relay_message(reply, TRUE) == FALSE) { reply 1602 crmd/lrm.c crm_log_xml_err(reply, "Unable to route reply"); reply 1604 crmd/lrm.c free_xml(reply); reply 1611 crmd/lrm.c xmlNode *reply = create_reply(input->msg, data); reply 1613 crmd/lrm.c if (relay_message(reply, TRUE) == FALSE) { reply 1615 crmd/lrm.c crm_log_xml_err(reply, "reply"); reply 1617 crmd/lrm.c free_xml(reply); reply 1631 crmd/lrm.c xmlNode *reply = create_request( reply 1637 crmd/lrm.c if (relay_message(reply, TRUE) == FALSE) { reply 1638 crmd/lrm.c crm_log_xml_err(reply, "Unable to route reply"); reply 1640 crmd/lrm.c free_xml(reply); reply 1964 crmd/lrm.c xmlNode *reply = NULL; reply 1989 crmd/lrm.c reply = create_request(CRM_OP_INVOKE_LRM, update, to_host, to_sys, CRM_SYSTEM_LRMD, NULL); reply 1995 crmd/lrm.c crm_element_value(reply, XML_ATTR_REFERENCE)); reply 1997 crmd/lrm.c if (relay_message(reply, TRUE) == FALSE) { reply 1998 crmd/lrm.c crm_log_xml_err(reply, "Unable to route reply"); reply 2002 crmd/lrm.c free_xml(reply); reply 79 fencing/commands.c static void stonith_send_reply(xmlNode * reply, int call_options, const char *remote_peer, reply 1742 fencing/commands.c xmlNode *reply; reply 1925 fencing/commands.c add_message_xml(query->reply, F_STONITH_CALLDATA, list); reply 1927 fencing/commands.c stonith_send_reply(query->reply, query->call_options, query->remote_peer, query->client_id); reply 1929 fencing/commands.c free_xml(query->reply); reply 1963 fencing/commands.c query->reply = stonith_construct_reply(msg, NULL, NULL, pcmk_ok); reply 2007 fencing/commands.c xmlNode *reply = NULL; reply 2010 fencing/commands.c reply = stonith_construct_async_reply(cmd, output, NULL, rc); reply 2023 fencing/commands.c crm_xml_add(reply, F_SUBTYPE, "broadcast"); reply 2028 fencing/commands.c crm_log_xml_trace(reply, "Reply"); reply 2031 fencing/commands.c crm_xml_add(reply, F_STONITH_OPERATION, T_STONITH_NOTIFY); reply 2032 fencing/commands.c send_cluster_message(NULL, crm_msg_stonith_ng, reply, FALSE); reply 2036 fencing/commands.c send_cluster_message(crm_get_peer(0, cmd->origin), crm_msg_stonith_ng, reply, FALSE); reply 2041 fencing/commands.c do_local_reply(reply, cmd->client, cmd->options & st_opt_sync_call, FALSE); reply 2059 fencing/commands.c free_xml(reply); reply 2316 fencing/commands.c xmlNode *reply = NULL; reply 2331 fencing/commands.c reply = create_xml_node(NULL, T_STONITH_REPLY); reply 2333 fencing/commands.c crm_xml_add(reply, "st_origin", __FUNCTION__); reply 2334 fencing/commands.c crm_xml_add(reply, F_TYPE, T_STONITH_NG); reply 2335 fencing/commands.c crm_xml_add(reply, "st_output", output); reply 2336 fencing/commands.c crm_xml_add_int(reply, F_STONITH_RC, rc); reply 2338 fencing/commands.c CRM_CHECK(request != NULL, crm_warn("Can't create a sane reply"); return reply); reply 2342 fencing/commands.c crm_xml_add(reply, name, value); reply 2347 fencing/commands.c add_message_xml(reply, F_STONITH_CALLDATA, data); reply 2349 fencing/commands.c return reply; reply 2355 fencing/commands.c xmlNode *reply = NULL; reply 2358 fencing/commands.c reply = create_xml_node(NULL, T_STONITH_REPLY); reply 2360 fencing/commands.c crm_xml_add(reply, "st_origin", __FUNCTION__); reply 2361 fencing/commands.c crm_xml_add(reply, F_TYPE, T_STONITH_NG); reply 2363 fencing/commands.c crm_xml_add(reply, F_STONITH_OPERATION, cmd->op); reply 2364 fencing/commands.c crm_xml_add(reply, F_STONITH_DEVICE, cmd->device); reply 2365 fencing/commands.c crm_xml_add(reply, F_STONITH_REMOTE_OP_ID, cmd->remote_op_id); reply 2366 fencing/commands.c crm_xml_add(reply, F_STONITH_CLIENTID, cmd->client); reply 2367 fencing/commands.c crm_xml_add(reply, F_STONITH_CLIENTNAME, cmd->client_name); reply 2368 fencing/commands.c crm_xml_add(reply, F_STONITH_TARGET, cmd->victim); reply 2369 fencing/commands.c crm_xml_add(reply, F_STONITH_ACTION, cmd->op); reply 2370 fencing/commands.c crm_xml_add(reply, F_STONITH_ORIGIN, cmd->origin); reply 2371 fencing/commands.c crm_xml_add_int(reply, F_STONITH_CALLID, cmd->id); reply 2372 fencing/commands.c crm_xml_add_int(reply, F_STONITH_CALLOPTS, cmd->options); reply 2374 fencing/commands.c crm_xml_add_int(reply, F_STONITH_RC, rc); reply 2376 fencing/commands.c crm_xml_add(reply, "st_output", output); reply 2380 fencing/commands.c add_message_xml(reply, F_STONITH_CALLDATA, data); reply 2382 fencing/commands.c return reply; reply 2437 fencing/commands.c stonith_send_reply(xmlNode * reply, int call_options, const char *remote_peer, reply 2441 fencing/commands.c send_cluster_message(crm_get_peer(0, remote_peer), crm_msg_stonith_ng, reply, FALSE); reply 2443 fencing/commands.c do_local_reply(reply, client_id, is_set(call_options, st_opt_sync_call), remote_peer != NULL); reply 2455 fencing/commands.c xmlNode *reply = NULL; reply 2468 fencing/commands.c xmlNode *reply = create_xml_node(NULL, "reply"); reply 2471 fencing/commands.c crm_xml_add(reply, F_STONITH_OPERATION, CRM_OP_REGISTER); reply 2472 fencing/commands.c crm_xml_add(reply, F_STONITH_CLIENTID, client->id); reply 2473 fencing/commands.c crm_ipcs_send(client, id, reply, flags); reply 2475 fencing/commands.c free_xml(reply); reply 2628 fencing/commands.c xmlNode *reply = stonith_construct_async_reply(cmd, NULL, NULL, 0); reply 2630 fencing/commands.c crm_xml_add(reply, F_STONITH_OPERATION, T_STONITH_NOTIFY); reply 2632 fencing/commands.c send_cluster_message(NULL, crm_msg_stonith_ng, reply, FALSE); reply 2635 fencing/commands.c free_xml(reply); reply 2665 fencing/commands.c reply = stonith_construct_reply(request, output, data, rc); reply 2666 fencing/commands.c stonith_send_reply(reply, call_options, remote_peer, client_id); reply 2671 fencing/commands.c free_xml(reply); reply 388 fencing/remote.c xmlNode *reply = NULL; reply 401 fencing/remote.c reply = stonith_construct_reply(op->request, NULL, data, rc); reply 402 fencing/remote.c crm_xml_add(reply, F_STONITH_DELEGATE, op->delegate); reply 405 fencing/remote.c do_local_reply(reply, op->client_id, op->call_options & st_opt_sync_call, FALSE); reply 412 fencing/remote.c free_xml(reply); reply 69 include/crm/common/ipc.h int32_t ms_timeout, xmlNode ** reply); reply 235 lib/cib/cib_native.c xmlNode *reply = NULL; reply 243 lib/cib/cib_native.c if (crm_ipc_send(native->ipc, hello, crm_ipc_client_response, -1, &reply) > 0) { reply 244 lib/cib/cib_native.c const char *msg_type = crm_element_value(reply, F_CIB_OPERATION); reply 247 lib/cib/cib_native.c crm_log_xml_trace(reply, "reg-reply"); reply 254 lib/cib/cib_native.c native->token = crm_element_value_copy(reply, F_CIB_CLIENTID); reply 259 lib/cib/cib_native.c free_xml(reply); reply 152 lib/common/ipc.c xmlNode *reply = NULL; reply 171 lib/common/ipc.c reply = create_xml_node(NULL, __FUNCTION__); reply 172 lib/common/ipc.c if (reply == NULL) { reply 177 lib/common/ipc.c crm_xml_add(reply, F_CRM_ORIGIN, origin); reply 178 lib/common/ipc.c crm_xml_add(reply, F_TYPE, T_CRM); reply 179 lib/common/ipc.c crm_xml_add(reply, F_CRM_VERSION, CRM_FEATURE_SET); reply 180 lib/common/ipc.c crm_xml_add(reply, F_CRM_MSG_TYPE, XML_ATTR_RESPONSE); reply 181 lib/common/ipc.c crm_xml_add(reply, F_CRM_REFERENCE, crm_msg_reference); reply 182 lib/common/ipc.c crm_xml_add(reply, F_CRM_TASK, operation); reply 185 lib/common/ipc.c crm_xml_add(reply, F_CRM_SYS_TO, sys_from); reply 186 lib/common/ipc.c crm_xml_add(reply, F_CRM_SYS_FROM, sys_to); reply 190 lib/common/ipc.c crm_xml_add(reply, F_CRM_HOST_TO, host_from); reply 194 lib/common/ipc.c add_message_xml(reply, F_CRM_DATA, xml_response_data); reply 197 lib/common/ipc.c return reply; reply 1200 lib/common/ipc.c xmlNode ** reply) reply 1304 lib/common/ipc.c if (reply) { reply 1305 lib/common/ipc.c *reply = string2xml(crm_ipc_buffer(client)); reply 1558 lib/fencing/st_client.c xmlNode *reply = get_xpath_object("//" F_STONITH_HISTORY_LIST, output, LOG_ERR); reply 1560 lib/fencing/st_client.c for (op = __xml_first_child(reply); op != NULL; op = __xml_next(op)) { reply 1770 lib/fencing/st_client.c xmlNode *reply = NULL; reply 1776 lib/fencing/st_client.c rc = crm_ipc_send(native->ipc, hello, crm_ipc_client_response, -1, &reply); reply 1782 lib/fencing/st_client.c } else if (reply == NULL) { reply 1787 lib/fencing/st_client.c const char *msg_type = crm_element_value(reply, F_STONITH_OPERATION); reply 1788 lib/fencing/st_client.c const char *tmp_ticket = crm_element_value(reply, F_STONITH_CLIENTID); reply 1792 lib/fencing/st_client.c crm_log_xml_err(reply, "Bad reply"); reply 1797 lib/fencing/st_client.c crm_log_xml_err(reply, "Bad reply"); reply 1807 lib/fencing/st_client.c free_xml(reply); reply 666 lib/lrmd/lrmd_client.c lrmd_tls_send_recv(lrmd_t * lrmd, xmlNode * msg, int timeout, xmlNode ** reply) reply 694 lib/lrmd/lrmd_client.c if (reply) { reply 695 lib/lrmd/lrmd_client.c *reply = xml; reply 705 lib/lrmd/lrmd_client.c lrmd_send_xml(lrmd_t * lrmd, xmlNode * msg, int timeout, xmlNode ** reply) reply 712 lib/lrmd/lrmd_client.c rc = crm_ipc_send(native->ipc, msg, crm_ipc_client_response, timeout, reply); reply 716 lib/lrmd/lrmd_client.c rc = lrmd_tls_send_recv(lrmd, msg, timeout, reply); reply 899 lib/lrmd/lrmd_client.c xmlNode *reply = NULL; reply 912 lib/lrmd/lrmd_client.c rc = lrmd_send_xml(lrmd, hello, -1, &reply); reply 917 lib/lrmd/lrmd_client.c } else if (reply == NULL) { reply 921 lib/lrmd/lrmd_client.c const char *version = crm_element_value(reply, F_LRMD_PROTOCOL_VERSION); reply 922 lib/lrmd/lrmd_client.c const char *msg_type = crm_element_value(reply, F_LRMD_OPERATION); reply 923 lib/lrmd/lrmd_client.c const char *tmp_ticket = crm_element_value(reply, F_LRMD_CLIENTID); reply 925 lib/lrmd/lrmd_client.c crm_element_value_int(reply, F_LRMD_RC, &rc); reply 930 lib/lrmd/lrmd_client.c crm_log_xml_err(reply, "Protocol Error"); reply 934 lib/lrmd/lrmd_client.c crm_log_xml_err(reply, "Bad reply"); reply 938 lib/lrmd/lrmd_client.c crm_log_xml_err(reply, "Bad reply"); reply 948 lib/lrmd/lrmd_client.c free_xml(reply); reply 67 lib/services/dbus.c pcmk_dbus_find_error(DBusPendingCall *pending, DBusMessage *reply, reply 78 lib/services/dbus.c } else if(reply == NULL) { reply 84 lib/services/dbus.c int dtype = dbus_message_get_type(reply); reply 89 lib/services/dbus.c dbus_message_iter_init(reply, &args); reply 110 lib/services/dbus.c dbus_set_error_from_message(&error, reply); reply 154 lib/services/dbus.c DBusMessage *reply = NULL; reply 186 lib/services/dbus.c reply = dbus_pending_call_steal_reply(pending); reply 189 lib/services/dbus.c (void)pcmk_dbus_find_error(pending, reply, error); reply 196 lib/services/dbus.c return reply; reply 284 lib/services/dbus.c pcmk_dbus_lookup_result(DBusMessage *reply, struct db_getall_data *data) reply 291 lib/services/dbus.c if (pcmk_dbus_find_error((void*)&error, reply, &error)) { reply 298 lib/services/dbus.c dbus_message_iter_init(reply, &args); reply 299 lib/services/dbus.c if(!pcmk_dbus_type_check(reply, &args, DBUS_TYPE_ARRAY, __FUNCTION__, __LINE__)) { reply 311 lib/services/dbus.c if(!pcmk_dbus_type_check(reply, &dict, DBUS_TYPE_DICT_ENTRY, __FUNCTION__, __LINE__)) { reply 330 lib/services/dbus.c if(pcmk_dbus_type_check(reply, &v, DBUS_TYPE_STRING, __FUNCTION__, __LINE__)) { reply 348 lib/services/dbus.c pcmk_dbus_type_check(reply, &sv, DBUS_TYPE_STRING, __FUNCTION__, __LINE__); reply 373 lib/services/dbus.c DBusMessage *reply = NULL; reply 377 lib/services/dbus.c reply = dbus_pending_call_steal_reply(pending); reply 380 lib/services/dbus.c value = pcmk_dbus_lookup_result(reply, user_data); reply 383 lib/services/dbus.c if(reply) { reply 384 lib/services/dbus.c dbus_message_unref(reply); reply 435 lib/services/dbus.c DBusMessage *reply = pcmk_dbus_send_recv(msg, connection, NULL, timeout); reply 437 lib/services/dbus.c output = pcmk_dbus_lookup_result(reply, query_data); reply 439 lib/services/dbus.c if(reply) { reply 440 lib/services/dbus.c dbus_message_unref(reply); reply 43 lib/services/pcmk-dbus.h bool pcmk_dbus_find_error(DBusPendingCall *pending, DBusMessage *reply, reply 70 lib/services/systemd.c DBusMessage *reply = NULL; reply 82 lib/services/systemd.c reply = systemd_send_recv(msg, &error, DBUS_TIMEOUT_USE_DEFAULT); reply 91 lib/services/systemd.c } else if (reply == NULL) { reply 96 lib/services/systemd.c return reply; reply 186 lib/services/systemd.c DBusMessage *reply = NULL; reply 191 lib/services/systemd.c reply = dbus_pending_call_steal_reply(pending); reply 194 lib/services/systemd.c if (pcmk_dbus_find_error(pending, reply, &error)) { reply 205 lib/services/systemd.c if(reply) { reply 206 lib/services/systemd.c dbus_message_unref(reply); reply 250 lib/services/systemd.c systemd_loadunit_result(DBusMessage *reply, svc_action_t * op) reply 255 lib/services/systemd.c if (pcmk_dbus_find_error((void*)&path, reply, &error)) { reply 262 lib/services/systemd.c } else if(pcmk_dbus_type_check(reply, NULL, DBUS_TYPE_OBJECT_PATH, __FUNCTION__, __LINE__)) { reply 263 lib/services/systemd.c dbus_message_get_args (reply, NULL, reply 284 lib/services/systemd.c DBusMessage *reply = NULL; reply 288 lib/services/systemd.c reply = dbus_pending_call_steal_reply(pending); reply 291 lib/services/systemd.c crm_trace("Got result: %p for %p / %p for %s", reply, pending, op->opaque->pending, op->id); reply 296 lib/services/systemd.c systemd_loadunit_result(reply, user_data); reply 298 lib/services/systemd.c if(reply) { reply 299 lib/services/systemd.c dbus_message_unref(reply); reply 307 lib/services/systemd.c DBusMessage *reply = NULL; reply 334 lib/services/systemd.c reply = systemd_send_recv(msg, NULL, reply 338 lib/services/systemd.c unit = systemd_loadunit_result(reply, op); reply 342 lib/services/systemd.c if(reply) { reply 343 lib/services/systemd.c dbus_message_unref(reply); reply 365 lib/services/systemd.c DBusMessage *reply = NULL; reply 377 lib/services/systemd.c reply = systemd_call_simple_method("ListUnitFiles"); reply 378 lib/services/systemd.c if (reply == NULL) { reply 381 lib/services/systemd.c if (!dbus_message_iter_init(reply, &args)) { reply 383 lib/services/systemd.c dbus_message_unref(reply); reply 386 lib/services/systemd.c if (!pcmk_dbus_type_check(reply, &args, DBUS_TYPE_ARRAY, reply 389 lib/services/systemd.c dbus_message_unref(reply); reply 402 lib/services/systemd.c if(!pcmk_dbus_type_check(reply, &unit, DBUS_TYPE_STRUCT, __FUNCTION__, __LINE__)) { reply 408 lib/services/systemd.c if(!pcmk_dbus_type_check(reply, &elem, DBUS_TYPE_STRING, __FUNCTION__, __LINE__)) { reply 457 lib/services/systemd.c dbus_message_unref(reply); reply 520 lib/services/systemd.c systemd_exec_result(DBusMessage *reply, svc_action_t *op) reply 524 lib/services/systemd.c if (pcmk_dbus_find_error((void*)&error, reply, &error)) { reply 533 lib/services/systemd.c if(!pcmk_dbus_type_check(reply, NULL, DBUS_TYPE_OBJECT_PATH, __FUNCTION__, __LINE__)) { reply 540 lib/services/systemd.c dbus_message_get_args (reply, NULL, reply 554 lib/services/systemd.c DBusMessage *reply = NULL; reply 558 lib/services/systemd.c reply = dbus_pending_call_steal_reply(pending); reply 561 lib/services/systemd.c crm_trace("Got result: %p for %p for %s, %s", reply, pending, op->rsc, op->action); reply 565 lib/services/systemd.c systemd_exec_result(reply, op); reply 567 lib/services/systemd.c if(reply) { reply 568 lib/services/systemd.c dbus_message_unref(reply); reply 607 lib/services/systemd.c DBusMessage *reply = NULL; reply 723 lib/services/systemd.c reply = systemd_send_recv(msg, NULL, op->timeout); reply 725 lib/services/systemd.c systemd_exec_result(reply, op); reply 727 lib/services/systemd.c if(reply) { reply 728 lib/services/systemd.c dbus_message_unref(reply); reply 69 lib/services/upstart.c DBusMessage *reply = NULL; reply 82 lib/services/upstart.c reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, timeout); reply 89 lib/services/upstart.c } else if(!pcmk_dbus_type_check(reply, NULL, DBUS_TYPE_OBJECT_PATH, __FUNCTION__, __LINE__)) { reply 96 lib/services/upstart.c dbus_message_get_args (reply, NULL, reply 102 lib/services/upstart.c dbus_message_unref(reply); reply 106 lib/services/upstart.c if(reply) { reply 107 lib/services/upstart.c dbus_message_unref(reply); reply 155 lib/services/upstart.c DBusMessage *reply = NULL; reply 175 lib/services/upstart.c reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, DBUS_TIMEOUT_USE_DEFAULT); reply 183 lib/services/upstart.c } else if (!dbus_message_iter_init(reply, &args)) { reply 185 lib/services/upstart.c dbus_message_unref(reply); reply 189 lib/services/upstart.c if(!pcmk_dbus_type_check(reply, &args, DBUS_TYPE_ARRAY, __FUNCTION__, __LINE__)) { reply 191 lib/services/upstart.c dbus_message_unref(reply); reply 201 lib/services/upstart.c if(!pcmk_dbus_type_check(reply, &unit, DBUS_TYPE_OBJECT_PATH, __FUNCTION__, __LINE__)) { reply 224 lib/services/upstart.c dbus_message_unref(reply); reply 242 lib/services/upstart.c DBusMessage *reply; reply 254 lib/services/upstart.c reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, timeout); reply 262 lib/services/upstart.c } else if(reply == NULL) { reply 266 lib/services/upstart.c } else if (!dbus_message_iter_init(reply, &args)) { reply 271 lib/services/upstart.c if(!pcmk_dbus_type_check(reply, &args, DBUS_TYPE_ARRAY, __FUNCTION__, __LINE__)) { reply 277 lib/services/upstart.c if(pcmk_dbus_type_check(reply, &unit, DBUS_TYPE_OBJECT_PATH, __FUNCTION__, __LINE__)) { reply 289 lib/services/upstart.c if(reply) { reply 290 lib/services/upstart.c dbus_message_unref(reply); reply 369 lib/services/upstart.c DBusMessage *reply = NULL; reply 374 lib/services/upstart.c reply = dbus_pending_call_steal_reply(pending); reply 377 lib/services/upstart.c if (pcmk_dbus_find_error(pending, reply, &error)) { reply 390 lib/services/upstart.c if(!pcmk_dbus_type_check(reply, NULL, DBUS_TYPE_OBJECT_PATH, __FUNCTION__, __LINE__)) { reply 397 lib/services/upstart.c dbus_message_get_args (reply, NULL, reply 409 lib/services/upstart.c if(reply) { reply 410 lib/services/upstart.c dbus_message_unref(reply); reply 426 lib/services/upstart.c DBusMessage *reply = NULL; reply 522 lib/services/upstart.c reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, op->timeout); reply 535 lib/services/upstart.c } else if(!pcmk_dbus_type_check(reply, NULL, DBUS_TYPE_OBJECT_PATH, __FUNCTION__, __LINE__)) { reply 542 lib/services/upstart.c dbus_message_get_args (reply, NULL, reply 556 lib/services/upstart.c if(reply) { reply 557 lib/services/upstart.c dbus_message_unref(reply); reply 379 lrmd/lrmd.c xmlNode *reply = NULL; reply 381 lrmd/lrmd.c reply = create_xml_node(NULL, T_LRMD_REPLY); reply 382 lrmd/lrmd.c crm_xml_add(reply, F_LRMD_ORIGIN, __FUNCTION__); reply 383 lrmd/lrmd.c crm_xml_add_int(reply, F_LRMD_RC, rc); reply 384 lrmd/lrmd.c crm_xml_add_int(reply, F_LRMD_CALLID, call_id); reply 386 lrmd/lrmd.c send_rc = lrmd_server_send_reply(client, id, reply); reply 388 lrmd/lrmd.c free_xml(reply); reply 1376 lrmd/lrmd.c xmlNode *reply = create_xml_node(NULL, "reply"); reply 1383 lrmd/lrmd.c crm_xml_add_int(reply, F_LRMD_RC, -EPROTO); reply 1386 lrmd/lrmd.c crm_xml_add(reply, F_LRMD_OPERATION, CRM_OP_REGISTER); reply 1387 lrmd/lrmd.c crm_xml_add(reply, F_LRMD_CLIENTID, client->id); reply 1388 lrmd/lrmd.c crm_xml_add(reply, F_LRMD_PROTOCOL_VERSION, LRMD_PROTOCOL_VERSION); reply 1389 lrmd/lrmd.c lrmd_server_send_reply(client, id, reply); reply 1398 lrmd/lrmd.c free_xml(reply); reply 1435 lrmd/lrmd.c xmlNode *reply = NULL; reply 1454 lrmd/lrmd.c reply = create_xml_node(NULL, T_LRMD_REPLY); reply 1455 lrmd/lrmd.c crm_xml_add(reply, F_LRMD_ORIGIN, __FUNCTION__); reply 1456 lrmd/lrmd.c crm_xml_add_int(reply, F_LRMD_RC, rc); reply 1457 lrmd/lrmd.c crm_xml_add_int(reply, F_LRMD_CALLID, call_id); reply 1460 lrmd/lrmd.c crm_xml_add(reply, F_LRMD_RSC_ID, rsc->rsc_id); reply 1461 lrmd/lrmd.c crm_xml_add(reply, F_LRMD_CLASS, rsc->class); reply 1462 lrmd/lrmd.c crm_xml_add(reply, F_LRMD_PROVIDER, rsc->provider); reply 1463 lrmd/lrmd.c crm_xml_add(reply, F_LRMD_TYPE, rsc->type); reply 1466 lrmd/lrmd.c send_rc = lrmd_server_send_reply(client, id, reply); reply 1472 lrmd/lrmd.c free_xml(reply); reply 73 lrmd/lrmd_private.h int lrmd_server_send_reply(crm_client_t * client, uint32_t id, xmlNode * reply); reply 223 lrmd/main.c lrmd_server_send_reply(crm_client_t * client, uint32_t id, xmlNode * reply) reply 229 lrmd/main.c return crm_ipcs_send(client, id, reply, FALSE); reply 232 lrmd/main.c return lrmd_tls_send_msg(client->remote, reply, id, "reply"); reply 96 pengine/pengine.c xmlNode *reply = NULL; reply 151 pengine/pengine.c reply = create_reply(msg, data_set.graph); reply 152 pengine/pengine.c CRM_ASSERT(reply != NULL); reply 160 pengine/pengine.c crm_xml_add(reply, F_CRM_TGRAPH_INPUT, filename); reply 161 pengine/pengine.c crm_xml_add_int(reply, "graph-errors", was_processing_error); reply 162 pengine/pengine.c crm_xml_add_int(reply, "graph-warnings", was_processing_warning); reply 163 pengine/pengine.c crm_xml_add_int(reply, "config-errors", crm_config_error); reply 164 pengine/pengine.c crm_xml_add_int(reply, "config-warnings", crm_config_warning); reply 166 pengine/pengine.c if (crm_ipcs_send(sender, 0, reply, crm_ipc_server_event) == FALSE) { reply 178 pengine/pengine.c crm_xml_add(reply, F_CRM_TGRAPH, graph_file); reply 182 pengine/pengine.c free_xml(first_named_child(reply, F_CRM_DATA)); reply 183 pengine/pengine.c CRM_ASSERT(crm_ipcs_send(sender, 0, reply, crm_ipc_server_event)); reply 186 pengine/pengine.c free_xml(reply); reply 224 tools/attrd_updater.c send_attrd_query(const char *name, const char *host, xmlNode **reply) reply 248 tools/attrd_updater.c rc = crm_ipc_send(ipc, query, crm_ipc_flags_none|crm_ipc_client_response, 0, reply); reply 269 tools/attrd_updater.c validate_attrd_reply(xmlNode *reply, const char *attr_name) reply 273 tools/attrd_updater.c if (reply == NULL) { reply 278 tools/attrd_updater.c crm_log_xml_trace(reply, "Reply"); reply 280 tools/attrd_updater.c reply_attr = crm_element_value(reply, F_ATTRD_ATTRIBUTE); reply 287 tools/attrd_updater.c if (safe_str_neq(crm_element_value(reply, F_TYPE), T_ATTRD) reply 288 tools/attrd_updater.c || (crm_element_value(reply, F_ATTRD_VERSION) == NULL) reply 307 tools/attrd_updater.c print_attrd_values(xmlNode *reply, const char *attr_name) reply 314 tools/attrd_updater.c for (child = __xml_first_child(reply); child != NULL; child = __xml_next(child)) { reply 346 tools/attrd_updater.c xmlNode *reply = NULL; reply 357 tools/attrd_updater.c rc = send_attrd_query(attr_name, attr_node, &reply); reply 364 tools/attrd_updater.c rc = validate_attrd_reply(reply, attr_name); reply 366 tools/attrd_updater.c if (reply != NULL) { reply 367 tools/attrd_updater.c free_xml(reply); reply 373 tools/attrd_updater.c if (print_attrd_values(reply, attr_name) == FALSE) { reply 377 tools/attrd_updater.c free_xml(reply);