call_options      253 cib/callbacks.c     int call_options = 0;
call_options      258 cib/callbacks.c         crm_element_value_int(op_request, F_CIB_CALLOPTS, &call_options);
call_options      271 cib/callbacks.c     if (is_set(call_options, cib_sync_call)) {
call_options      520 cib/callbacks.c parse_local_options_v1(crm_client_t * cib_client, int call_type, int call_options, const char *host,
call_options      525 cib/callbacks.c         && !(call_options & cib_inhibit_bcast)) {
call_options      532 cib/callbacks.c     if (host == NULL && (call_options & cib_scope_local)) {
call_options      558 cib/callbacks.c parse_local_options_v2(crm_client_t * cib_client, int call_type, int call_options, const char *host,
call_options      605 cib/callbacks.c parse_local_options(crm_client_t * cib_client, int call_type, int call_options, const char *host,
call_options      610 cib/callbacks.c         parse_local_options_v1(cib_client, call_type, call_options, host,
call_options      613 cib/callbacks.c         parse_local_options_v2(cib_client, call_type, call_options, host,
call_options      849 cib/callbacks.c forward_request(xmlNode * request, crm_client_t * cib_client, int call_options)
call_options      868 cib/callbacks.c     if (call_options & cib_discard_reply) {
call_options      934 cib/callbacks.c     int call_options = 0;
call_options      969 cib/callbacks.c     crm_element_value_int(request, F_CIB_CALLOPTS, &call_options);
call_options      971 cib/callbacks.c         call_options |= cib_sync_call;
call_options      981 cib/callbacks.c     } else if (call_options & cib_scope_local) {
call_options     1004 cib/callbacks.c         parse_local_options(cib_client, call_type, call_options, host, op,
call_options     1017 cib/callbacks.c     if (call_options & cib_discard_reply) {
call_options     1039 cib/callbacks.c         forward_request(request, cib_client, call_options);
call_options     1055 cib/callbacks.c         crm_xml_add_int(op_reply, F_CIB_CALLOPTS, call_options);
call_options     1130 cib/callbacks.c                rc == pcmk_ok && result_diff != NULL && !(call_options & cib_inhibit_bcast)) {
call_options     1144 cib/callbacks.c                       (call_options & cib_sync_call) ? "" : "a-", client_id);
call_options     1146 cib/callbacks.c             queue_local_notify(op_reply, client_id, (call_options & cib_sync_call), from_peer);
call_options     1150 cib/callbacks.c     } else if (call_options & cib_discard_reply) {
call_options     1157 cib/callbacks.c         } else if (call_options & cib_inhibit_bcast) {
call_options     1172 cib/callbacks.c                   (call_options & cib_sync_call) ? "" : "a-", client_id);
call_options     1174 cib/callbacks.c             do_local_notify(request, client_id, call_options & cib_sync_call, from_peer);
call_options     1176 cib/callbacks.c             do_local_notify(op_reply, client_id, call_options & cib_sync_call, from_peer);
call_options     1195 cib/callbacks.c     int call_options = 0;
call_options     1223 cib/callbacks.c     crm_element_value_int(request, F_CIB_CALLOPTS, &call_options);
call_options     1227 cib/callbacks.c         rc = cib_op_can_run(call_type, call_options, privileged, global_update);
call_options     1240 cib/callbacks.c         rc = cib_perform_op(op, call_options, cib_op_func(call_type), TRUE,
call_options     1253 cib/callbacks.c         call_options |= cib_force_diff;
call_options     1262 cib/callbacks.c         if (call_options & cib_inhibit_bcast) {
call_options     1268 cib/callbacks.c         if (is_not_set(call_options, cib_dryrun) && safe_str_eq(section, XML_CIB_TAG_STATUS)) {
call_options     1270 cib/callbacks.c             call_options |= cib_zero_copy;
call_options     1272 cib/callbacks.c             clear_bit(call_options, cib_zero_copy);
call_options     1276 cib/callbacks.c         rc = cib_perform_op(op, call_options, cib_op_func(call_type), FALSE,
call_options     1302 cib/callbacks.c     if (rc == pcmk_ok && is_not_set(call_options, cib_dryrun)) {
call_options     1306 cib/callbacks.c                   (is_set(call_options, cib_zero_copy)? " zero-copy" : ""),
call_options     1308 cib/callbacks.c         if(is_not_set(call_options, cib_zero_copy)) {
call_options     1340 cib/callbacks.c         CRM_ASSERT(is_not_set(call_options, cib_zero_copy));
call_options     1350 cib/callbacks.c         crm_trace("Not activating %d %d %s", rc, is_set(call_options, cib_dryrun), crm_element_value(result_cib, XML_ATTR_NUMUPDATES));
call_options     1351 cib/callbacks.c         if(is_not_set(call_options, cib_zero_copy)) {
call_options     1356 cib/callbacks.c     if ((call_options & (cib_inhibit_notify|cib_dryrun)) == 0) {
call_options     1359 cib/callbacks.c         crm_trace("Sending notifications %d", is_set(call_options, cib_dryrun));
call_options     1360 cib/callbacks.c         cib_diff_notify(call_options, client, call_id, op, input, rc, *cib_diff);
call_options     1371 cib/callbacks.c     if ((call_options & cib_discard_reply) == 0) {
call_options     1379 cib/callbacks.c         crm_xml_add_int(*reply, F_CIB_CALLOPTS, call_options);
call_options     1398 cib/callbacks.c         cib_op_cleanup(call_type, call_options, &input, &output);
call_options      320 cib/common.c   cib_op_can_run(int call_type, int call_options, gboolean privileged, gboolean global_update)
call_options      330 cib/common.c           && (call_options & cib_quorum_override) == 0 && cib_server_ops[call_type].needs_quorum) {
call_options       30 cib/common.h   extern int cib_op_can_run(int call_type, int call_options, gboolean privileged,
call_options       53 crmd/lrm.c     static int delete_rsc_status(lrm_state_t * lrm_state, const char *rsc_id, int call_options,
call_options      951 crmd/lrm.c     delete_rsc_status(lrm_state_t * lrm_state, const char *rsc_id, int call_options,
call_options      965 crmd/lrm.c                              NULL, NULL, call_options | cib_xpath, user_name);
call_options      318 crmd/membership.c     int call_options = cib_scope_local | cib_quorum_override;
call_options      368 crmd/membership.c     fsa_cib_update(XML_CIB_TAG_NODES, node_list, call_options, call_id, NULL);
call_options      395 crmd/membership.c         fsa_cib_update(XML_CIB_TAG_STATUS, node_list, call_options, call_id, NULL);
call_options      430 crmd/membership.c         int call_options = cib_scope_local | cib_quorum_override;
call_options      436 crmd/membership.c         fsa_cib_update(XML_TAG_CIB, update, call_options, call_id, NULL);
call_options      325 crmd/te_actions.c     int call_options = cib_quorum_override | cib_scope_local;
call_options      383 crmd/te_actions.c     rc = fsa_cib_conn->cmds->update(fsa_cib_conn, XML_CIB_TAG_STATUS, state, call_options);
call_options       79 fencing/commands.c static void stonith_send_reply(xmlNode * reply, int call_options, const char *remote_peer,
call_options     1747 fencing/commands.c     int call_options;
call_options     1902 fencing/commands.c                            is_set(query->call_options, st_opt_allow_suicide));
call_options     1904 fencing/commands.c                              is_set(query->call_options, st_opt_allow_suicide));
call_options     1927 fencing/commands.c     stonith_send_reply(query->reply, query->call_options, query->remote_peer, query->client_id);
call_options     1940 fencing/commands.c stonith_query(xmlNode * msg, const char *remote_peer, const char *client_id, int call_options)
call_options     1968 fencing/commands.c     query->call_options = call_options;
call_options     1971 fencing/commands.c                         is_set(call_options, st_opt_allow_suicide),
call_options     2437 fencing/commands.c stonith_send_reply(xmlNode * reply, int call_options, const char *remote_peer,
call_options     2443 fencing/commands.c         do_local_reply(reply, client_id, is_set(call_options, st_opt_sync_call), remote_peer != NULL);
call_options     2451 fencing/commands.c     int call_options = 0;
call_options     2461 fencing/commands.c     crm_element_value_int(request, F_STONITH_CALLOPTS, &call_options);
call_options     2463 fencing/commands.c     if (is_set(call_options, st_opt_sync_call)) {
call_options     2494 fencing/commands.c         stonith_query(request, remote_peer, client_id, call_options);
call_options     2536 fencing/commands.c         } else if (call_options & st_opt_manual_ack) {
call_options     2604 fencing/commands.c         do_stonith_notify_device(call_options, op, rc, device_id);
call_options     2611 fencing/commands.c         do_stonith_notify_device(call_options, op, rc, device_id);
call_options     2617 fencing/commands.c         do_stonith_notify_level(call_options, op, rc, device_id);
call_options     2624 fencing/commands.c         do_stonith_notify_level(call_options, op, rc, device_id);
call_options     2659 fencing/commands.c                   id, is_set(call_options, st_opt_sync_call), call_options,
call_options     2662 fencing/commands.c         if (is_set(call_options, st_opt_sync_call)) {
call_options     2666 fencing/commands.c         stonith_send_reply(reply, call_options, remote_peer, client_id);
call_options     2698 fencing/commands.c     int call_options = 0;
call_options     2717 fencing/commands.c     crm_element_value_int(request, F_STONITH_CALLOPTS, &call_options);
call_options     2719 fencing/commands.c               id, client ? client->name : remote_peer, call_options);
call_options     2721 fencing/commands.c     if (is_set(call_options, st_opt_sync_call)) {
call_options      109 fencing/internal.h     long long call_options;
call_options       99 fencing/main.c     int call_options = 0;
call_options      138 fencing/main.c     crm_element_value_int(request, F_STONITH_CALLOPTS, &call_options);
call_options      139 fencing/main.c     crm_trace("Flags %u/%u for command %u from %s", flags, call_options, id, crm_client_name(c));
call_options      141 fencing/main.c     if (is_set(call_options, st_opt_sync_call)) {
call_options       89 fencing/remote.c                                   int call_options);
call_options      405 fencing/remote.c     do_local_reply(reply, op->client_id, op->call_options & st_opt_sync_call, FALSE);
call_options      790 fencing/remote.c     set_bit(op->call_options, st_opt_topology);
call_options      963 fencing/remote.c     int call_options = 0;
call_options     1018 fencing/remote.c     crm_element_value_int(request, F_STONITH_CALLOPTS, &call_options);
call_options     1019 fencing/remote.c     op->call_options = call_options;
call_options     1027 fencing/remote.c     if (op->call_options & st_opt_cs_nodeid) {
call_options     1032 fencing/remote.c         op->call_options &= ~st_opt_cs_nodeid;
call_options     1097 fencing/remote.c                               NULL, op->call_options);
call_options     1131 fencing/remote.c     if (!device && is_set(op->call_options, st_opt_topology)) {
call_options     1147 fencing/remote.c         if (is_set(op->call_options, st_opt_topology)) {
call_options     1216 fencing/remote.c              && is_set(op->call_options, st_opt_topology)
call_options     1293 fencing/remote.c     if (is_set(op->call_options, st_opt_topology) && tp) {
call_options     1340 fencing/remote.c     if (op->call_options & st_opt_sync_call) {
call_options     1442 fencing/remote.c     if (peer == NULL && !is_set(op->call_options, st_opt_topology)) {
call_options     1457 fencing/remote.c     if (is_set(op->call_options, st_opt_topology) && op->devices) {
call_options     1478 fencing/remote.c         crm_xml_add_int(remote_op, F_STONITH_CALLOPTS, op->call_options);
call_options     1853 fencing/remote.c     if (is_set(op->call_options, st_opt_topology)) {
call_options     1972 fencing/remote.c     if (is_set(op->call_options, st_opt_topology)) {
call_options      104 include/crm/cib.h     int (*noop) (cib_t * cib, int call_options);
call_options      105 include/crm/cib.h     int (*ping) (cib_t * cib, xmlNode ** output_data, int call_options);
call_options      107 include/crm/cib.h     int (*query) (cib_t * cib, const char *section, xmlNode ** output_data, int call_options);
call_options      109 include/crm/cib.h                        xmlNode ** output_data, int call_options);
call_options      112 include/crm/cib.h     int (*set_master) (cib_t * cib, int call_options);
call_options      113 include/crm/cib.h     int (*set_slave) (cib_t * cib, int call_options);
call_options      114 include/crm/cib.h     int (*set_slave_all) (cib_t * cib, int call_options);
call_options      116 include/crm/cib.h     int (*sync) (cib_t * cib, const char *section, int call_options);
call_options      117 include/crm/cib.h     int (*sync_from) (cib_t * cib, const char *host, const char *section, int call_options);
call_options      119 include/crm/cib.h     int (*upgrade) (cib_t * cib, int call_options);
call_options      120 include/crm/cib.h     int (*bump_epoch) (cib_t * cib, int call_options);
call_options      122 include/crm/cib.h     int (*create) (cib_t * cib, const char *section, xmlNode * data, int call_options);
call_options      123 include/crm/cib.h     int (*modify) (cib_t * cib, const char *section, xmlNode * data, int call_options);
call_options      124 include/crm/cib.h     int (*update) (cib_t * cib, const char *section, xmlNode * data, int call_options);
call_options      125 include/crm/cib.h     int (*replace) (cib_t * cib, const char *section, xmlNode * data, int call_options);
call_options      126 include/crm/cib.h     int (*delete) (cib_t * cib, const char *section, xmlNode * data, int call_options);
call_options      128 include/crm/cib.h     int (*erase) (cib_t * cib, xmlNode ** output_data, int call_options);
call_options      129 include/crm/cib.h     int (*delete_absolute) (cib_t * cib, const char *section, xmlNode * data, int call_options);
call_options      131 include/crm/cib.h     int (*quit) (cib_t * cib, int call_options);
call_options      124 include/crm/cib/internal.h int cib_perform_op(const char *op, int call_options, cib_op_t * fn, gboolean is_query,
call_options      131 include/crm/cib/internal.h                        const char *section, xmlNode * data, int call_options,
call_options      213 include/crm/cib/internal.h                     xmlNode ** output_data, int call_options, const char *user_name);
call_options       32 include/crm/cib/util.h int update_attr_delegate(cib_t * the_cib, int call_options,
call_options      289 include/crm/compatibility.h update_attr(cib_t * the_cib, int call_options,
call_options      293 include/crm/compatibility.h     return update_attr_delegate(the_cib, call_options, section, node_uuid, set_type, set_name,
call_options      211 include/crm/stonith-ng.h     int (*list_agents)(stonith_t *stonith, int call_options, const char *namespace,
call_options      176 lib/cib/cib_attrs.c update_attr_delegate(cib_t * the_cib, int call_options,
call_options      315 lib/cib/cib_attrs.c                          call_options | cib_quorum_override, user_name);
call_options       59 lib/cib/cib_client.c cib_client_noop(cib_t * cib, int call_options)
call_options       62 lib/cib/cib_client.c     return cib_internal_op(cib, CRM_OP_NOOP, NULL, NULL, NULL, NULL, call_options, NULL);
call_options       66 lib/cib/cib_client.c cib_client_ping(cib_t * cib, xmlNode ** output_data, int call_options)
call_options       69 lib/cib/cib_client.c     return cib_internal_op(cib, CRM_OP_PING, NULL, NULL, NULL, output_data, call_options, NULL);
call_options       73 lib/cib/cib_client.c cib_client_query(cib_t * cib, const char *section, xmlNode ** output_data, int call_options)
call_options       75 lib/cib/cib_client.c     return cib->cmds->query_from(cib, NULL, section, output_data, call_options);
call_options       80 lib/cib/cib_client.c                       xmlNode ** output_data, int call_options)
call_options       83 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_QUERY, host, section, NULL, output_data, call_options, NULL);
call_options       95 lib/cib/cib_client.c cib_client_set_slave(cib_t * cib, int call_options)
call_options       98 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_SLAVE, NULL, NULL, NULL, NULL, call_options, NULL);
call_options      102 lib/cib/cib_client.c cib_client_set_slave_all(cib_t * cib, int call_options)
call_options      108 lib/cib/cib_client.c cib_client_set_master(cib_t * cib, int call_options)
call_options      113 lib/cib/cib_client.c                            call_options | cib_scope_local, NULL);
call_options      117 lib/cib/cib_client.c cib_client_bump_epoch(cib_t * cib, int call_options)
call_options      120 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_BUMP, NULL, NULL, NULL, NULL, call_options, NULL);
call_options      124 lib/cib/cib_client.c cib_client_upgrade(cib_t * cib, int call_options)
call_options      127 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_UPGRADE, NULL, NULL, NULL, NULL, call_options, NULL);
call_options      131 lib/cib/cib_client.c cib_client_sync(cib_t * cib, const char *section, int call_options)
call_options      133 lib/cib/cib_client.c     return cib->cmds->sync_from(cib, NULL, section, call_options);
call_options      137 lib/cib/cib_client.c cib_client_sync_from(cib_t * cib, const char *host, const char *section, int call_options)
call_options      140 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_SYNC, host, section, NULL, NULL, call_options, NULL);
call_options      144 lib/cib/cib_client.c cib_client_create(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      147 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_CREATE, NULL, section, data, NULL, call_options, NULL);
call_options      151 lib/cib/cib_client.c cib_client_modify(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      154 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_MODIFY, NULL, section, data, NULL, call_options, NULL);
call_options      158 lib/cib/cib_client.c cib_client_update(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      161 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_MODIFY, NULL, section, data, NULL, call_options, NULL);
call_options      165 lib/cib/cib_client.c cib_client_replace(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      168 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_REPLACE, NULL, section, data, NULL, call_options, NULL);
call_options      172 lib/cib/cib_client.c cib_client_delete(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      175 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_DELETE, NULL, section, data, NULL, call_options, NULL);
call_options      179 lib/cib/cib_client.c cib_client_delete_absolute(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      182 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_DELETE_ALT, NULL, section, data, NULL, call_options, NULL);
call_options      186 lib/cib/cib_client.c cib_client_erase(cib_t * cib, xmlNode ** output_data, int call_options)
call_options      189 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_ERASE, NULL, NULL, NULL, output_data, call_options, NULL);
call_options       48 lib/cib/cib_file.c                         xmlNode * data, xmlNode ** output_data, int call_options);
call_options       51 lib/cib/cib_file.c                                  xmlNode * data, xmlNode ** output_data, int call_options,
call_options      766 lib/cib/cib_file.c                     xmlNode * data, xmlNode ** output_data, int call_options)
call_options      768 lib/cib/cib_file.c     return cib_file_perform_op_delegate(cib, op, host, section, data, output_data, call_options,
call_options      774 lib/cib/cib_file.c                              xmlNode * data, xmlNode ** output_data, int call_options,
call_options      791 lib/cib/cib_file.c     call_options |= (cib_no_mtime | cib_inhibit_bcast | cib_scope_local);
call_options      818 lib/cib/cib_file.c     request = cib_create_op(cib->call_id, "dummy-token", op, host, section, data, call_options, user_name);
call_options      831 lib/cib/cib_file.c     rc = cib_perform_op(op, call_options, fn, query,
call_options       43 lib/cib/cib_native.c                           xmlNode * data, xmlNode ** output_data, int call_options);
call_options       47 lib/cib/cib_native.c                                    int call_options, const char *user_name);
call_options      329 lib/cib/cib_native.c                       xmlNode * data, xmlNode ** output_data, int call_options)
call_options      332 lib/cib/cib_native.c                                           data, output_data, call_options, NULL);
call_options      337 lib/cib/cib_native.c                                xmlNode * data, xmlNode ** output_data, int call_options,
call_options      362 lib/cib/cib_native.c     if (call_options & cib_sync_call) {
call_options      378 lib/cib/cib_native.c         cib_create_op(cib->call_id, native->token, op, host, section, data, call_options,
call_options      397 lib/cib/cib_native.c     if (!(call_options & cib_sync_call)) {
call_options      414 lib/cib/cib_native.c         if (output_data == NULL || (call_options & cib_discard_reply)) {
call_options       83 lib/cib/cib_remote.c                           xmlNode * data, xmlNode ** output_data, int call_options,
call_options      486 lib/cib/cib_remote.c                       xmlNode * data, xmlNode ** output_data, int call_options, const char *name)
call_options      521 lib/cib/cib_remote.c         cib_create_op(cib->call_id, private->callback.token, op, host, section, data, call_options,
call_options      528 lib/cib/cib_remote.c     if (!(call_options & cib_sync_call)) {
call_options      535 lib/cib/cib_remote.c     if ((call_options & cib_discard_reply)) {
call_options      539 lib/cib/cib_remote.c     } else if (!(call_options & cib_sync_call)) {
call_options      621 lib/cib/cib_remote.c     } else if (!(call_options & cib_discard_reply)) {
call_options      291 lib/cib/cib_utils.c cib_perform_op(const char *op, int call_options, cib_op_t * fn, gboolean is_query,
call_options      307 lib/cib/cib_utils.c     crm_trace("Begin %s%s%s op", is_set(call_options, cib_dryrun)?"dry-run of ":"", is_query ? "read-only " : "", op);
call_options      339 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, cib_ro, result_cib, output);
call_options      364 lib/cib/cib_utils.c     if (is_set(call_options, cib_zero_copy)) {
call_options      375 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, scratch, &scratch, output);
call_options      380 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, current_cib, &scratch, output);
call_options      425 lib/cib/cib_utils.c                     XML_ATTR_GENERATION_ADMIN, old, new, call_options);
call_options      435 lib/cib/cib_utils.c                         XML_ATTR_GENERATION, old, new, call_options);
call_options      447 lib/cib/cib_utils.c     if (is_set(call_options, cib_zero_copy)) {
call_options      481 lib/cib/cib_utils.c     if (is_not_set(call_options, cib_zero_copy) /* The original to compare against doesn't exist */
call_options      522 lib/cib/cib_utils.c     if (*config_changed && is_not_set(call_options, cib_no_mtime)) {
call_options      589 lib/cib/cib_utils.c               xmlNode * data, int call_options, const char *user_name)
call_options      609 lib/cib/cib_utils.c     crm_trace("Sending call options: %.8lx, %d", (long)call_options, call_options);
call_options      610 lib/cib/cib_utils.c     crm_xml_add_int(op_msg, F_CIB_CALLOPTS, call_options);
call_options      616 lib/cib/cib_utils.c     if (call_options & cib_inhibit_bcast) {
call_options      617 lib/cib/cib_utils.c         CRM_CHECK((call_options & cib_scope_local), return NULL);
call_options      837 lib/cib/cib_utils.c                 xmlNode ** output_data, int call_options, const char *user_name)
call_options      841 lib/cib/cib_utils.c                      xmlNode ** output_data, int call_options, const char *user_name) =
call_options      850 lib/cib/cib_utils.c     return delegate(cib, op, host, section, data, output_data, call_options, user_name);
call_options      152 lib/fencing/st_client.c                            int call_options);
call_options      154 lib/fencing/st_client.c                          xmlNode ** output_data, int call_options, int timeout);
call_options      235 lib/fencing/st_client.c stonith_api_register_device(stonith_t * st, int call_options,
call_options      244 lib/fencing/st_client.c     rc = stonith_send_command(st, STONITH_OP_DEVICE_ADD, data, NULL, call_options, 0);
call_options      251 lib/fencing/st_client.c stonith_api_remove_device(stonith_t * st, int call_options, const char *name)
call_options      259 lib/fencing/st_client.c     rc = stonith_send_command(st, STONITH_OP_DEVICE_DEL, data, NULL, call_options, 0);
call_options     1115 lib/fencing/st_client.c stonith_api_device_list(stonith_t * stonith, int call_options, const char *namespace,
call_options     1233 lib/fencing/st_client.c stonith_api_device_metadata(stonith_t * stonith, int call_options, const char *agent,
call_options     1405 lib/fencing/st_client.c stonith_api_query(stonith_t * stonith, int call_options, const char *target,
call_options     1420 lib/fencing/st_client.c     rc = stonith_send_command(stonith, STONITH_OP_QUERY, data, &output, call_options, timeout);
call_options     1453 lib/fencing/st_client.c                  int call_options,
call_options     1466 lib/fencing/st_client.c     rc = stonith_send_command(stonith, STONITH_OP_EXEC, data, output, call_options, timeout);
call_options     1473 lib/fencing/st_client.c stonith_api_list(stonith_t * stonith, int call_options, const char *id, char **list_info,
call_options     1479 lib/fencing/st_client.c     rc = stonith_api_call(stonith, call_options, id, "list", NULL, timeout, &output);
call_options     1499 lib/fencing/st_client.c stonith_api_monitor(stonith_t * stonith, int call_options, const char *id, int timeout)
call_options     1501 lib/fencing/st_client.c     return stonith_api_call(stonith, call_options, id, "monitor", NULL, timeout, NULL);
call_options     1505 lib/fencing/st_client.c stonith_api_status(stonith_t * stonith, int call_options, const char *id, const char *port,
call_options     1508 lib/fencing/st_client.c     return stonith_api_call(stonith, call_options, id, "status", port, timeout, NULL);
call_options     1512 lib/fencing/st_client.c stonith_api_fence(stonith_t * stonith, int call_options, const char *node, const char *action,
call_options     1524 lib/fencing/st_client.c     rc = stonith_send_command(stonith, STONITH_OP_FENCE, data, NULL, call_options, timeout);
call_options     1531 lib/fencing/st_client.c stonith_api_confirm(stonith_t * stonith, int call_options, const char *target)
call_options     1533 lib/fencing/st_client.c     return stonith_api_fence(stonith, call_options | st_opt_manual_ack, target, "off", 0, 0);
call_options     1537 lib/fencing/st_client.c stonith_api_history(stonith_t * stonith, int call_options, const char *node,
call_options     1553 lib/fencing/st_client.c                               call_options | st_opt_sync_call, timeout);
call_options     1670 lib/fencing/st_client.c stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data, int call_options)
call_options     1683 lib/fencing/st_client.c     crm_trace("Sending call options: %.8lx, %d", (long)call_options, call_options);
call_options     1684 lib/fencing/st_client.c     crm_xml_add_int(op_msg, F_STONITH_CALLOPTS, call_options);
call_options     2231 lib/fencing/st_client.c                      int call_options, int timeout)
call_options     2255 lib/fencing/st_client.c     if (call_options & st_opt_sync_call) {
call_options     2270 lib/fencing/st_client.c     op_msg = stonith_create_op(stonith->call_id, native->token, op, data, call_options);
call_options     2289 lib/fencing/st_client.c     if (!(call_options & st_opt_sync_call)) {
call_options     2307 lib/fencing/st_client.c         if ((call_options & st_opt_discard_reply) || output_data == NULL) {
call_options      167 lrmd/lrmd.c        int call_options = 0;
call_options      173 lrmd/lrmd.c        crm_element_value_int(msg, F_LRMD_CALLOPTS, &call_options);
call_options      174 lrmd/lrmd.c        cmd->call_opts = call_options;
call_options      513 tools/cibadmin.c do_work(xmlNode * input, int call_options, xmlNode ** output)
call_options      528 tools/cibadmin.c         return cib_internal_op(the_cib, cib_action, host, obj_type, input, output, call_options, cib_user);