rop              2537 fencing/commands.c             remote_fencing_op_t *rop = NULL;
rop              2542 fencing/commands.c             rop = initiate_remote_stonith_op(client, request, TRUE);
rop              2543 fencing/commands.c             rc = stonith_manual_ack(request, rop);
rop              2091 fencing/remote.c     remote_fencing_op_t *rop = NULL;
rop              2100 fencing/remote.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&rop)) {
rop              2101 fencing/remote.c         if (strcmp(rop->target, target) != 0) {
rop              2103 fencing/remote.c         } else if (rop->state != st_done) {
rop              2108 fencing/remote.c         } else if (strcmp(rop->action, action) != 0) {
rop              2110 fencing/remote.c         } else if ((rop->completed + tolerance) < now) {
rop              2115 fencing/remote.c                    target, action, tolerance, rop->delegate, rop->originator);