st_opt_sync_call  700 daemons/controld/controld_fencing.c                                    st_opt_sync_call | st_opt_broadcast,
st_opt_sync_call 1237 daemons/execd/execd_commands.c     rc = stonith_api->cmds->register_device(stonith_api, st_opt_sync_call,
st_opt_sync_call 1263 daemons/execd/execd_commands.c     return stonith_api->cmds->remove_device(stonith_api, st_opt_sync_call,
st_opt_sync_call   91 daemons/fenced/cts-fence-helper.c static const int st_opts = st_opt_sync_call;
st_opt_sync_call  697 daemons/fenced/fenced_commands.c         rc = st->cmds->metadata(st, st_opt_sync_call, agent, NULL, &buffer, 10);
st_opt_sync_call 2093 daemons/fenced/fenced_commands.c                   (cmd->options & st_opt_sync_call) ? "" : "a-", cmd->client_name);
st_opt_sync_call 2094 daemons/fenced/fenced_commands.c         do_local_reply(reply, cmd->client, cmd->options & st_opt_sync_call, FALSE);
st_opt_sync_call 2482 daemons/fenced/fenced_commands.c                        pcmk_is_set(call_options, st_opt_sync_call),
st_opt_sync_call 2565 daemons/fenced/fenced_commands.c     if (pcmk_is_set(call_options, st_opt_sync_call)) {
st_opt_sync_call 2785 daemons/fenced/fenced_commands.c                   id, pcmk_is_set(call_options, st_opt_sync_call), call_options,
st_opt_sync_call 2788 daemons/fenced/fenced_commands.c         if (pcmk_is_set(call_options, st_opt_sync_call)) {
st_opt_sync_call 2847 daemons/fenced/fenced_commands.c     if (pcmk_is_set(call_options, st_opt_sync_call)) {
st_opt_sync_call  423 daemons/fenced/fenced_remote.c     do_local_reply(reply, op->client_id, op->call_options & st_opt_sync_call, FALSE);
st_opt_sync_call 1397 daemons/fenced/fenced_remote.c     if (op->call_options & st_opt_sync_call) {
st_opt_sync_call  126 daemons/fenced/pacemaker-fenced.c     if (pcmk_is_set(call_options, st_opt_sync_call)) {
st_opt_sync_call 1126 lib/fencing/st_client.c     stonith__set_call_options(call_options, node, st_opt_sync_call);
st_opt_sync_call 1893 lib/fencing/st_client.c         if (call_options & st_opt_sync_call) {
st_opt_sync_call 1910 lib/fencing/st_client.c     if (!(call_options & st_opt_sync_call)) {
st_opt_sync_call 2277 lib/fencing/st_client.c                                   st_opt_sync_call|st_opt_allow_suicide);
st_opt_sync_call 2320 lib/fencing/st_client.c         stonith__set_call_options(opts, name, st_opt_sync_call);
st_opt_sync_call 2377 lib/fencing/st_client.c     st->cmds->list_agents(st, st_opt_sync_call, NULL, &devices, timeout == 0 ? 120 : timeout);
st_opt_sync_call 1741 lib/lrmd/lrmd_client.c     rc = stonith_api->cmds->metadata(stonith_api, st_opt_sync_call, type,
st_opt_sync_call 1900 lib/lrmd/lrmd_client.c     stonith_api->cmds->list_agents(stonith_api, st_opt_sync_call, NULL,
st_opt_sync_call   23 lib/pacemaker/pcmk_fence.c static const int st_opts = st_opt_sync_call | st_opt_allow_suicide;
st_opt_sync_call  263 lib/pacemaker/pcmk_fence.c     rc = st->cmds->list_agents(st, st_opt_sync_call, NULL, &devices, timeout/1000);
st_opt_sync_call  377 lib/pacemaker/pcmk_fence.c     int rc = st->cmds->metadata(st, st_opt_sync_call, agent, NULL, &buffer,
st_opt_sync_call  485 lib/pacemaker/pcmk_fence.c     rc  = st->cmds->validate(st, st_opt_sync_call, id, NULL, agent, params,
st_opt_sync_call 1954 tools/crm_mon.c             history_rc = st->cmds->history(st, st_opt_sync_call, NULL, &stonith_history, 120);
st_opt_sync_call  237 tools/stonith_admin.c static const int st_opts = st_opt_sync_call | st_opt_allow_suicide;