unfence          2236 lib/pengine/utils.c         action_t *unfence = pe_fence_op(node, "on", FALSE, reason, data_set);
unfence          2239 lib/pengine/utils.c             order_actions(unfence, dependency, pe_order_optional);
unfence          1383 pengine/native.c             action_t *unfence = pe_fence_op(node, "on", TRUE, NULL, data_set);
unfence          1386 pengine/native.c                       rsc->id, unfence->uuid);
unfence          1404 pengine/native.c                                 NULL, strdup(unfence->uuid), unfence,
unfence          1407 pengine/native.c             custom_action_order(NULL, strdup(unfence->uuid), unfence,
unfence          2526 pengine/native.c             action_t *unfence = pe_fence_op(current, "on", TRUE, NULL, data_set);
unfence          2529 pengine/native.c             order_actions(stop, unfence, pe_order_implies_first);
unfence          2549 pengine/native.c         action_t *unfence = pe_fence_op(next, "on", TRUE, NULL, data_set);
unfence          2552 pengine/native.c         order_actions(unfence, start, pe_order_implies_then);
unfence          2994 pengine/native.c         action_t *unfence = pe_fence_op(node, "on", TRUE, NULL, data_set);
unfence          2995 pengine/native.c         order_actions(unfence, probe, pe_order_optional);