req 43 daemons/based/based_messages.c cib_process_shutdown_req(const char *op, int options, const char *section, xmlNode * req, req 47 daemons/based/based_messages.c const char *host = crm_element_value(req, PCMK__XA_SRC); req 51 daemons/based/based_messages.c if (crm_element_value(req, PCMK__XA_CIB_ISREPLYTO) == NULL) { req 68 daemons/based/based_messages.c cib_process_noop(const char *op, int options, const char *section, xmlNode *req, req 78 daemons/based/based_messages.c cib_process_readwrite(const char *op, int options, const char *section, xmlNode * req, req 138 daemons/based/based_messages.c cib_process_ping(const char *op, int options, const char *section, xmlNode * req, xmlNode * input, req 141 daemons/based/based_messages.c const char *host = crm_element_value(req, PCMK__XA_SRC); req 142 daemons/based/based_messages.c const char *seq = crm_element_value(req, PCMK__XA_CIB_PING_ID); req 186 daemons/based/based_messages.c cib_process_sync(const char *op, int options, const char *section, xmlNode * req, xmlNode * input, req 189 daemons/based/based_messages.c return sync_our_cib(req, TRUE); req 193 daemons/based/based_messages.c cib_process_upgrade_server(const char *op, int options, const char *section, xmlNode * req, xmlNode * input, req 200 daemons/based/based_messages.c if (crm_element_value(req, PCMK__XA_CIB_SCHEMA_MAX) != NULL) { req 207 daemons/based/based_messages.c op, options, section, req, input, existing_cib, result_cib, answer); req 211 daemons/based/based_messages.c const char *host = crm_element_value(req, PCMK__XA_SRC); req 214 daemons/based/based_messages.c const char *client_id = crm_element_value(req, PCMK__XA_CIB_CLIENTID); req 215 daemons/based/based_messages.c const char *call_opts = crm_element_value(req, PCMK__XA_CIB_CALLOPT); req 216 daemons/based/based_messages.c const char *call_id = crm_element_value(req, PCMK__XA_CIB_CALLID); req 287 daemons/based/based_messages.c cib_process_sync_one(const char *op, int options, const char *section, xmlNode * req, req 291 daemons/based/based_messages.c return sync_our_cib(req, FALSE); req 295 daemons/based/based_messages.c cib_server_process_diff(const char *op, int options, const char *section, xmlNode * req, req 329 daemons/based/based_messages.c rc = cib_process_diff(op, options, section, req, input, existing_cib, result_cib, answer); req 358 daemons/based/based_messages.c cib_process_replace_svr(const char *op, int options, const char *section, xmlNode * req, req 363 daemons/based/based_messages.c cib_process_replace(op, options, section, req, input, existing_cib, result_cib, answer); req 373 daemons/based/based_messages.c cib_process_delete_absolute(const char *op, int options, const char *section, xmlNode * req, req 469 daemons/based/based_messages.c xmlNode *req, xmlNode *input, req 478 daemons/based/based_messages.c const char *client_id = crm_element_value(req, PCMK__XA_CIB_CLIENTID); req 479 daemons/based/based_messages.c const char *origin = crm_element_value(req, PCMK__XA_SRC); req 495 daemons/based/based_messages.c cib_process_schemas(const char *op, int options, const char *section, xmlNode *req, req 508 daemons/based/based_messages.c wrapper = pcmk__xe_first_child(req, PCMK__XE_CIB_CALLDATA, NULL, NULL); req 89 daemons/based/pacemaker-based.h xmlNode *req, xmlNode *input, req 93 daemons/based/pacemaker-based.h xmlNode *req, xmlNode *input, xmlNode *existing_cib, req 96 daemons/based/pacemaker-based.h xmlNode *req, xmlNode *input, xmlNode *existing_cib, req 99 daemons/based/pacemaker-based.h xmlNode *req, xmlNode *input, xmlNode *existing_cib, req 102 daemons/based/pacemaker-based.h xmlNode *req, xmlNode *input, xmlNode *existing_cib, req 105 daemons/based/pacemaker-based.h xmlNode *req, xmlNode *input, xmlNode *existing_cib, req 108 daemons/based/pacemaker-based.h xmlNode *req, xmlNode *input, xmlNode *existing_cib, req 111 daemons/based/pacemaker-based.h xmlNode *req, xmlNode *input, xmlNode *existing_cib, req 114 daemons/based/pacemaker-based.h const char *section, xmlNode *req, req 118 daemons/based/pacemaker-based.h xmlNode *req, xmlNode *input, req 122 daemons/based/pacemaker-based.h const char *section, xmlNode *req, req 126 daemons/based/pacemaker-based.h xmlNode *req, xmlNode *input, xmlNode *existing_cib, req 52 daemons/controld/controld_join_client.c xmlNode *req = create_request(CRM_OP_JOIN_ANNOUNCE, NULL, NULL, req 58 daemons/controld/controld_join_client.c pcmk__cluster_send_message(NULL, crm_msg_crmd, req); req 59 daemons/controld/controld_join_client.c free_xml(req); req 82 daemons/controld/controld_join_client.c xmlNode *req = create_request(CRM_OP_JOIN_ANNOUNCE, NULL, NULL, req 87 daemons/controld/controld_join_client.c pcmk__cluster_send_message(NULL, crm_msg_crmd, req); req 88 daemons/controld/controld_join_client.c free_xml(req); req 174 include/crm/cib/internal.h xmlNode *req, xmlNode *input, bool manage_counters, req 190 include/crm/cib/internal.h int cib_process_query(const char *op, int options, const char *section, xmlNode * req, req 194 include/crm/cib/internal.h int cib_process_erase(const char *op, int options, const char *section, xmlNode * req, req 198 include/crm/cib/internal.h int cib_process_bump(const char *op, int options, const char *section, xmlNode * req, req 202 include/crm/cib/internal.h int cib_process_replace(const char *op, int options, const char *section, xmlNode * req, req 206 include/crm/cib/internal.h int cib_process_create(const char *op, int options, const char *section, xmlNode * req, req 210 include/crm/cib/internal.h int cib_process_modify(const char *op, int options, const char *section, xmlNode * req, req 214 include/crm/cib/internal.h int cib_process_delete(const char *op, int options, const char *section, xmlNode * req, req 218 include/crm/cib/internal.h int cib_process_diff(const char *op, int options, const char *section, xmlNode * req, req 222 include/crm/cib/internal.h int cib_process_upgrade(const char *op, int options, const char *section, xmlNode * req, req 249 include/crm/cib/internal.h const xmlNode *req, xmlNode *input, xmlNode *existing_cib, req 250 include/crm/common/ipc_internal.h #define pcmk__ipc_send_ack(c, req, flags, tag, ver, st) \ req 251 include/crm/common/ipc_internal.h pcmk__ipc_send_ack_as(__func__, __LINE__, (c), (req), (flags), (tag), (ver), (st)) req 56 lib/cib/cib_file.c xmlNode *req, xmlNode *input, req 1170 lib/cib/cib_file.c const char *section, xmlNode *req, req 1175 lib/cib/cib_file.c const char *client_id = crm_element_value(req, PCMK__XA_CIB_CLIENTID); req 168 lib/cib/cib_ops.c cib_process_query(const char *op, int options, const char *section, xmlNode * req, xmlNode * input, req 178 lib/cib/cib_ops.c return cib_process_xpath(op, options, section, req, input, req 241 lib/cib/cib_ops.c cib_process_erase(const char *op, int options, const char *section, xmlNode * req, xmlNode * input, req 260 lib/cib/cib_ops.c cib_process_upgrade(const char *op, int options, const char *section, xmlNode * req, req 265 lib/cib/cib_ops.c const char *max_schema = crm_element_value(req, PCMK__XA_CIB_SCHEMA_MAX); req 289 lib/cib/cib_ops.c cib_process_bump(const char *op, int options, const char *section, xmlNode * req, xmlNode * input, req 304 lib/cib/cib_ops.c cib_process_replace(const char *op, int options, const char *section, xmlNode * req, req 314 lib/cib/cib_ops.c return cib_process_xpath(op, options, section, req, input, req 341 lib/cib/cib_ops.c const char *peer = crm_element_value(req, PCMK__XA_SRC); req 342 lib/cib/cib_ops.c const char *digest = crm_element_value(req, PCMK__XA_DIGEST); req 345 lib/cib/cib_ops.c const char *version = crm_element_value(req, req 429 lib/cib/cib_ops.c cib_process_delete(const char *op, int options, const char *section, xmlNode * req, xmlNode * input, req 437 lib/cib/cib_ops.c return cib_process_xpath(op, options, section, req, input, req 457 lib/cib/cib_ops.c cib_process_modify(const char *op, int options, const char *section, xmlNode * req, xmlNode * input, req 466 lib/cib/cib_ops.c return cib_process_xpath(op, options, section, req, input, req 602 lib/cib/cib_ops.c cib_process_create(const char *op, int options, const char *section, xmlNode * req, xmlNode * input, req 629 lib/cib/cib_ops.c return cib_process_modify(op, options, section, req, input, existing_cib, result_cib, req 669 lib/cib/cib_ops.c cib_process_diff(const char *op, int options, const char *section, xmlNode * req, xmlNode * input, req 674 lib/cib/cib_ops.c if (req != NULL) { req 675 lib/cib/cib_ops.c originator = crm_element_value(req, PCMK__XA_SRC); req 764 lib/cib/cib_ops.c const xmlNode *req, xmlNode *input, xmlNode *existing_cib, req 334 lib/cib/cib_utils.c xmlNode *req, xmlNode *input, bool manage_counters, req 346 lib/cib/cib_utils.c const char *user = crm_element_value(req, PCMK__XA_CIB_USER); req 385 lib/cib/cib_utils.c rc = (*fn) (op, call_options, section, req, input, cib_ro, result_cib, output); req 422 lib/cib/cib_utils.c rc = (*fn) (op, call_options, section, req, input, scratch, &scratch, output); req 434 lib/cib/cib_utils.c rc = (*fn) (op, call_options, section, req, input, *current_cib, req 487 lib/cib/cib_utils.c crm_log_xml_warn(req, "Bad Op"); req 497 lib/cib/cib_utils.c crm_log_xml_warn(req, "Bad Op"); req 598 lib/cib/cib_utils.c const char *origin = crm_element_value(req, PCMK__XA_SRC); req 599 lib/cib/cib_utils.c const char *client = crm_element_value(req, req 377 lib/common/utils.c struct timespec req = { .tv_sec = 0, .tv_nsec = (long) (ms * 1000000) }; req 379 lib/common/utils.c nanosleep(&req, NULL);