fence             215 daemons/fenced/cts-fence-helper.c     single_test(st->cmds->fence(st, st_opts, "false_1_node2", "off", 3, 0),
fence             218 daemons/fenced/cts-fence-helper.c     single_test(st->cmds->fence(st, st_opts, "false_1_node2", "reboot", 3, 0),
fence             249 daemons/fenced/cts-fence-helper.c     single_test(st->cmds->fence(st, st_opts, "false_1_node2", "off", 3, 0),
fence             253 daemons/fenced/cts-fence-helper.c     single_test(st->cmds->fence(st, st_opts, "false_1_node2", "on", 3, 0),
fence             291 daemons/fenced/cts-fence-helper.c     single_test(st->cmds->fence(st, st_opts, "unknown-host", "off", 1, 0),
fence             294 daemons/fenced/cts-fence-helper.c     single_test(st->cmds->fence(st, st_opts, "false_1_node1", "off", 1, 0),
fence             298 daemons/fenced/cts-fence-helper.c     single_test(st->cmds->fence(st, st_opts, "false_1_node1", "on", 1, 0),
fence             365 daemons/fenced/cts-fence-helper.c     rc = st->cmds->fence(st, st_opts, "unknown-host", "off", 60, 0);
fence             371 daemons/fenced/cts-fence-helper.c     rc = st->cmds->fence(st, st_opts, "false_1_node1", "off", 60, 0);
fence             377 daemons/fenced/cts-fence-helper.c     rc = st->cmds->fence(st, st_opts, "false_1_node1", "on", 10, 0);
fence             383 daemons/fenced/cts-fence-helper.c     rc = st->cmds->fence(st, st_opts, "some-host", "off", 10, 0);
fence             389 daemons/fenced/cts-fence-helper.c     rc = st->cmds->fence(st, st_opts, "false_1_node1", "on", 10, 0);
fence             429 daemons/fenced/cts-fence-helper.c     rc = st->cmds->fence(st, 0, "true_1_node1", "off", MAINLOOP_DEFAULT_TIMEOUT, 0);
fence             462 daemons/fenced/cts-fence-helper.c     rc = st->cmds->fence(st, 0, "custom_timeout_node1", "off", MAINLOOP_DEFAULT_TIMEOUT, 0);
fence             482 daemons/fenced/cts-fence-helper.c     rc = st->cmds->fence(st, 0, "false_1_node2", "off", MAINLOOP_DEFAULT_TIMEOUT, 0);
fence             359 include/crm/stonith-ng.h     int (*fence)(stonith_t *stonith, int call_options, const char *node,
fence             137 include/pcmki/pcmki_transition.h     int (*fence) (pcmk__graph_t *graph, pcmk__graph_action_t *action);
fence            1856 lib/fencing/st_client.c     new_stonith->cmds->fence      = stonith_api_fence;
fence            1985 lib/fencing/st_client.c         rc = st->cmds->fence(st, opts, name, action, timeout, 0);
fence             155 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns->fence != NULL);
fence             250 lib/pacemaker/pcmk_graph_consumer.c                 return graph_fns->fence(graph, action);
fence             152 lib/pacemaker/pcmk_graph_producer.c         const char *fence = g_hash_table_lookup(action->meta, "stonith_action");
fence             154 lib/pacemaker/pcmk_graph_producer.c         if (pcmk__is_fencing_action(fence)) {
fence            1153 lib/pengine/unpack.c unpack_node_history(xmlNode *status, bool fence, pe_working_set_t *data_set)
fence            1186 lib/pengine/unpack.c         if (fence) {
fence            1239 lib/pengine/unpack.c                   (fence? "unseen " : ""), id);
fence            3599 lib/pengine/unpack.c         pe_action_t *fence = pe_fence_op(remote_node, NULL, TRUE, NULL,
fence            3602 lib/pengine/unpack.c         order_actions(fence, action, pe_order_implies_then);