call_options       65 daemons/attrd/attrd_corosync.c             .call_options   = 0,
call_options      584 daemons/attrd/attrd_ipc.c             .call_options   = 0,
call_options      210 daemons/based/based_callbacks.c     int call_options = 0;
call_options      215 daemons/based/based_callbacks.c         crm_element_value_int(op_request, F_CIB_CALLOPTS, &call_options);
call_options      228 daemons/based/based_callbacks.c     if (pcmk_is_set(call_options, cib_sync_call)) {
call_options      487 daemons/based/based_callbacks.c                        int call_options, const char *host, const char *op,
call_options      492 daemons/based/based_callbacks.c         && !(call_options & cib_inhibit_bcast)) {
call_options      499 daemons/based/based_callbacks.c     if (host == NULL && (call_options & cib_scope_local)) {
call_options      530 daemons/based/based_callbacks.c                        int call_options, const char *host, const char *op,
call_options      584 daemons/based/based_callbacks.c                     int call_options, const char *host, const char *op,
call_options      589 daemons/based/based_callbacks.c         parse_local_options_v1(cib_client, call_type, call_options, host,
call_options      592 daemons/based/based_callbacks.c         parse_local_options_v2(cib_client, call_type, call_options, host,
call_options      834 daemons/based/based_callbacks.c forward_request(xmlNode *request, int call_options)
call_options      853 daemons/based/based_callbacks.c     if (call_options & cib_discard_reply) {
call_options      928 daemons/based/based_callbacks.c     int call_options = 0;
call_options      949 daemons/based/based_callbacks.c     crm_element_value_int(request, F_CIB_CALLOPTS, &call_options);
call_options      958 daemons/based/based_callbacks.c     } else if (call_options & cib_scope_local) {
call_options      981 daemons/based/based_callbacks.c         parse_local_options(cib_client, call_type, call_options, host, op,
call_options      991 daemons/based/based_callbacks.c     if (call_options & cib_discard_reply) {
call_options     1016 daemons/based/based_callbacks.c         forward_request(request, call_options);
call_options     1032 daemons/based/based_callbacks.c         crm_xml_add_int(op_reply, F_CIB_CALLOPTS, call_options);
call_options     1101 daemons/based/based_callbacks.c                rc == pcmk_ok && result_diff != NULL && !(call_options & cib_inhibit_bcast)) {
call_options     1115 daemons/based/based_callbacks.c                       (call_options & cib_sync_call) ? "" : "a-", client_id);
call_options     1118 daemons/based/based_callbacks.c                                pcmk_is_set(call_options, cib_sync_call),
call_options     1123 daemons/based/based_callbacks.c     } else if (call_options & cib_discard_reply) {
call_options     1130 daemons/based/based_callbacks.c         } else if (call_options & cib_inhibit_bcast) {
call_options     1145 daemons/based/based_callbacks.c                   (pcmk_is_set(call_options, cib_sync_call)? "" : "a"),
call_options     1149 daemons/based/based_callbacks.c                             pcmk_is_set(call_options, cib_sync_call),
call_options     1153 daemons/based/based_callbacks.c                             pcmk_is_set(call_options, cib_sync_call),
call_options     1212 daemons/based/based_callbacks.c     int call_options = 0;
call_options     1249 daemons/based/based_callbacks.c     crm_element_value_int(request, F_CIB_CALLOPTS, &call_options);
call_options     1253 daemons/based/based_callbacks.c         rc = cib_op_can_run(call_type, call_options, privileged);
call_options     1266 daemons/based/based_callbacks.c         rc = cib_perform_op(op, call_options, cib_op_func(call_type), TRUE,
call_options     1278 daemons/based/based_callbacks.c         cib__set_call_options(call_options, "call", cib_force_diff);
call_options     1286 daemons/based/based_callbacks.c     if (pcmk_is_set(call_options, cib_inhibit_bcast)) {
call_options     1291 daemons/based/based_callbacks.c     if (!pcmk_is_set(call_options, cib_dryrun)
call_options     1294 daemons/based/based_callbacks.c         cib__set_call_options(call_options, "call", cib_zero_copy);
call_options     1296 daemons/based/based_callbacks.c         cib__clear_call_options(call_options, "call", cib_zero_copy);
call_options     1317 daemons/based/based_callbacks.c     rc = cib_perform_op(op, call_options, cib_op_func(call_type), FALSE,
call_options     1348 daemons/based/based_callbacks.c     if (rc == pcmk_ok && !pcmk_is_set(call_options, cib_dryrun)) {
call_options     1352 daemons/based/based_callbacks.c                   (pcmk_is_set(call_options, cib_zero_copy)? " zero-copy" : ""),
call_options     1354 daemons/based/based_callbacks.c         if (!pcmk_is_set(call_options, cib_zero_copy)) {
call_options     1422 daemons/based/based_callbacks.c         CRM_ASSERT(!pcmk_is_set(call_options, cib_zero_copy));
call_options     1433 daemons/based/based_callbacks.c                   pcmk_is_set(call_options, cib_dryrun),
call_options     1435 daemons/based/based_callbacks.c         if (!pcmk_is_set(call_options, cib_zero_copy)) {
call_options     1440 daemons/based/based_callbacks.c     if ((call_options & (cib_inhibit_notify|cib_dryrun)) == 0) {
call_options     1442 daemons/based/based_callbacks.c                   pcmk_is_set(call_options, cib_dryrun));
call_options     1456 daemons/based/based_callbacks.c     if (!pcmk_is_set(call_options, cib_discard_reply) || cib_legacy_mode()) {
call_options     1464 daemons/based/based_callbacks.c         crm_xml_add_int(*reply, F_CIB_CALLOPTS, call_options);
call_options     1483 daemons/based/based_callbacks.c         cib_op_cleanup(call_type, call_options, &input, &output);
call_options      332 daemons/based/based_common.c cib_op_can_run(int call_type, int call_options, bool privileged)
call_options      135 daemons/based/pacemaker-based.h int cib_op_can_run(int call_type, int call_options, bool privileged);
call_options      489 daemons/controld/controld_cib.c                                  const char *user_name, int call_options)
call_options      507 daemons/controld/controld_cib.c                          NULL, xpath, NULL, NULL, call_options|cib_xpath,
call_options      521 daemons/controld/controld_cib.c     if (pcmk_is_set(call_options, cib_sync_call)) {
call_options      522 daemons/controld/controld_cib.c         if (pcmk_is_set(call_options, cib_dryrun)) {
call_options       68 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, F_LRMD_CALLOPTS, &call_options);
call_options      307 daemons/execd/execd_commands.c     cmd->call_opts = call_options;
call_options       71 daemons/fenced/fenced_commands.c static void stonith_send_reply(xmlNode * reply, int call_options, const char *remote_peer,
call_options     2284 daemons/fenced/fenced_commands.c     int call_options;
call_options     2453 daemons/fenced/fenced_commands.c                            pcmk_is_set(query->call_options, st_opt_allow_suicide));
call_options     2455 daemons/fenced/fenced_commands.c                              pcmk_is_set(query->call_options, st_opt_allow_suicide));
call_options     2482 daemons/fenced/fenced_commands.c     stonith_send_reply(query->reply, query->call_options, query->remote_peer,
call_options     3065 daemons/fenced/fenced_commands.c stonith_send_reply(xmlNode *reply, int call_options, const char *remote_peer,
call_options     3072 daemons/fenced/fenced_commands.c         do_local_reply(reply, client, call_options);
call_options     3240 daemons/fenced/fenced_commands.c     query->call_options = request->call_options;
call_options     3244 daemons/fenced/fenced_commands.c                         pcmk_is_set(query->call_options, st_opt_allow_suicide),
call_options     3307 daemons/fenced/fenced_commands.c     } else if (pcmk_is_set(request->call_options, st_opt_manual_ack)) {
call_options     3401 daemons/fenced/fenced_commands.c                           request->call_options);
call_options     3403 daemons/fenced/fenced_commands.c     if (!pcmk_is_set(request->call_options, st_opt_discard_reply)) {
call_options     3577 daemons/fenced/fenced_commands.c             stonith_send_reply(reply, request->call_options,
call_options     3631 daemons/fenced/fenced_commands.c     int call_options = st_opt_none;
call_options     3639 daemons/fenced/fenced_commands.c     crm_element_value_int(message, F_STONITH_CALLOPTS, &call_options);
call_options     3641 daemons/fenced/fenced_commands.c               pcmk_is_set(call_options, st_opt_sync_call)? "" : "a",
call_options     3647 daemons/fenced/fenced_commands.c     if (pcmk_is_set(call_options, st_opt_sync_call)) {
call_options     3660 daemons/fenced/fenced_commands.c             .call_options   = call_options,
call_options     3667 daemons/fenced/fenced_commands.c         if (pcmk_is_set(request.call_options, st_opt_sync_call)) {
call_options       82 daemons/fenced/fenced_remote.c                                   int call_options);
call_options      462 daemons/fenced/fenced_remote.c         do_local_reply(reply, client, op->call_options);
call_options      946 daemons/fenced/fenced_remote.c     stonith__set_call_options(op->call_options, op->id, st_opt_topology);
call_options     1141 daemons/fenced/fenced_remote.c     int call_options = 0;
call_options     1206 daemons/fenced/fenced_remote.c     crm_element_value_int(request, F_STONITH_CALLOPTS, &call_options);
call_options     1207 daemons/fenced/fenced_remote.c     op->call_options = call_options;
call_options     1218 daemons/fenced/fenced_remote.c     if (op->call_options & st_opt_cs_nodeid) {
call_options     1226 daemons/fenced/fenced_remote.c         stonith__clear_call_options(op->call_options, op->id, st_opt_cs_nodeid);
call_options     1314 daemons/fenced/fenced_remote.c                               NULL, op->call_options);
call_options     1357 daemons/fenced/fenced_remote.c     if (!device && pcmk_is_set(op->call_options, st_opt_topology)) {
call_options     1374 daemons/fenced/fenced_remote.c         if (pcmk_is_set(op->call_options, st_opt_topology)) {
call_options     1443 daemons/fenced/fenced_remote.c              && pcmk_is_set(op->call_options, st_opt_topology)
call_options     1538 daemons/fenced/fenced_remote.c     if (pcmk_is_set(op->call_options, st_opt_topology) && tp) {
call_options     1635 daemons/fenced/fenced_remote.c     if (op->call_options & st_opt_sync_call) {
call_options     1814 daemons/fenced/fenced_remote.c     if ((peer == NULL) && !pcmk_is_set(op->call_options, st_opt_topology)) {
call_options     1827 daemons/fenced/fenced_remote.c     if (pcmk_is_set(op->call_options, st_opt_topology) && op->devices) {
call_options     1861 daemons/fenced/fenced_remote.c         crm_xml_add_int(remote_op, F_STONITH_CALLOPTS, op->call_options);
call_options     1965 daemons/fenced/fenced_remote.c             if (pcmk_is_set(op->call_options, st_opt_topology)) {
call_options     2278 daemons/fenced/fenced_remote.c     if (pcmk_is_set(op->call_options, st_opt_topology)) {
call_options     2401 daemons/fenced/fenced_remote.c     if (pcmk_is_set(op->call_options, st_opt_topology)) {
call_options      106 daemons/fenced/pacemaker-fenced.c     int call_options = 0;
call_options      145 daemons/fenced/pacemaker-fenced.c     crm_element_value_int(request, F_STONITH_CALLOPTS, &call_options);
call_options      147 daemons/fenced/pacemaker-fenced.c               " from client %s", flags, call_options, id, pcmk__client_name(c));
call_options      149 daemons/fenced/pacemaker-fenced.c     if (pcmk_is_set(call_options, st_opt_sync_call)) {
call_options      244 daemons/fenced/pacemaker-fenced.c do_local_reply(xmlNode *notify_src, pcmk__client_t *client, int call_options)
call_options      251 daemons/fenced/pacemaker-fenced.c     if (pcmk_is_set(call_options, st_opt_sync_call)) {
call_options      264 daemons/fenced/pacemaker-fenced.c                  (pcmk_is_set(call_options, st_opt_sync_call)? "S" : "As"),
call_options      119 daemons/fenced/pacemaker-fenced.h     uint32_t call_options;
call_options      235 daemons/fenced/pacemaker-fenced.h                     int call_options);
call_options      234 daemons/pacemakerd/pcmkd_messages.c             .call_options   = 0,
call_options      270 daemons/schedulerd/schedulerd_messages.c             .call_options   = 0,
call_options      101 include/crm/cib/cib_types.h     int (*noop) (cib_t *cib, int call_options);
call_options      102 include/crm/cib/cib_types.h     int (*ping) (cib_t *cib, xmlNode **output_data, int call_options);
call_options      104 include/crm/cib/cib_types.h                   int call_options);
call_options      106 include/crm/cib/cib_types.h                        xmlNode **output_data, int call_options);
call_options      112 include/crm/cib/cib_types.h     int (*set_master) (cib_t *cib, int call_options);
call_options      115 include/crm/cib/cib_types.h     int (*set_slave) (cib_t *cib, int call_options);
call_options      118 include/crm/cib/cib_types.h     int (*set_slave_all) (cib_t *cib, int call_options);
call_options      120 include/crm/cib/cib_types.h     int (*sync) (cib_t *cib, const char *section, int call_options);
call_options      122 include/crm/cib/cib_types.h                       int call_options);
call_options      123 include/crm/cib/cib_types.h     int (*upgrade) (cib_t *cib, int call_options);
call_options      124 include/crm/cib/cib_types.h     int (*bump_epoch) (cib_t *cib, int call_options);
call_options      126 include/crm/cib/cib_types.h                    int call_options);
call_options      128 include/crm/cib/cib_types.h                    int call_options);
call_options      132 include/crm/cib/cib_types.h                    int call_options);
call_options      135 include/crm/cib/cib_types.h                     int call_options);
call_options      137 include/crm/cib/cib_types.h                    int call_options);
call_options      138 include/crm/cib/cib_types.h     int (*erase) (cib_t *cib, xmlNode **output_data, int call_options);
call_options      142 include/crm/cib/cib_types.h                             int call_options);
call_options      144 include/crm/cib/cib_types.h     int (*quit) (cib_t *cib, int call_options);
call_options      167 include/crm/cib/cib_types.h     int (*set_primary)(cib_t *cib, int call_options);
call_options      177 include/crm/cib/cib_types.h     int (*set_secondary)(cib_t *cib, int call_options);
call_options      132 include/crm/cib/internal.h int cib_perform_op(const char *op, int call_options, cib_op_t * fn, gboolean is_query,
call_options      139 include/crm/cib/internal.h                        const char *section, xmlNode * data, int call_options,
call_options      211 include/crm/cib/internal.h                     xmlNode ** output_data, int call_options, const char *user_name);
call_options      248 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       45 include/crm/common/messages_internal.h     int call_options;               // Call options set on request
call_options      258 include/crm/stonith-ng.h     int (*metadata)(stonith_t *stonith, int call_options, const char *agent,
call_options      279 include/crm/stonith-ng.h     int (*list_agents)(stonith_t *stonith, int call_options,
call_options      295 include/crm/stonith-ng.h     int (*list)(stonith_t *stonith, int call_options, const char *id,
call_options      309 include/crm/stonith-ng.h     int (*monitor)(stonith_t *stonith, int call_options, const char *id,
call_options      324 include/crm/stonith-ng.h     int (*status)(stonith_t *stonith, int call_options, const char *id,
call_options      341 include/crm/stonith-ng.h     int (*query)(stonith_t *stonith, int call_options, const char *target,
call_options      359 include/crm/stonith-ng.h     int (*fence)(stonith_t *stonith, int call_options, const char *node,
call_options      372 include/crm/stonith-ng.h     int (*confirm)(stonith_t *stonith, int call_options, const char *target);
call_options      385 include/crm/stonith-ng.h     int (*history)(stonith_t *stonith, int call_options, const char *node,
call_options      519 include/crm/stonith-ng.h     int (*validate)(stonith_t *st, int call_options, const char *rsc_id,
call_options      542 include/crm/stonith-ng.h     int (*fence_with_delay)(stonith_t *stonith, int call_options,
call_options      173 lib/cib/cib_attrs.c cib__update_node_attr(pcmk__output_t *out, cib_t *cib, int call_options, const char *section,
call_options      324 lib/cib/cib_attrs.c                          NULL, call_options, user_name);
call_options      449 lib/cib/cib_attrs.c update_attr_delegate(cib_t *cib, int call_options, const char *section,
call_options      462 lib/cib/cib_attrs.c     rc = cib__update_node_attr(out, cib, call_options, section, node_uuid, set_type,
call_options      252 lib/cib/cib_client.c cib_client_noop(cib_t * cib, int call_options)
call_options      256 lib/cib/cib_client.c                            call_options, NULL);
call_options      260 lib/cib/cib_client.c cib_client_ping(cib_t * cib, xmlNode ** output_data, int call_options)
call_options      263 lib/cib/cib_client.c     return cib_internal_op(cib, CRM_OP_PING, NULL, NULL, NULL, output_data, call_options, NULL);
call_options      267 lib/cib/cib_client.c cib_client_query(cib_t * cib, const char *section, xmlNode ** output_data, int call_options)
call_options      269 lib/cib/cib_client.c     return cib->cmds->query_from(cib, NULL, section, output_data, call_options);
call_options      274 lib/cib/cib_client.c                       xmlNode ** output_data, int call_options)
call_options      278 lib/cib/cib_client.c                            output_data, call_options, NULL);
call_options      290 lib/cib/cib_client.c set_secondary(cib_t *cib, int call_options)
call_options      294 lib/cib/cib_client.c                            NULL, call_options, NULL);
call_options      298 lib/cib/cib_client.c set_all_secondary(cib_t * cib, int call_options)
call_options      304 lib/cib/cib_client.c set_primary(cib_t *cib, int call_options)
call_options      309 lib/cib/cib_client.c                            NULL, call_options|cib_scope_local, NULL);
call_options      313 lib/cib/cib_client.c cib_client_bump_epoch(cib_t * cib, int call_options)
call_options      317 lib/cib/cib_client.c                            call_options, NULL);
call_options      321 lib/cib/cib_client.c cib_client_upgrade(cib_t * cib, int call_options)
call_options      325 lib/cib/cib_client.c                            NULL, call_options, NULL);
call_options      329 lib/cib/cib_client.c cib_client_sync(cib_t * cib, const char *section, int call_options)
call_options      331 lib/cib/cib_client.c     return cib->cmds->sync_from(cib, NULL, section, call_options);
call_options      335 lib/cib/cib_client.c cib_client_sync_from(cib_t * cib, const char *host, const char *section, int call_options)
call_options      339 lib/cib/cib_client.c                            NULL, NULL, call_options, NULL);
call_options      343 lib/cib/cib_client.c cib_client_create(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      347 lib/cib/cib_client.c                            NULL, call_options, NULL);
call_options      351 lib/cib/cib_client.c cib_client_modify(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      355 lib/cib/cib_client.c                            NULL, call_options, NULL);
call_options      359 lib/cib/cib_client.c cib_client_replace(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      363 lib/cib/cib_client.c                            NULL, call_options, NULL);
call_options      367 lib/cib/cib_client.c cib_client_delete(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      371 lib/cib/cib_client.c                            NULL, call_options, NULL);
call_options      375 lib/cib/cib_client.c cib_client_delete_absolute(cib_t * cib, const char *section, xmlNode * data, int call_options)
call_options      379 lib/cib/cib_client.c                            data, NULL, call_options, NULL);
call_options      383 lib/cib/cib_client.c cib_client_erase(cib_t * cib, xmlNode ** output_data, int call_options)
call_options      387 lib/cib/cib_client.c                            output_data, call_options, NULL);
call_options      130 lib/cib/cib_file.c                              xmlNode **output_data, int call_options,
call_options      150 lib/cib/cib_file.c     cib__set_call_options(call_options, "file operation",
call_options      178 lib/cib/cib_file.c     request = cib_create_op(cib->call_id, op, host, section, data, call_options,
call_options      189 lib/cib/cib_file.c     rc = cib_perform_op(op, call_options, fn, query,
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       77 lib/cib/cib_native.c     op_msg = cib_create_op(cib->call_id, op, host, section, data, call_options,
call_options       96 lib/cib/cib_native.c     if (!(call_options & cib_sync_call)) {
call_options      113 lib/cib/cib_native.c         if (output_data == NULL || (call_options & cib_discard_reply)) {
call_options       58 lib/cib/cib_remote.c                       xmlNode **output_data, int call_options, const char *name)
call_options       87 lib/cib/cib_remote.c     op_msg = cib_create_op(cib->call_id, op, host, section, data, call_options,
call_options       94 lib/cib/cib_remote.c     if (!(call_options & cib_sync_call)) {
call_options      101 lib/cib/cib_remote.c     if ((call_options & cib_discard_reply)) {
call_options      105 lib/cib/cib_remote.c     } else if (!(call_options & cib_sync_call)) {
call_options      189 lib/cib/cib_remote.c     } else if (!(call_options & cib_discard_reply)) {
call_options      145 lib/cib/cib_utils.c cib_perform_op(const char *op, int call_options, cib_op_t * fn, gboolean is_query,
call_options      164 lib/cib/cib_utils.c               (pcmk_is_set(call_options, cib_dryrun)? "dry run of " : ""),
call_options      197 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, cib_ro, result_cib, output);
call_options      222 lib/cib/cib_utils.c     if (pcmk_is_set(call_options, cib_zero_copy)) {
call_options      233 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, scratch, &scratch, output);
call_options      238 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, current_cib, &scratch, output);
call_options      283 lib/cib/cib_utils.c                     XML_ATTR_GENERATION_ADMIN, old, new, call_options);
call_options      293 lib/cib/cib_utils.c                         XML_ATTR_GENERATION, old, new, call_options);
call_options      305 lib/cib/cib_utils.c     if (pcmk_is_set(call_options, cib_zero_copy)) {
call_options      360 lib/cib/cib_utils.c     if (!pcmk_is_set(call_options, cib_zero_copy) && (local_diff != NULL)) {
call_options      409 lib/cib/cib_utils.c     if (*config_changed && !pcmk_is_set(call_options, cib_no_mtime)) {
call_options      469 lib/cib/cib_utils.c               const char *section, xmlNode *data, int call_options,
call_options      486 lib/cib/cib_utils.c     crm_trace("Sending call options: %.8lx, %d", (long)call_options, call_options);
call_options      487 lib/cib/cib_utils.c     crm_xml_add_int(op_msg, F_CIB_CALLOPTS, call_options);
call_options      493 lib/cib/cib_utils.c     if (call_options & cib_inhibit_bcast) {
call_options      494 lib/cib/cib_utils.c         CRM_CHECK((call_options & cib_scope_local), return NULL);
call_options      659 lib/cib/cib_utils.c                 xmlNode ** output_data, int call_options, const char *user_name)
call_options      663 lib/cib/cib_utils.c                      xmlNode ** output_data, int call_options, const char *user_name) =
call_options      670 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      329 lib/fencing/st_client.c stonith_api_register_device(stonith_t *st, int call_options,
call_options      340 lib/fencing/st_client.c     rc = stonith_send_command(st, STONITH_OP_DEVICE_ADD, data, NULL, call_options, 0);
call_options      347 lib/fencing/st_client.c stonith_api_remove_device(stonith_t * st, int call_options, const char *name)
call_options      355 lib/fencing/st_client.c     rc = stonith_send_command(st, STONITH_OP_DEVICE_DEL, data, NULL, call_options, 0);
call_options      479 lib/fencing/st_client.c stonith_api_device_list(stonith_t * stonith, int call_options, const char *namespace,
call_options      507 lib/fencing/st_client.c stonith_api_device_metadata(stonith_t *stonith, int call_options,
call_options      542 lib/fencing/st_client.c stonith_api_query(stonith_t * stonith, int call_options, const char *target,
call_options      557 lib/fencing/st_client.c     rc = stonith_send_command(stonith, STONITH_OP_QUERY, data, &output, call_options, timeout);
call_options      601 lib/fencing/st_client.c stonith_api_call(stonith_t *stonith, int call_options, const char *id,
call_options      615 lib/fencing/st_client.c                               call_options, timeout_sec);
call_options      622 lib/fencing/st_client.c stonith_api_list(stonith_t * stonith, int call_options, const char *id, char **list_info,
call_options      628 lib/fencing/st_client.c     rc = stonith_api_call(stonith, call_options, id, "list", NULL, timeout, &output);
call_options      648 lib/fencing/st_client.c stonith_api_monitor(stonith_t * stonith, int call_options, const char *id, int timeout)
call_options      650 lib/fencing/st_client.c     return stonith_api_call(stonith, call_options, id, "monitor", NULL, timeout, NULL);
call_options      654 lib/fencing/st_client.c stonith_api_status(stonith_t * stonith, int call_options, const char *id, const char *port,
call_options      657 lib/fencing/st_client.c     return stonith_api_call(stonith, call_options, id, "status", port, timeout, NULL);
call_options      661 lib/fencing/st_client.c stonith_api_fence_with_delay(stonith_t * stonith, int call_options, const char *node,
call_options      674 lib/fencing/st_client.c     rc = stonith_send_command(stonith, STONITH_OP_FENCE, data, NULL, call_options, timeout);
call_options      681 lib/fencing/st_client.c stonith_api_fence(stonith_t * stonith, int call_options, const char *node, const char *action,
call_options      684 lib/fencing/st_client.c     return stonith_api_fence_with_delay(stonith, call_options, node, action,
call_options      689 lib/fencing/st_client.c stonith_api_confirm(stonith_t * stonith, int call_options, const char *target)
call_options      691 lib/fencing/st_client.c     stonith__set_call_options(call_options, target, st_opt_manual_ack);
call_options      692 lib/fencing/st_client.c     return stonith_api_fence(stonith, call_options, target, "off", 0, 0);
call_options      696 lib/fencing/st_client.c stonith_api_history(stonith_t * stonith, int call_options, const char *node,
call_options      711 lib/fencing/st_client.c     stonith__set_call_options(call_options, node, st_opt_sync_call);
call_options      713 lib/fencing/st_client.c                               call_options, timeout);
call_options      802 lib/fencing/st_client.c stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data, int call_options)
call_options      815 lib/fencing/st_client.c     crm_trace("Sending call options: %.8lx, %d", (long)call_options, call_options);
call_options      816 lib/fencing/st_client.c     crm_xml_add_int(op_msg, F_STONITH_CALLOPTS, call_options);
call_options     1533 lib/fencing/st_client.c                      int call_options, int timeout)
call_options     1562 lib/fencing/st_client.c     op_msg = stonith_create_op(stonith->call_id, native->token, op, data, call_options);
call_options     1581 lib/fencing/st_client.c         if (call_options & st_opt_sync_call) {
call_options     1598 lib/fencing/st_client.c     if (!(call_options & st_opt_sync_call)) {
call_options     1615 lib/fencing/st_client.c         if ((call_options & st_opt_discard_reply) || output_data == NULL) {
call_options     1718 lib/fencing/st_client.c stonith_api_validate(stonith_t *st, int call_options, const char *rsc_id,
call_options     1773 lib/fencing/st_client.c             rc = stonith__rhcs_validate(st, call_options, target, agent,
call_options     1780 lib/fencing/st_client.c             rc = stonith__lha_validate(st, call_options, target, agent,
call_options      272 lib/fencing/st_lha.c stonith__lha_validate(stonith_t *st, int call_options, const char *target,
call_options      254 lib/fencing/st_rhcs.c stonith__rhcs_validate(stonith_t *st, int call_options, const char *target,