fence             197 crmd/te_actions.c     rc = stonith_api->cmds->fence(stonith_api, options, target, type,
fence             251 fencing/admin.c     call_id = st->cmds->fence(st,
fence             191 fencing/test.c     single_test(st->cmds->fence(st, st_opts, "false_1_node2", "off", 3, 0),
fence             194 fencing/test.c     single_test(st->cmds->fence(st, st_opts, "false_1_node2", "reboot", 3, 0),
fence             223 fencing/test.c     single_test(st->cmds->fence(st, st_opts, "false_1_node2", "off", 3, 0),
fence             227 fencing/test.c     single_test(st->cmds->fence(st, st_opts, "false_1_node2", "on", 3, 0),
fence             264 fencing/test.c     single_test(st->cmds->fence(st, st_opts, "unknown-host", "off", 1, 0),
fence             267 fencing/test.c     single_test(st->cmds->fence(st, st_opts, "false_1_node1", "off", 1, 0),
fence             271 fencing/test.c     single_test(st->cmds->fence(st, st_opts, "false_1_node1", "on", 1, 0),
fence             332 fencing/test.c     rc = st->cmds->fence(st, st_opts, "unknown-host", "off", 60, 0);
fence             338 fencing/test.c     rc = st->cmds->fence(st, st_opts, "false_1_node1", "off", 60, 0);
fence             344 fencing/test.c     rc = st->cmds->fence(st, st_opts, "false_1_node1", "on", 10, 0);
fence             350 fencing/test.c     rc = st->cmds->fence(st, st_opts, "some-host", "off", 10, 0);
fence             356 fencing/test.c     rc = st->cmds->fence(st, st_opts, "false_1_node1", "on", 10, 0);
fence             398 fencing/test.c     rc = st->cmds->fence(st, 0, "true_1_node1", "off", MAINLOOP_DEFAULT_TIMEOUT, 0);
fence             431 fencing/test.c     rc = st->cmds->fence(st, 0, "custom_timeout_node1", "off", MAINLOOP_DEFAULT_TIMEOUT, 0);
fence             454 fencing/test.c     rc = st->cmds->fence(st, 0, "false_1_node2", "off", MAINLOOP_DEFAULT_TIMEOUT, 0);
fence             265 include/crm/stonith-ng.h     int (*fence)(stonith_t *st, int options, const char *node, const char *action,
fence            2478 lib/fencing/st_client.c     new_stonith->cmds->fence      = stonith_api_fence;
fence            2583 lib/fencing/st_client.c         rc = st->cmds->fence(st, opts, name, action, timeout, 0);
fence            1068 lib/pengine/unpack.c unpack_node_loop(xmlNode * status, bool fence, pe_working_set_t * data_set) 
fence            1103 lib/pengine/unpack.c             if(fence) {
fence            1117 lib/pengine/unpack.c                 crm_trace("Checking node %s/%s/%s status %d/%d/%d", id, rsc->id, rsc->container->id, fence, rsc->role, RSC_ROLE_STARTED);
fence            1122 lib/pengine/unpack.c                 crm_trace("Checking node %s/%s status %d/%d/%d", id, rsc->id, fence, rsc->role, RSC_ROLE_STARTED);
fence            1134 lib/pengine/unpack.c         } else if (fence) {
fence            1140 lib/pengine/unpack.c                       fence?"un":"", is_remote_node(this_node)?" remote":"",
fence             955 pengine/graph.c         const char *fence = g_hash_table_lookup(action->meta, "stonith_action");
fence             957 pengine/graph.c         if (safe_str_eq(fence, "off") || safe_str_eq(fence, "reboot")) {