call_options       63 daemons/attrd/attrd_corosync.c             .call_options   = 0,
call_options      580 daemons/attrd/attrd_ipc.c             .call_options   = 0,
call_options      159 daemons/based/based_callbacks.c                  uint32_t call_options, int rc, xmlNode *call_data)
call_options      167 daemons/based/based_callbacks.c     crm_xml_add_int(reply, PCMK__XA_CIB_CALLOPT, call_options);
call_options      246 daemons/based/based_callbacks.c     uint32_t call_options = cib_none;
call_options      249 daemons/based/based_callbacks.c     rc = pcmk__xe_get_flags(op_request, PCMK__XA_CIB_CALLOPT, &call_options,
call_options      258 daemons/based/based_callbacks.c     if (pcmk_is_set(call_options, cib_transaction)) {
call_options      327 daemons/based/based_callbacks.c     uint32_t call_options = cib_none;
call_options      334 daemons/based/based_callbacks.c         rc = pcmk__xe_get_flags(op_request, PCMK__XA_CIB_CALLOPT, &call_options,
call_options      353 daemons/based/based_callbacks.c     if (pcmk_is_set(call_options, cib_sync_call)) {
call_options      559 daemons/based/based_callbacks.c                        const cib__operation_t *operation, int call_options,
call_options      565 daemons/based/based_callbacks.c         && !pcmk_is_set(call_options, cib_inhibit_bcast)) {
call_options      572 daemons/based/based_callbacks.c     if (host == NULL && (call_options & cib_scope_local)) {
call_options      603 daemons/based/based_callbacks.c                        const cib__operation_t *operation, int call_options,
call_options      663 daemons/based/based_callbacks.c                     const cib__operation_t *operation, int call_options,
call_options      669 daemons/based/based_callbacks.c         parse_local_options_v1(cib_client, operation, call_options, host,
call_options      673 daemons/based/based_callbacks.c         parse_local_options_v2(cib_client, operation, call_options, host,
call_options     1053 daemons/based/based_callbacks.c     uint32_t call_options = cib_none;
call_options     1078 daemons/based/based_callbacks.c     rc = pcmk__xe_get_flags(request, PCMK__XA_CIB_CALLOPT, &call_options,
call_options     1092 daemons/based/based_callbacks.c     } else if (call_options & cib_scope_local) {
call_options     1124 daemons/based/based_callbacks.c         parse_local_options(cib_client, operation, call_options, host, op,
call_options     1133 daemons/based/based_callbacks.c     if (pcmk_is_set(call_options, cib_transaction)) {
call_options     1149 daemons/based/based_callbacks.c     if (pcmk_is_set(call_options, cib_discard_reply)) {
call_options     1169 daemons/based/based_callbacks.c         op_reply = create_cib_reply(op, call_id, client_id, call_options, rc,
call_options     1245 daemons/based/based_callbacks.c                rc == pcmk_ok && result_diff != NULL && !(call_options & cib_inhibit_bcast)) {
call_options     1260 daemons/based/based_callbacks.c                       (call_options & cib_sync_call) ? "" : "a-", client_id);
call_options     1263 daemons/based/based_callbacks.c                                pcmk_is_set(call_options, cib_sync_call),
call_options     1269 daemons/based/based_callbacks.c                && !pcmk_is_set(call_options, cib_discard_reply)) {
call_options     1274 daemons/based/based_callbacks.c         } else if (call_options & cib_inhibit_bcast) {
call_options     1289 daemons/based/based_callbacks.c                   (pcmk_is_set(call_options, cib_sync_call)? "" : "a"),
call_options     1293 daemons/based/based_callbacks.c                             pcmk_is_set(call_options, cib_sync_call),
call_options     1297 daemons/based/based_callbacks.c                             pcmk_is_set(call_options, cib_sync_call),
call_options     1391 daemons/based/based_callbacks.c     uint32_t call_options = cib_none;
call_options     1419 daemons/based/based_callbacks.c     rc = pcmk__xe_get_flags(request, PCMK__XA_CIB_CALLOPT, &call_options,
call_options     1434 daemons/based/based_callbacks.c         rc = cib_perform_op(NULL, op, call_options, op_function, true, section,
call_options     1451 daemons/based/based_callbacks.c         cib__set_call_options(call_options, "call", cib_force_diff);
call_options     1461 daemons/based/based_callbacks.c     if (pcmk_is_set(call_options, cib_inhibit_bcast)) {
call_options     1467 daemons/based/based_callbacks.c     rc = cib_perform_op(NULL, op, call_options, op_function, false, section,
call_options     1495 daemons/based/based_callbacks.c         && !pcmk_any_flags_set(call_options, cib_dryrun|cib_transaction)) {
call_options     1550 daemons/based/based_callbacks.c                   pcmk_is_set(call_options, cib_dryrun),
call_options     1558 daemons/based/based_callbacks.c     if (!pcmk_any_flags_set(call_options,
call_options     1561 daemons/based/based_callbacks.c                   pcmk_is_set(call_options, cib_dryrun));
call_options     1569 daemons/based/based_callbacks.c     if (!pcmk_is_set(call_options, cib_discard_reply) || cib_legacy_mode()) {
call_options     1570 daemons/based/based_callbacks.c         *reply = create_cib_reply(op, call_id, client_id, call_options, rc,
call_options      410 daemons/controld/controld_cib.c                                  const char *user_name, int call_options)
call_options      430 daemons/controld/controld_cib.c     rc = cib->cmds->remove(cib, xpath, NULL, call_options|cib_xpath);
call_options      444 daemons/controld/controld_cib.c     if (pcmk_is_set(call_options, cib_sync_call)) {
call_options      445 daemons/controld/controld_cib.c         if (pcmk_is_set(call_options, cib_dryrun)) {
call_options       66 daemons/controld/controld_cib.h                                      const char *user_name, int call_options);
call_options      300 daemons/execd/execd_commands.c     int call_options = 0;
call_options      306 daemons/execd/execd_commands.c     crm_element_value_int(msg, PCMK__XA_LRMD_CALLOPT, &call_options);
call_options      307 daemons/execd/execd_commands.c     cmd->call_opts = call_options;
call_options     2300 daemons/fenced/fenced_commands.c     int call_options;
call_options     2416 daemons/fenced/fenced_commands.c stonith_send_reply(const xmlNode *reply, int call_options,
call_options     2423 daemons/fenced/fenced_commands.c         do_local_reply(reply, client, call_options);
call_options     2506 daemons/fenced/fenced_commands.c                            pcmk_is_set(query->call_options,
call_options     2509 daemons/fenced/fenced_commands.c                              pcmk_is_set(query->call_options,
call_options     2534 daemons/fenced/fenced_commands.c     stonith_send_reply(query->reply, query->call_options, query->remote_peer,
call_options     3279 daemons/fenced/fenced_commands.c     query->call_options = request->call_options;
call_options     3283 daemons/fenced/fenced_commands.c                         pcmk_is_set(query->call_options,
call_options     3348 daemons/fenced/fenced_commands.c     } else if (pcmk_is_set(request->call_options, st_opt_manual_ack)) {
call_options     3444 daemons/fenced/fenced_commands.c                           request->call_options);
call_options     3446 daemons/fenced/fenced_commands.c     if (!pcmk_is_set(request->call_options, st_opt_discard_reply)) {
call_options     3620 daemons/fenced/fenced_commands.c             stonith_send_reply(reply, request->call_options,
call_options     3677 daemons/fenced/fenced_commands.c     uint32_t call_options = st_opt_none;
call_options     3687 daemons/fenced/fenced_commands.c     rc = pcmk__xe_get_flags(message, PCMK__XA_ST_CALLOPT, &call_options,
call_options     3694 daemons/fenced/fenced_commands.c               pcmk_is_set(call_options, st_opt_sync_call)? "" : "a",
call_options     3700 daemons/fenced/fenced_commands.c     if (pcmk_is_set(call_options, st_opt_sync_call)) {
call_options     3713 daemons/fenced/fenced_commands.c             .call_options   = call_options,
call_options     3720 daemons/fenced/fenced_commands.c         if (pcmk_is_set(request.call_options, st_opt_sync_call)) {
call_options       81 daemons/fenced/fenced_remote.c                                   int call_options);
call_options      463 daemons/fenced/fenced_remote.c         do_local_reply(reply, client, op->call_options);
call_options      953 daemons/fenced/fenced_remote.c     stonith__set_call_options(op->call_options, op->id, st_opt_topology);
call_options     1227 daemons/fenced/fenced_remote.c     rc = pcmk__xe_get_flags(request, PCMK__XA_ST_CALLOPT, &(op->call_options),
call_options     1243 daemons/fenced/fenced_remote.c     if (op->call_options & st_opt_cs_nodeid) {
call_options     1253 daemons/fenced/fenced_remote.c         stonith__clear_call_options(op->call_options, op->id, st_opt_cs_nodeid);
call_options     1340 daemons/fenced/fenced_remote.c                               NULL, op->call_options);
call_options     1393 daemons/fenced/fenced_remote.c     if (!device && pcmk_is_set(op->call_options, st_opt_topology)) {
call_options     1410 daemons/fenced/fenced_remote.c         if (pcmk_is_set(op->call_options, st_opt_topology)) {
call_options     1479 daemons/fenced/fenced_remote.c              && pcmk_is_set(op->call_options, st_opt_topology)
call_options     1611 daemons/fenced/fenced_remote.c     if (pcmk_is_set(op->call_options, st_opt_topology) && tp) {
call_options     1714 daemons/fenced/fenced_remote.c     if (op->call_options & st_opt_sync_call) {
call_options     1896 daemons/fenced/fenced_remote.c     if ((peer == NULL) && !pcmk_is_set(op->call_options, st_opt_topology)) {
call_options     1909 daemons/fenced/fenced_remote.c     if (pcmk_is_set(op->call_options, st_opt_topology) && op->devices) {
call_options     1949 daemons/fenced/fenced_remote.c         crm_xml_add_int(remote_op, PCMK__XA_ST_CALLOPT, op->call_options);
call_options     2055 daemons/fenced/fenced_remote.c             if (pcmk_is_set(op->call_options, st_opt_topology)) {
call_options     2375 daemons/fenced/fenced_remote.c     if (pcmk_is_set(op->call_options, st_opt_topology)) {
call_options     2500 daemons/fenced/fenced_remote.c     if (pcmk_is_set(op->call_options, st_opt_topology)) {
call_options       92 daemons/fenced/pacemaker-fenced.c     uint32_t call_options = st_opt_none;
call_options      129 daemons/fenced/pacemaker-fenced.c     rc = pcmk__xe_get_flags(request, PCMK__XA_ST_CALLOPT, &call_options,
call_options      137 daemons/fenced/pacemaker-fenced.c               " from client %s", flags, call_options, id, pcmk__client_name(c));
call_options      139 daemons/fenced/pacemaker-fenced.c     if (pcmk_is_set(call_options, st_opt_sync_call)) {
call_options      234 daemons/fenced/pacemaker-fenced.c                int call_options)
call_options      241 daemons/fenced/pacemaker-fenced.c     if (pcmk_is_set(call_options, st_opt_sync_call)) {
call_options      254 daemons/fenced/pacemaker-fenced.c                  (pcmk_is_set(call_options, st_opt_sync_call)? "S" : "As"),
call_options      127 daemons/fenced/pacemaker-fenced.h     uint32_t call_options;
call_options      245 daemons/fenced/pacemaker-fenced.h                     int call_options);
call_options      237 daemons/pacemakerd/pcmkd_messages.c             .call_options   = 0,
call_options      275 daemons/schedulerd/schedulerd_messages.c             .call_options   = 0,
call_options      193 include/crm/cib/cib_types.h     int (*noop) (cib_t *cib, int call_options);
call_options      195 include/crm/cib/cib_types.h     int (*ping) (cib_t *cib, xmlNode **output_data, int call_options);
call_options      199 include/crm/cib/cib_types.h                   int call_options);
call_options      202 include/crm/cib/cib_types.h                        xmlNode **output_data, int call_options);
call_options      208 include/crm/cib/cib_types.h     int (*set_master) (cib_t *cib, int call_options);
call_options      211 include/crm/cib/cib_types.h     int (*set_slave) (cib_t *cib, int call_options);
call_options      214 include/crm/cib/cib_types.h     int (*set_slave_all) (cib_t *cib, int call_options);
call_options      216 include/crm/cib/cib_types.h     int (*sync) (cib_t *cib, const char *section, int call_options);
call_options      218 include/crm/cib/cib_types.h                       int call_options);
call_options      219 include/crm/cib/cib_types.h     int (*upgrade) (cib_t *cib, int call_options);
call_options      220 include/crm/cib/cib_types.h     int (*bump_epoch) (cib_t *cib, int call_options);
call_options      227 include/crm/cib/cib_types.h                    int call_options);
call_options      229 include/crm/cib/cib_types.h                    int call_options);
call_options      233 include/crm/cib/cib_types.h                    int call_options);
call_options      236 include/crm/cib/cib_types.h                     int call_options);
call_options      238 include/crm/cib/cib_types.h                    int call_options);
call_options      239 include/crm/cib/cib_types.h     int (*erase) (cib_t *cib, xmlNode **output_data, int call_options);
call_options      243 include/crm/cib/cib_types.h                             int call_options);
call_options      246 include/crm/cib/cib_types.h     int (*quit) (cib_t *cib, int call_options);
call_options      270 include/crm/cib/cib_types.h     int (*set_primary)(cib_t *cib, int call_options);
call_options      280 include/crm/cib/cib_types.h     int (*set_secondary)(cib_t *cib, int call_options);
call_options      362 include/crm/cib/cib_types.h     int (*end_transaction)(cib_t *cib, bool commit, int call_options);
call_options      377 include/crm/cib/cib_types.h                          int call_options);
call_options      172 include/crm/cib/internal.h int cib_perform_op(cib_t *cib, const char *op, uint32_t call_options,
call_options      179 include/crm/cib/internal.h                    const char *section, xmlNode *data, int call_options,
call_options      256 include/crm/cib/internal.h                     xmlNode ** output_data, int call_options, const char *user_name);
call_options      296 include/crm/cib/internal.h int cib__update_node_attr(pcmk__output_t *out, cib_t *cib, int call_options,
call_options       26 include/crm/cib/util.h int update_attr_delegate(cib_t * the_cib, int call_options,
call_options       46 include/crm/common/messages_internal.h     int call_options;               // Call options set on request
call_options      283 include/crm/stonith-ng.h     int (*metadata)(stonith_t *stonith, int call_options, const char *agent,
call_options      304 include/crm/stonith-ng.h     int (*list_agents)(stonith_t *stonith, int call_options,
call_options      320 include/crm/stonith-ng.h     int (*list)(stonith_t *stonith, int call_options, const char *id,
call_options      334 include/crm/stonith-ng.h     int (*monitor)(stonith_t *stonith, int call_options, const char *id,
call_options      349 include/crm/stonith-ng.h     int (*status)(stonith_t *stonith, int call_options, const char *id,
call_options      366 include/crm/stonith-ng.h     int (*query)(stonith_t *stonith, int call_options, const char *target,
call_options      384 include/crm/stonith-ng.h     int (*fence)(stonith_t *stonith, int call_options, const char *node,
call_options      397 include/crm/stonith-ng.h     int (*confirm)(stonith_t *stonith, int call_options, const char *target);
call_options      410 include/crm/stonith-ng.h     int (*history)(stonith_t *stonith, int call_options, const char *node,
call_options      544 include/crm/stonith-ng.h     int (*validate)(stonith_t *st, int call_options, const char *rsc_id,
call_options      567 include/crm/stonith-ng.h     int (*fence_with_delay)(stonith_t *stonith, int call_options,
call_options      164 lib/cib/cib_attrs.c cib__update_node_attr(pcmk__output_t *out, cib_t *cib, int call_options, const char *section,
call_options      320 lib/cib/cib_attrs.c                          NULL, call_options, user_name);
call_options      322 lib/cib/cib_attrs.c     if (!pcmk_is_set(call_options, cib_sync_call) && (cib->variant != cib_file)
call_options      455 lib/cib/cib_attrs.c update_attr_delegate(cib_t *cib, int call_options, const char *section,
call_options      468 lib/cib/cib_attrs.c     rc = cib__update_node_attr(out, cib, call_options, section, node_uuid, set_type,
call_options      243 lib/cib/cib_client.c cib_client_noop(cib_t * cib, int call_options)
call_options      246 lib/cib/cib_client.c                            call_options, cib->user);
call_options      250 lib/cib/cib_client.c cib_client_ping(cib_t * cib, xmlNode ** output_data, int call_options)
call_options      253 lib/cib/cib_client.c                            call_options, cib->user);
call_options      257 lib/cib/cib_client.c cib_client_query(cib_t * cib, const char *section, xmlNode ** output_data, int call_options)
call_options      259 lib/cib/cib_client.c     return cib->cmds->query_from(cib, NULL, section, output_data, call_options);
call_options      264 lib/cib/cib_client.c                       xmlNode ** output_data, int call_options)
call_options      267 lib/cib/cib_client.c                            output_data, call_options, cib->user);
call_options      278 lib/cib/cib_client.c set_secondary(cib_t *cib, int call_options)
call_options      281 lib/cib/cib_client.c                            NULL, call_options, cib->user);
call_options      285 lib/cib/cib_client.c set_all_secondary(cib_t * cib, int call_options)
call_options      291 lib/cib/cib_client.c set_primary(cib_t *cib, int call_options)
call_options      295 lib/cib/cib_client.c                            NULL, call_options|cib_scope_local, cib->user);
call_options      299 lib/cib/cib_client.c cib_client_bump_epoch(cib_t * cib, int call_options)
call_options      302 lib/cib/cib_client.c                            call_options, cib->user);
call_options      306 lib/cib/cib_client.c cib_client_upgrade(cib_t * cib, int call_options)
call_options      309 lib/cib/cib_client.c                            NULL, call_options, cib->user);
call_options      313 lib/cib/cib_client.c cib_client_sync(cib_t * cib, const char *section, int call_options)
call_options      315 lib/cib/cib_client.c     return cib->cmds->sync_from(cib, NULL, section, call_options);
call_options      319 lib/cib/cib_client.c cib_client_sync_from(cib_t * cib, const char *host, const char *section, int call_options)
call_options      322 lib/cib/cib_client.c                            NULL, NULL, call_options, cib->user);
call_options      326 lib/cib/cib_client.c cib_client_create(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      329 lib/cib/cib_client.c                            NULL, call_options, cib->user);
call_options      333 lib/cib/cib_client.c cib_client_modify(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      336 lib/cib/cib_client.c                            NULL, call_options, cib->user);
call_options      340 lib/cib/cib_client.c cib_client_replace(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      343 lib/cib/cib_client.c                            NULL, call_options, cib->user);
call_options      347 lib/cib/cib_client.c cib_client_delete(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      350 lib/cib/cib_client.c                            NULL, call_options, cib->user);
call_options      354 lib/cib/cib_client.c cib_client_delete_absolute(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      357 lib/cib/cib_client.c                            data, NULL, call_options, cib->user);
call_options      361 lib/cib/cib_client.c cib_client_erase(cib_t * cib, xmlNode ** output_data, int call_options)
call_options      364 lib/cib/cib_client.c                            output_data, call_options, cib->user);
call_options      396 lib/cib/cib_client.c cib_client_end_transaction(cib_t *cib, bool commit, int call_options)
call_options      417 lib/cib/cib_client.c                              cib->transaction, NULL, call_options, cib->user);
call_options      434 lib/cib/cib_client.c                          int call_options)
call_options      442 lib/cib/cib_client.c                          output_data, call_options, NULL);
call_options      220 lib/cib/cib_file.c     uint32_t call_options = cib_none;
call_options      239 lib/cib/cib_file.c     rc = pcmk__xe_get_flags(request, PCMK__XA_CIB_CALLOPT, &call_options,
call_options      253 lib/cib/cib_file.c     rc = cib_perform_op(cib, op, call_options, op_function, read_only, section,
call_options      257 lib/cib/cib_file.c     if (pcmk_is_set(call_options, cib_transaction)) {
call_options      294 lib/cib/cib_file.c                              xmlNode **output_data, int call_options,
call_options      329 lib/cib/cib_file.c     cib__set_call_options(call_options, "file operation", cib_no_mtime);
call_options      331 lib/cib/cib_file.c     rc = cib__create_op(cib, op, host, section, data, call_options, user_name,
call_options      339 lib/cib/cib_file.c     if (pcmk_is_set(call_options, cib_transaction)) {
call_options       43 lib/cib/cib_native.c                                xmlNode **output_data, int call_options,
call_options       68 lib/cib/cib_native.c     if (call_options & cib_sync_call) {
call_options       72 lib/cib/cib_native.c     rc = cib__create_op(cib, op, host, section, data, call_options, user_name,
call_options       78 lib/cib/cib_native.c     if (pcmk_is_set(call_options, cib_transaction)) {
call_options       95 lib/cib/cib_native.c     if (!(call_options & cib_sync_call)) {
call_options      115 lib/cib/cib_native.c         if (output_data == NULL || (call_options & cib_discard_reply)) {
call_options       61 lib/cib/cib_remote.c                       xmlNode **output_data, int call_options,
call_options       86 lib/cib/cib_remote.c     rc = cib__create_op(cib, op, host, section, data, call_options, user_name,
call_options       92 lib/cib/cib_remote.c     if (pcmk_is_set(call_options, cib_transaction)) {
call_options       99 lib/cib/cib_remote.c     if (!(call_options & cib_sync_call)) {
call_options      106 lib/cib/cib_remote.c     if ((call_options & cib_discard_reply)) {
call_options      110 lib/cib/cib_remote.c     } else if (!(call_options & cib_sync_call)) {
call_options      187 lib/cib/cib_remote.c     } else if (!(call_options & cib_discard_reply)) {
call_options      294 lib/cib/cib_utils.c should_copy_cib(const char *op, const char *section, int call_options)
call_options      296 lib/cib/cib_utils.c     if (pcmk_is_set(call_options, cib_dryrun)) {
call_options      309 lib/cib/cib_utils.c     if (pcmk_is_set(call_options, cib_transaction)) {
call_options      332 lib/cib/cib_utils.c cib_perform_op(cib_t *cib, const char *op, uint32_t call_options,
call_options      350 lib/cib/cib_utils.c               (pcmk_is_set(call_options, cib_dryrun)? "dry run of " : ""),
call_options      385 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, cib_ro, result_cib, output);
call_options      409 lib/cib/cib_utils.c     make_copy = should_copy_cib(op, section, call_options);
call_options      422 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, scratch, &scratch, output);
call_options      434 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, *current_cib,
call_options      486 lib/cib/cib_utils.c                     PCMK_XA_ADMIN_EPOCH, old, new, call_options);
call_options      496 lib/cib/cib_utils.c                         PCMK_XA_EPOCH, old, new, call_options);
call_options      588 lib/cib/cib_utils.c     if (*config_changed && !pcmk_is_set(call_options, cib_no_mtime)) {
call_options      662 lib/cib/cib_utils.c                const char *section, xmlNode *data, int call_options,
call_options      683 lib/cib/cib_utils.c     crm_trace("Sending call options: %.8lx, %d", (long)call_options, call_options);
call_options      684 lib/cib/cib_utils.c     crm_xml_add_int(*op_msg, PCMK__XA_CIB_CALLOPT, call_options);
call_options      692 lib/cib/cib_utils.c     if (pcmk_is_set(call_options, cib_inhibit_bcast)) {
call_options      693 lib/cib/cib_utils.c         CRM_CHECK(pcmk_is_set(call_options, cib_scope_local),
call_options      886 lib/cib/cib_utils.c                 xmlNode ** output_data, int call_options, const char *user_name)
call_options      890 lib/cib/cib_utils.c                     int call_options, const char *user_name) = NULL;
call_options      903 lib/cib/cib_utils.c     return delegate(cib, op, host, section, data, output_data, call_options, user_name);
call_options       28 lib/fencing/fencing_private.h int stonith__rhcs_validate(stonith_t *st, int call_options, const char *target,
call_options       46 lib/fencing/fencing_private.h int stonith__lha_validate(stonith_t *st, int call_options, const char *target,
call_options       87 lib/fencing/st_client.c                            int call_options);
call_options       90 lib/fencing/st_client.c                                 int call_options, int timeout);
call_options      330 lib/fencing/st_client.c stonith_api_register_device(stonith_t *st, int call_options,
call_options      342 lib/fencing/st_client.c     rc = stonith_send_command(st, STONITH_OP_DEVICE_ADD, data, NULL, call_options, 0);
call_options      349 lib/fencing/st_client.c stonith_api_remove_device(stonith_t * st, int call_options, const char *name)
call_options      357 lib/fencing/st_client.c     rc = stonith_send_command(st, STONITH_OP_DEVICE_DEL, data, NULL, call_options, 0);
call_options      480 lib/fencing/st_client.c stonith_api_device_list(stonith_t *stonith, int call_options,
call_options      509 lib/fencing/st_client.c stonith_api_device_metadata(stonith_t *stonith, int call_options,
call_options      544 lib/fencing/st_client.c stonith_api_query(stonith_t * stonith, int call_options, const char *target,
call_options      559 lib/fencing/st_client.c     rc = stonith_send_command(stonith, STONITH_OP_QUERY, data, &output, call_options, timeout);
call_options      605 lib/fencing/st_client.c stonith_api_call(stonith_t *stonith, int call_options, const char *id,
call_options      619 lib/fencing/st_client.c                               call_options, timeout_sec);
call_options      626 lib/fencing/st_client.c stonith_api_list(stonith_t * stonith, int call_options, const char *id, char **list_info,
call_options      632 lib/fencing/st_client.c     rc = stonith_api_call(stonith, call_options, id, PCMK_ACTION_LIST, NULL,
call_options      653 lib/fencing/st_client.c stonith_api_monitor(stonith_t * stonith, int call_options, const char *id, int timeout)
call_options      655 lib/fencing/st_client.c     return stonith_api_call(stonith, call_options, id, PCMK_ACTION_MONITOR,
call_options      660 lib/fencing/st_client.c stonith_api_status(stonith_t * stonith, int call_options, const char *id, const char *port,
call_options      663 lib/fencing/st_client.c     return stonith_api_call(stonith, call_options, id, PCMK_ACTION_STATUS, port,
call_options      668 lib/fencing/st_client.c stonith_api_fence_with_delay(stonith_t * stonith, int call_options, const char *node,
call_options      681 lib/fencing/st_client.c     rc = stonith_send_command(stonith, STONITH_OP_FENCE, data, NULL, call_options, timeout);
call_options      688 lib/fencing/st_client.c stonith_api_fence(stonith_t * stonith, int call_options, const char *node, const char *action,
call_options      691 lib/fencing/st_client.c     return stonith_api_fence_with_delay(stonith, call_options, node, action,
call_options      696 lib/fencing/st_client.c stonith_api_confirm(stonith_t * stonith, int call_options, const char *target)
call_options      698 lib/fencing/st_client.c     stonith__set_call_options(call_options, target, st_opt_manual_ack);
call_options      699 lib/fencing/st_client.c     return stonith_api_fence(stonith, call_options, target, PCMK_ACTION_OFF, 0,
call_options      704 lib/fencing/st_client.c stonith_api_history(stonith_t * stonith, int call_options, const char *node,
call_options      719 lib/fencing/st_client.c     stonith__set_call_options(call_options, node, st_opt_sync_call);
call_options      721 lib/fencing/st_client.c                               call_options, timeout);
call_options      809 lib/fencing/st_client.c stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data, int call_options)
call_options      819 lib/fencing/st_client.c     crm_trace("Sending call options: %.8lx, %d", (long)call_options, call_options);
call_options      820 lib/fencing/st_client.c     crm_xml_add_int(op_msg, PCMK__XA_ST_CALLOPT, call_options);
call_options     1548 lib/fencing/st_client.c                      int call_options, int timeout)
call_options     1578 lib/fencing/st_client.c     op_msg = stonith_create_op(stonith->call_id, native->token, op, data, call_options);
call_options     1597 lib/fencing/st_client.c         if (call_options & st_opt_sync_call) {
call_options     1614 lib/fencing/st_client.c     if (!(call_options & st_opt_sync_call)) {
call_options     1631 lib/fencing/st_client.c         if ((call_options & st_opt_discard_reply) || output_data == NULL) {
call_options     1736 lib/fencing/st_client.c stonith_api_validate(stonith_t *st, int call_options, const char *rsc_id,
call_options     1790 lib/fencing/st_client.c             rc = stonith__rhcs_validate(st, call_options, target, agent,
call_options     1797 lib/fencing/st_client.c             rc = stonith__lha_validate(st, call_options, target, agent,
call_options      302 lib/fencing/st_lha.c stonith__lha_validate(stonith_t *st, int call_options, const char *target,
call_options      268 lib/fencing/st_rhcs.c stonith__rhcs_validate(stonith_t *st, int call_options, const char *target,