st_opt_sync_call  177 fencing/admin.c int st_opts = st_opt_sync_call | st_opt_allow_suicide;
st_opt_sync_call  570 fencing/admin.c             rc = st->cmds->list_agents(st, st_opt_sync_call, NULL, &devices, timeout);
st_opt_sync_call  650 fencing/admin.c                 rc = st->cmds->metadata(st, st_opt_sync_call, agent, NULL, &buffer, timeout);
st_opt_sync_call  704 fencing/commands.c         int rc = st->cmds->metadata(st, st_opt_sync_call, agent, NULL, &buffer, 10);
st_opt_sync_call 2040 fencing/commands.c                   (cmd->options & st_opt_sync_call) ? "" : "a-", cmd->client_name);
st_opt_sync_call 2041 fencing/commands.c         do_local_reply(reply, cmd->client, cmd->options & st_opt_sync_call, FALSE);
st_opt_sync_call 2443 fencing/commands.c         do_local_reply(reply, client_id, is_set(call_options, st_opt_sync_call), remote_peer != NULL);
st_opt_sync_call 2463 fencing/commands.c     if (is_set(call_options, st_opt_sync_call)) {
st_opt_sync_call 2659 fencing/commands.c                   id, is_set(call_options, st_opt_sync_call), call_options,
st_opt_sync_call 2662 fencing/commands.c         if (is_set(call_options, st_opt_sync_call)) {
st_opt_sync_call 2721 fencing/commands.c     if (is_set(call_options, st_opt_sync_call)) {
st_opt_sync_call  141 fencing/main.c     if (is_set(call_options, st_opt_sync_call)) {
st_opt_sync_call  405 fencing/remote.c     do_local_reply(reply, op->client_id, op->call_options & st_opt_sync_call, FALSE);
st_opt_sync_call 1340 fencing/remote.c     if (op->call_options & st_opt_sync_call) {
st_opt_sync_call   90 fencing/test.c int st_opts = st_opt_sync_call;
st_opt_sync_call 1553 lib/fencing/st_client.c                               call_options | st_opt_sync_call, timeout);
st_opt_sync_call 2255 lib/fencing/st_client.c     if (call_options & st_opt_sync_call) {
st_opt_sync_call 2289 lib/fencing/st_client.c     if (!(call_options & st_opt_sync_call)) {
st_opt_sync_call 2559 lib/fencing/st_client.c     enum stonith_call_options opts = st_opt_sync_call | st_opt_allow_suicide;
st_opt_sync_call 2609 lib/fencing/st_client.c     enum stonith_call_options opts = st_opt_sync_call;
st_opt_sync_call 1577 lib/lrmd/lrmd_client.c         stonith_api->cmds->metadata(stonith_api, st_opt_sync_call, type, provider, output, 0);
st_opt_sync_call 1710 lib/lrmd/lrmd_client.c         stonith_api->cmds->list_agents(stonith_api, st_opt_sync_call, NULL, &stonith_resources, 0);
st_opt_sync_call 1133 lrmd/lrmd.c                                                    st_opt_sync_call,
st_opt_sync_call 1142 lrmd/lrmd.c            rc = stonith_api->cmds->remove_device(stonith_api, st_opt_sync_call, cmd->rsc_id);