st_opt_sync_call  767 daemons/controld/controld_fencing.c                                    st_opt_sync_call | st_opt_broadcast,
st_opt_sync_call 1225 daemons/execd/execd_commands.c     rc = stonith_api->cmds->register_device(stonith_api, st_opt_sync_call,
st_opt_sync_call 1251 daemons/execd/execd_commands.c     return stonith_api->cmds->remove_device(stonith_api, st_opt_sync_call,
st_opt_sync_call   82 daemons/fenced/cts-fence-helper.c static const int st_opts = st_opt_sync_call;
st_opt_sync_call  946 daemons/fenced/fenced_commands.c         rc = st->cmds->metadata(st, st_opt_sync_call, agent,
st_opt_sync_call 3618 daemons/fenced/fenced_commands.c               pcmk_is_set(call_options, st_opt_sync_call)? "" : "a",
st_opt_sync_call 3624 daemons/fenced/fenced_commands.c     if (pcmk_is_set(call_options, st_opt_sync_call)) {
st_opt_sync_call 3644 daemons/fenced/fenced_commands.c         if (pcmk_is_set(request.call_options, st_opt_sync_call)) {
st_opt_sync_call 1729 daemons/fenced/fenced_remote.c     if (op->call_options & st_opt_sync_call) {
st_opt_sync_call  165 daemons/fenced/pacemaker-fenced.c     if (pcmk_is_set(call_options, st_opt_sync_call)) {
st_opt_sync_call  263 daemons/fenced/pacemaker-fenced.c     if (pcmk_is_set(call_options, st_opt_sync_call)) {
st_opt_sync_call  276 daemons/fenced/pacemaker-fenced.c                  (pcmk_is_set(call_options, st_opt_sync_call)? "S" : "As"),
st_opt_sync_call  201 lib/fencing/st_client.c             int rc = stonith_api->cmds->list(stonith_api, st_opt_sync_call, STONITH_WATCHDOG_ID, &list, 0);
st_opt_sync_call  725 lib/fencing/st_client.c     stonith__set_call_options(call_options, node, st_opt_sync_call);
st_opt_sync_call 1597 lib/fencing/st_client.c         if (call_options & st_opt_sync_call) {
st_opt_sync_call 1614 lib/fencing/st_client.c     if (!(call_options & st_opt_sync_call)) {
st_opt_sync_call 2075 lib/fencing/st_client.c                                   st_opt_sync_call|st_opt_allow_self_fencing);
st_opt_sync_call 2118 lib/fencing/st_client.c         stonith__set_call_options(opts, name, st_opt_sync_call);
st_opt_sync_call 2185 lib/fencing/st_client.c     stonith_api->cmds->list_agents(stonith_api, st_opt_sync_call, NULL, &agents,
st_opt_sync_call 2071 lib/lrmd/lrmd_client.c     rc = stonith_api->cmds->metadata(stonith_api, st_opt_sync_call, type, NULL,
st_opt_sync_call 2234 lib/lrmd/lrmd_client.c     stonith_api->cmds->list_agents(stonith_api, st_opt_sync_call, NULL,
st_opt_sync_call   25 lib/pacemaker/pcmk_fence.c static const int st_opts = st_opt_sync_call|st_opt_allow_self_fencing;
st_opt_sync_call  359 lib/pacemaker/pcmk_fence.c     rc = st->cmds->list_agents(st, st_opt_sync_call, NULL, &devices, 0);
st_opt_sync_call  483 lib/pacemaker/pcmk_fence.c     int rc = st->cmds->metadata(st, st_opt_sync_call, agent, NULL, &buffer,
st_opt_sync_call  625 lib/pacemaker/pcmk_fence.c     rc  = stonith__validate(st, st_opt_sync_call, id, agent, params,
st_opt_sync_call  661 lib/pacemaker/pcmk_fence.c         rc = st->cmds->history(st, st_opt_sync_call, NULL, stonith_history,
st_opt_sync_call  239 tools/stonith_admin.c static const int st_opts = st_opt_sync_call|st_opt_allow_self_fencing;